Skip to content

V3_STOCK_FLAT_FILE_EOD()

Pro

Bulk download all stock end-of-day ticks for a given date as a CSV stream. Returns one row per tick, grouped by symbol. Requires a Professional stock subscription.

Expected response time: ~1 second. Expected file size: ~1.5 MB.

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_STOCK_FLAT_FILE_EOD("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.