Skip to content

Index Flat File EOD (v3)

Pro

REQUIRED

The v3 Theta Terminal must be running to access data.

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

Expected response time: ~1 second. Expected file size: ~1 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.

Sample URL

Paste the URL below into your browser while the Theta Terminal is running.

Returns all index EOD ticks for a given date
http://127.0.0.1:25503/v3/index/flat_file/eod?date=20260803

Query Parameters

dateRequired  -

The date to fetch data for.

Type: string
format  -

The format of the data when returned to the user.

Type: string (Default: csv)
Enumcsv, json, ndjson, html

Responses

CSV stream of all index EOD ticks for the given date

array of:

Sample Code

py