Download OpenAPI specification:
| ticker required | string (Ticker) [ 1 .. 32 ] characters Stock/options ticker symbol (e.g. SPY, QQQ, BRK.B) |
{- "status": "string",
- "ticker": "string",
- "session_date": "string",
- "generated_at": "string",
- "expiry_date": "string",
- "spot_last_updated": "string",
- "slice_count": 0,
- "slices": [
- {
- "snapshot_timestamp": "string",
- "spot_price": 0,
- "c10": 0,
- "c20": 0,
- "c30": 0,
- "c40": 0,
- "c50": 0,
- "p10": 0,
- "p20": 0,
- "p30": 0,
- "p40": 0,
- "p50": 0
}
], - "error_message": "string",
- "error_code": "string",
- "metadata": { }
}