Stock Flat File EOD (v3)
Pro
REQUIRED
The v3 Theta Terminal must be running to access data.
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.
Sample URL
Paste the URL below into your browser while the Theta Terminal is running.
Returns all stock EOD ticks for a given date
http://127.0.0.1:25503/v3/stock/flat_file/eod?date=20260803Click to open in browser (HTML)
http://127.0.0.1:25503/v3/stock/flat_file/eod?date=20260803&format=htmlQuery 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 stock EOD ticks for the given date
array of:
Sample Code
py