Get started in three simple steps
Start consuming real-time exchange rules, fee schedules, and order type data from 40+ trading venues.Step 1: Explore Sample Data
Download sample datasets
Download sample datasets
Before integrating, explore our sample data to understand the structure:
- Visit rulebookcompany.com
- Click “Download Sample Data”
- Review the CSV/JSON files to understand our data schema
- Examine exchange rules, fee schedules, and order types
Understand the data structure
Understand the data structure
Our market microstructure data includes:
- Exchange Rules: Trading hours, lot sizes, tick sizes, circuit breakers
- Fee Schedules: Maker/taker fees, tiered pricing, rebates
- Order Types: Supported order types per venue (limit, market, stop, etc.)
- Symbology: Product listings and ticker mappings
- Regulatory Changes: Historical tracking of rule modifications
All data is provided in machine-readable formats (JSON, CSV, Parquet) optimized for algorithmic consumption.
Step 2: Get API Access
Create your account
Create your account
- Contact support@rulebook.company to request access
- Provide your firm name and use case
- Receive your API credentials via secure email
- Review pricing and data licensing terms
Secure your API credentials
Secure your API credentials
Once you receive your credentials:
- Store your API key in a secure environment (e.g., AWS Secrets Manager, HashiCorp Vault)
- Never commit API keys to version control
- Rotate keys periodically per your firm’s security policy
- Use separate keys for development and production environments
Step 3: Make Your First API Call
Retrieve exchange fee data
Retrieve exchange fee data
Use your API key to fetch current fee schedules for a specific exchange:Example Response:
Common Integration Patterns
Historical Backtesting
Query 10 years of historical fee schedules to accurately backtest trading strategies.
Real-Time Monitoring
Set up webhooks to receive notifications when exchange rules change.
Smart Order Routing
Integrate fee data into your SOR logic to minimize trading costs.
Compliance Monitoring
Track regulatory changes across all venues where you trade.
Next Steps
API Reference
Explore all available endpoints and data fields.
Authentication
Learn about API security and rate limits.
Core Concepts
Deep dive into market microstructure data concepts.
User Guides
Step-by-step integration guides for common scenarios.
Production Checklist
Before going live with production data feeds:- API keys stored securely (not hardcoded)
- Error handling implemented for API failures
- Rate limiting respected (see Authentication)
- Data validation logic in place
- Monitoring and alerting configured
- Tested with historical data first
- Documented data usage in compliance procedures
Need help? Our support team specializes in helping institutional trading desks integrate market microstructure data. Contact us at support@rulebook.company.

