On Date (v3)
ValueStandardPro
REQUIRED
The v3 Theta Terminal must be running to access data.
- Retrieves equity market schedule for a given date
- Note: Holiday data is available 01/01/2012 through the end of the calendar year that immediately follows the current year
Sample URL
Paste the URL below into your browser while the Theta Terminal is running.
Returns equity market schedule for the requested date
http://localhost:25503/v3/calendar/on_date?date=20251225Query 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
Returns requested day schedule
array of:
Sample Code
py