Get Historical Option Quote
get_historical_option_quoteReplay the full option chain with BSM greeks, IV, OI at any minute since April 2018. Filter by expiry, strike, and type. Alpha tier.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| at | Yes | As-of timestamp: YYYY-MM-DDTHH:mm:ss (ET) or YYYY-MM-DD | |
| type | No | Optional 'C' or 'P' (call or put) | |
| apiKey | No | FlashAlpha API key. Omit when calling via /mcp-oauth (OAuth flow); required on /mcp. | |
| expiry | No | Optional expiration date YYYY-MM-DD | |
| strike | No | Optional strike price | |
| symbol | Yes | Underlying ticker | |
| maxSpreadAbs | No | Optional ghost-quote filter: max absolute bid-ask spread in dollars (e.g. 0.25). Combined with maxSpreadPct (a contract must pass both). | |
| maxSpreadPct | No | Optional ghost-quote filter: max bid-ask spread as a fraction of mid (e.g. 0.08 = 8%). Drops wider/one-sided quotes server-side. |