API Documentation
⌘K
API Key
Get free key GET
/api/1/market/holidaysMarket Holidays
Returns the full exchange holiday schedule including early-close days for 17 global exchanges (US, UK, Germany, France, Netherlands, Switzerland, Canada, Australia, Japan, Hong Kong, Denmark, Sweden, Finland, Norway, Italy, Spain, Singapore). Updated monthly.
Responses
Was this helpful?
Request
curl -X GET \
'https://api.eulerpool.com/api/1/market/holidays' \
-H 'Accept: application/json'200 Response
[
{
"exchange": "US",
"holidays": {
"date": "2025-07-04T00:00:00.000Z",
"eventName": "Independence Day",
"tradingHour": "",
"postMarket": ""
}
}
]