Get 50% off on all plans for the first year – contact sales for a promotional code.
Option Chain API
Look up full option chains via REST, then add flow fields when needed
Sample mode: realtime plan required for live chains
Pro Plan
Option Chain REST included
Non-subscribers can use sample mode from the playground.
Your token is pre-filled when you are signed in. Adjust parameters and fetch the chain from this page.
Premium, DEX, latest trade
Live Request Body
POST https://optiondata.io/api/option-chain
{
"symbol": "AAPL",
"include_flow": false,
"limit": "1000",
"test_mode": true
}POST https://optiondata.io/api/option-chainSend JSON or form data. Required: symbol. Optional: date, expiration_date, put_call, strike range, expiry-day range, include_flow, limit, test_mode, and api_key.
Trialing and active realtime subscriptions get full option-chain access. Non-subscribers can use sample mode from this playground.