API Documentation
⌘K
API Key
Get free key GET
/api/1/market/holidaysMarket Holidays
Returns the full exchange holiday schedule including early-close days. Currently covers US exchanges (NYSE/NASDAQ). 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": ""
}
}