Price (v3)
ValueStandardPro
REQUIRED
The v3 Theta Terminal must be running to access data.
- Retrieves historical indices price reports. Exchanges typically generate a price report every second for popular indices like SPX.
- The
time_of_day
parameter represents the 00:00:00.000 ET that the price should be provided for.
Sample URL
Paste the URL below into your browser while the Theta Terminal is running.
Returns specific at time historical index price reports
http://localhost:25503/v3/index/at_time/price?symbol=SPX&start_date=20241104&end_date=20241108&time_of_day=09:30:01.000Query 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
time_of_dayRequired -
The time of the day to fetch data for; assumed to be America/New_York.
Type: string
format -
The format of the data when returned to the user.
Type: string (Default: csv)
Enumcsv, json, ndjson, html
Responses
Returns specific at time historical index price reports
array of:
Sample Code
py