V3_OPTION_FLAT_FILE_TRADE_QUOTE()
Pro
Bulk download all option trade/quote ticks for a given date as a CSV stream. Returns one row per tick, grouped by contract. Requires a Professional options subscription.
Expected response time: ~3 minutes. Expected file size: ~1.2 GB.
Only the 7 most recent calendar days are available; data for the previous day is typically ready by 12:30-1am ET. See Flat Files Getting Started for details, or contact sales for more history.
Example
=THETADATA.V3_OPTION_FLAT_FILE_TRADE_QUOTE("20260803")Parameters
dateRequired -
The date to fetch data for.
Type: string
Behavior: Required.
Returns
A grid (string[][]) - a header row followed by one row per result. See the REST API reference for the full response schema.