Returns trading schedule and holidays for a market in a given year.
cURL
curl --request GET \ --url https://service.bluumfinance.com/v1/market-data/markets/{code}/calendar \ --header 'Authorization: Basic <encoded-value>'
{ "status": "success", "data": { "code": "XNAS", "year": 2026, "holidays": [ { "date": "2026-07-03", "name": "Independence Day", "type": "FULL", "earlyClose": "13:00" } ], "commonCode": "NASDAQ", "tradingHours": { "open": "09:30", "close": "16:00" } } }
HTTP Basic Authentication using the API Key as username and API Secret as password.
Calendar year (defaults to current year)
2026
Market calendar
"success"
Show child attributes