Options research and historical market data
Research options visually. Test strategies. Build with historical data.
OptionChainIQ combines market overview, trade ideas, volatility screening, unusual activity, strategy analysis, and backtesting with an API for historical option chains, Greeks, IV/HV, OHLCV, signals, and scanner data. Explore opportunities in the dashboard, test the thesis, or use the same captured market data in your own research workflows.
Discovermarket, volatility, UOA, and trade ideas
Testvisual and manual backtesting workflows
Buildhistorical options data API included with Pro
API PreviewPro access
GET /v1/contracts?symbol=SPY&date=2026-05-15
{
"symbol": "SPY",
"expiration": "2026-06-19",
"strike": 540,
"type": "call",
"bid": 4.20,
"ask": 4.35,
"delta": 0.42,
"iv": 0.218,
"open_interest": 18342
}