Skip to content

End of Day (v3)

FreeValueStandardPro

REQUIRED

The v3 Theta Terminal must be running to access data.

Since the equity SIPs only generate a partial EOD report, Theta Data generates a national EOD report at 17:15 ET each day. created represents the datetime the report was generated and last_trade represents the datetime 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. Theta Data plans to avail SIP EOD reports in the near future.

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/stock/history/eod?symbol=AAPL&start_date=20240101&end_date=20240131

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