Unusual options activity scanners
Stream live prints, score large premium or short-dated clusters, and backtest alert rules with SQL.
Build UOA workflowsOPRA-licensed U.S. options data API: real-time WebSocket (~10M trades/day), historical ClickHouse SQL (2.8B+ prints), and full option-chain REST — Greeks, IV, and one API key.
Works with your favorite languages
Stream it live, query its history with SQL, or pull a full option chain on demand — all from the same licensed dataset.
Stream every U.S. option trade over WebSocket — 30+ fields per print including the Greeks, sentiment, and aggregation modes.
Run custom SQL straight against our ClickHouse warehouse over REST. Backtest and analyze the full trade history without downloading a single file.
Get the full option chain in a single POST — every strike and expiration with bid/ask, last price, open interest, IV, and the Greeks, for the latest session or any past trading day.
Combine real-time option trades, option-chain Greeks, and historical SQL to build scanners for large premium, short-dated activity, repeat prints, and custom alert rules.
Explore unusual activity APIDelta, 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 a programmatic interface that delivers U.S. equity option market data — live trades, historical prints, and full option chains — so developers can power scanners, backtests, alerts, and trading products without files or scrapers.
OptionData is an OPRA-licensed options data API with three access modes on one key: real-time WebSocket flow (~10M trades/day, 30+ fields with Greeks), historical ClickHouse SQL (2.8B+ trades stored from Feb 2025+), and REST option chains with strikes, expirations, bid/ask, open interest, IV, and Greeks.
Same licensed dataset, different jobs-to-be-done. Pick the persona that matches your stack — each path links to docs with unique examples, not generic filler.
Stream live prints, score large premium or short-dated clusters, and backtest alert rules with SQL.
Build UOA workflowsQuery 2.8B+ stored trades with ClickHouse SQL — Greeks, IV, premium, and contract metadata in one warehouse.
Options data for quantsShip customer-facing flow monitors and chain views with one signed API key across WebSocket and REST.
Options data for fintechFilter by symbol, premium, sentiment, and expiry server-side so only actionable trades hit your stack.
Stream options flowDecision-stage buyers compare vendors before they subscribe. Each guide includes a clear “who this is for” line — the sentence AI engines and human evaluators both pull first.
Who this is for: teams that need trade-level options prints with Greeks, not equity-first brokerage APIs.
Read comparisonWho this is for: builders comparing institutional market-data vendors for real-time option trades.
Read comparisonWho this is for: developers evaluating high-throughput options tape alternatives for scanners and research.
Read comparisonClean, intuitive APIs with SDKs for popular languages. Get up and running 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. Perfect 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
More detail on product & guide pages: Options flow · Quants · Fintech · Unusual activity · Glossary · Blog
Join traders and developers using OptionData to power their trading applications.
No credit card required • 14-day free trial • Cancel anytime