Download OpenAPI specification:Download
Trading calendar REST API with holiday, late open, and early close. Over 50 unique exchange calendars for global equity and futures markets.
mic | string (MIC code) Example: mic=XNYS Optional list of comma separated MIC codes for which market to show data for. All market will be included if MIC code is not specified. |
[- {
- "mic": "XNYS",
- "exchange": "New York Stock Exchange",
- "acronym": "string",
- "lei": "5493000F4ZO33MV32P92",
- "city": "New York",
- "country": "United States",
- "country_code": "US",
- "flag": "🇺🇸",
- "currency_name": "US dollar",
- "currency_code": "USD",
- "currency_symbol": "$",
- "region": "North America",
- "timezone": "America/New_York",
- "timezone_abbr": "EDT",
- "utc_offset": "-0400",
- "dst": true,
- "previous_dst_transition": "2019-08-24",
- "next_dst_transition": "2019-08-24",
- "working_days": [
- "Monday",
- "Tuesday",
- "Wednesday",
- "Thursday",
- "Friday"
], - "open_time": "09:30",
- "close_time": "16:00",
- "early_close_time": "string"
}
]
mic | string (MIC code) Example: mic=XNYS Optional list of comma separated MIC codes for which market to show data for. All market will be included if MIC code is not specified. |
[- {
- "mic": "XNYS",
- "day_of_week": "Wednesday",
- "is_weekend": false,
- "is_business_day": true,
- "status": "Open",
- "is_early_close": true,
- "local_time": "2024-05-01T11:05:21-04:00",
- "open_time": "2019-08-24T14:15:22Z",
- "close_time": "2019-08-24T14:15:22Z",
- "holiday_name": "string"
}
]
mic | string (MIC code) Example: mic=XNYS Optional list of comma separated MIC codes for which market to show data for. All market will be included if MIC code is not specified. |
start required | string <date> (Start date) Example: start=2025-03-20 Show holidays starting at this date. |
end required | string <date> (End date) Example: end=2025-03-20 Show holidays until this date. |
[- {
- "mic": "XSTO",
- "date": "2024-04-30",
- "day_of_week": "Tuesday",
- "is_early_close": true,
- "open_time": "2024-04-30T09:00:00+02:00",
- "close_time": "2024-04-30T13:00:00+02:00",
- "holiday_name": "string"
}
]
mic | string (MIC code) Example: mic=XNYS Specify comma separated list of MIC codes for which market to show data for. |
start required | string <date> (Start date) Example: start=2025-03-20 Show holidays starting at this date. |
end required | string <date> (End date) Example: end=2025-03-20 Show holidays until this date. |
[- {
- "exchange": "New York Stock Exchange",
- "flag": "🇺🇸",
- "mic": "XNYS",
- "date": "2024-11-29",
- "day_of_week": "Friday",
- "is_weekend": false,
- "is_business_day": true,
- "holiday_name": "string",
- "is_early_close": true,
- "open_time": "2019-08-24T14:15:22Z",
- "close_time": "2019-08-24T14:15:22Z"
}
]