Institutional Option Data
For Serious Traders
U.S. stock option trades data with real-time streaming and historical SQL access. Complete Greeks included. Built for quants, traders, and developers.
Works with your favorite languages
Everything you need for options data analysis
Comprehensive APIs designed for professional trading applications.
Real-time Option Data API
WebSocket streaming of U.S. option trades with 30+ data fields including Greeks, sentiment analysis, and advanced filtering.
- WebSocket at wss://ws.optiondata.io
- Up to 7M records/day (RAW mode)
- Sentiment analysis included
- 14-day free trial
Historical Option Data API
Direct SQL access to historical option trades via ClickHouse. Run custom analytical queries on complete trade data.
- ClickHouse SQL queries
- Data from Feb 2025+
- 15-min delayed (OPRA)
- No rate limits on queries
Complete Greeks
Delta, Gamma, Theta, Vega, Rho, and Implied Volatility calculated for every option trade.
Advanced Filtering
Filter by symbol, premium, sentiment, delta, moneyness, expiry, strike, OI, IV, and more.
JSON Output
All data returned in clean JSON format for easy parsing and integration.
Aggregation Modes
Choose AGGREGATED mode for consolidated trades or RAW mode for original records.
Developer-first API design
Clean, intuitive APIs with SDKs for popular languages. Get up and running in minutes.
- WebSocket & REST APIsReal-time streaming or request-response
- Multi-language SDKsPython, JavaScript, Go, and more
- Direct SQL AccessClickHouse for complex analytical queries
import WebSocket from 'ws';
const ws = new WebSocket( 'wss://ws.optiondata.io?token=YOUR_API_KEY');
ws.on('message', (data) => { const trade = JSON.parse(data); console.log( trade.symbol, trade.delta, trade.sentiment );});SELECT symbol, SUM(size * price * 100) AS total_premium, COUNT(*) AS trade_countFROM RawOptionTradesWHERE date = '2025-01-15' AND symbol = 'AAPL'GROUP BY symbolORDER BY total_premium DESCLIMIT 10;Query historical data with SQL
Run custom SQL queries directly against our ClickHouse database. Perfect for backtesting and analytics.
- Standard SQL SyntaxFamiliar SELECT, WHERE, GROUP BY
- ClickHouse PerformanceBlazing fast on millions of records
- REST API AccessPOST SQL queries with your API key
Trusted by traders worldwide
See what our users are saying about OptionData.
“OptionData has transformed how we analyze option flow. The real-time Greeks and sentiment data give us an edge that was previously only available to institutional traders.”
“The SQL access to historical data is a game-changer. I can run complex backtests directly on their ClickHouse database without downloading massive files.”
“Clean API, excellent documentation, and responsive support. Integrated the WebSocket feed into our trading system in under a day.”
Simple, transparent pricing
Choose the API that fits your trading needs.
Historical Data API
Perfect for backtesting
- 7-day free trial (extendable)
- 30-day money-back guarantee
- Direct SQL via ClickHouse
- Data from Feb 2025+
- 15-min delayed (OPRA)
- 16 direct + 10 derived fields
- Technical support included
- WebSocket streaming (wss://)
- 30+ fields with Greeks & sentiment
- AGGREGATED or RAW modes
- 14-day free trial included
- 30-day money-back guarantee
Need enterprise features or custom data feeds? Contact our sales team
Ready to get started?
Join traders and developers using OptionData to power their trading applications.
No credit card required • 14-day free trial • Cancel anytime