Unusual options activity scanners
Use the options data API to stream live prints, score large premium or short-dated clusters, and backtest rules with historical options data SQL.
Unusual options activity API workflowOPRA-licensed options data API for U.S. equities: WebSocket real-time options data (~10M trades/day), historical options data via ClickHouse SQL (2.8B+ prints), and a full option chain API with Greeks and IV. One API key.
Works with your favorite languages
Stream real-time options data, query historical options data with SQL, or pull a full option chain on demand. Same OPRA-licensed dataset.
Stream real-time options data over WebSocket: every U.S. print with 30+ fields, Greeks, sentiment, and AGGREGATED or RAW modes for options flow scanners.
Query historical options data with ClickHouse SQL over REST. Backtest the full tape without downloading bulk files.
Option chain API in one POST: every strike and expiration with bid/ask, last, open interest, IV, and Greeks for the latest session or any past day.
Combine real-time options data, the option chain API (Greeks and OI), and historical options data SQL to build scanners for large premium, short-dated activity, and custom alert rules.
Unusual options activity API guideDelta, Gamma, Theta, Vega, Rho & IV on every trade.
Filter by symbol, premium, sentiment, expiry and more.
Predictable JSON across every API, easy to parse.
AGGREGATED for consolidated trades or RAW originals.
An options data API is how you pull U.S. equity option market data in code: live trades, history, and full option chains. Developers use it for scanners, backtests, alerts, and trading products without file dumps or scrapers.
OptionData is OPRA-licensed and ships three access modes on one key: WebSocket flow (~10M trades/day, 30+ fields with Greeks), historical ClickHouse SQL (2.8B+ trades from Feb 2025+), and REST option chains with strikes, expirations, bid/ask, open interest, IV, and Greeks.
Same licensed dataset, different jobs. Pick the path that matches your stack. Each page has concrete examples, not filler.
Use the options data API to stream live prints, score large premium or short-dated clusters, and backtest rules with historical options data SQL.
Unusual options activity API workflowQuery 2.8B+ stored trades with historical options data SQL: Greeks, IV, premium, and contract metadata in one warehouse.
Options data API for quantsShip customer-facing options flow monitors and option chain views with one signed options data API key.
Options data API for fintechOptions flow API filters by symbol, premium, sentiment, and expiry server-side so only matching trades hit your stack.
Options flow APIDecision-stage buyers compare vendors before they subscribe. Each guide includes a clear “who this is for” line — a plain audience line.
Best fit if you need trade-level options prints with Greeks, not an equity-first brokerage API.
Read comparisonBest fit if you are comparing specialist options flow against a broad market-data platform.
Read comparisonBest fit if you care about high-throughput options tape for scanners more than multi-asset breadth.
Read comparisonClean, intuitive APIs with SDKs for popular languages. Start in minutes.
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;Run custom SQL queries directly against our ClickHouse database. Useful for backtesting and analytics.
One plan, all three APIs.
Everything included — real-time, historical SQL, and option chain.
Need enterprise features or custom data feeds? Contact our sales team
Options data API product pages: Real-time options data · Historical options data · Option chain API · Options flow API · Unusual options activity · Blog
Start streaming and querying U.S. options data with one API key.
No credit card required • 14-day free trial • Cancel anytime