Welcome to the Rulebook Company API
The Rulebook Company API provides read-only access to comprehensive exchange fee schedule and rebate data across multiple US trading venues. Query historical and current fee schedules, filter by exchange, fee type, participant, action, and more.Get API Access — Contact our sales team at sales@rulebook.company or visit our website to obtain your API access key.
Base URL
All API requests should be made to:Authentication
All endpoints require an API access key in thex-rulebook-api-access-key header:
API Overview
The API is organized into two resource groups. All endpoints areGET requests that return JSON.
Exchanges
Discover what exchanges and filter values are available to your account.List Exchanges
Get all exchanges available to your account with fee types and record counts
Get Exchange Details
Get full metadata for an exchange: date ranges, fee types, categories, actions, participants, and more
Fee Schedule Results
Query, filter, and retrieve extracted fee schedule line items.List Fee Schedule Results
Paginated list with 8 multi-value filters, sorting, date ranges, and latest-only mode
Get Fee Schedule Result
Retrieve a single fee schedule result by ID
Get Results by Version
Get all fee results from a specific extraction version
Get Available Filters
Discover available filter values scoped to your account
Typical Workflow
Discover exchanges
Call List Exchanges to see what exchanges you have access to.
Explore an exchange
Call Get Exchange Details to see all available filter values (fee types, categories, actions, participants, etc.) and the date range of data.
Query fee data
Call List Fee Schedule Results with your chosen filters. Use
latest_only=true to get only the most current fee data.Data Coverage
- Fee Types: Options and Equity trading fees
- Fee Categories: Fee And Rebates, Legal Regulatory Fees, Market Data Fees, Participant Fees, Port Fees And Other Services
- Actions: Make, Take, Open, Routed, Other
- Participants: Market Makers, Broker Dealers, Customers, Firms, and more
- Symbol Classifications: ETF, ETN, Equity, Index
- Symbol Types: Penny, Non Penny
Rate Limits
Rate limits are applied per API key. Contact sales for information about rate limits for your plan.
Support
- Email: support@rulebook.company
- Sales: sales@rulebook.company
- Website: https://rulebookcompany.com

