Skip to content

End of Day (v3)

FreeValueStandardPro

REQUIRED

The v3 Theta Terminal must be running to access data.

  • Since the indices feeds do not provide a national EOD report, Theta Data generates a national EOD report at 17:15 each day.

Sample URL

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

Returns EOD report for a given symbol between specified dates (inclusive)
http://localhost:25503/v3/index/history/eod?symbol=SPX&start_date=20241104&end_date=20241108

Query Parameters

symbolRequired  -

The stock or index symbol, or underlying symbol for options.

Type: string
start_dateRequired  -

The start date (inclusive).

Type: string
end_dateRequired  -

The end date (inclusive).

Type: string
format  -

The format of the data when returned to the user.

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

Sample Code

py