Skip to content

EOD

Pro

REQUIRED

The Theta Terminal must be running to access data.

Behavior

Since the equity SIPs only generate a partial EOD report, Theta Data generates a national EOD report at 17:15 ET each day.
ms_of_day represents the time of day the report was generated and ms_of_day2 represents the time of the last trade.
The quote in the response represents the last NBBO reported by CTA or UTP at the time of report generation.
You can read more about EOD & OHLC data here.

  • Expected response time: ~1 second
  • Expected File Size: ~1.5 MB

Sample URL

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

http://127.0.0.1:25510/v2/file/stock/eod?start_date=20250512

Parameters

Query Parameters

start_dateRequired  -

The start date (inclusive) of the request formatted as YYYYMMDD.

Type: integer

Responses

OK
string
ExampleC:\Users\userName\ThetaData\ThetaTerminal\downloads\STOCK-EOD-20250512.csv

Sample Code

py