Subscribe
Connect with symbols and premium filters server-side.
Stream the U.S. options tape for flow scanners and alerts. Filter incoming trades before scoring alerts in your own application.
Choose RAW for individual prints or AGGREGATED for consolidated events. Historical SQL can help validate the rules you apply to the stream.
From subscribe → filter → score → backtest.
Connect with symbols and premium filters server-side.
Use premium, side, Greeks, and trade_count in AGGREGATED mode.
Pull option-chain snapshots for IV and OI.
Replay similar days on historical options data.
const ws = new WebSocket(
'wss://ws.optiondata.io?token=YOUR_API_KEY&symbols=SPY,QQQ&premium=[100000,null]&aggregation_mode=AGGREGATED'
);Explore the workspace, reference, and historical research workflow.
An options flow API streams individual option trades (the tape). OptionData exposes OPRA-licensed U.S. equity option trades over WebSocket with filters and analytics fields.
AGGREGATED merges same-second same-contract prints for block/sweep visibility. RAW is one message per exchange print.
Open the realtime workspace with ?lang=zh. Complete qualification before explicitly activating an eligible trial.