Year Holidays (v3)
ValueStandardPro
REQUIRED
The v3 Theta Terminal must be running to access data.
- Retrieves equity market holidays for a given year
- 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 holidays for the requested year
http://localhost:25503/v3/calendar/year_holidays?year=2024Query Parameters
yearRequired -
The year 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 holidays for a given year
array of:
Sample Code
py