Option Flat File EOD (v3)
Pro
REQUIRED
The v3 Theta Terminal must be running to access data.
Bulk download all option end-of-day 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: ~1 minute. Expected file size: ~150 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 option EOD ticks for a given date
http://127.0.0.1:25503/v3/option/flat_file/eod?date=20260803Click to open in browser (HTML)
http://127.0.0.1:25503/v3/option/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 option EOD ticks for the given date
array of:
Sample Code
py