Download OpenAPI specification:
| ticker required | string (Ticker) [ 1 .. 32 ] characters Stock/options ticker symbol (e.g. SPY, QQQ, BRK.B) |
Min Dte (integer) or Min Dte (null) (Min Dte) Minimum days to expiration (defaults to full available range) | |
Max Dte (integer) or Max Dte (null) (Max Dte) Maximum days to expiration (defaults to full available range) |
{- "status": "string",
- "ticker": "string",
- "generated_at": "string",
- "spot_price": 0,
- "spot_last_updated": "string",
- "expiry_range": {
- "min_dte": 0,
- "max_dte": 0,
- "expiry_date_from": "string",
- "expiry_date_to": "string"
}, - "total_oi": 0,
- "expiries": [
- {
- "expiry_date": "string",
- "expiry_timestamp": "string",
- "strikes": [
- {
- "strike": 0,
- "call_volume": 0,
- "put_volume": 0
}
]
}
], - "error_message": "string",
- "error_code": "string",
- "metadata": { }
}