Calendars
Get a trading day
Whether the venue is open on a date. is_trading_day=false is a definitive closed answer; a 404 means no data for that date (treat as "do not act", not "closed").
GET
/
api/v1/calendars/{mic}/days/{date}Path Parameters
micRequiredstring
ISO 10383 MIC of the venue, case-insensitive (e.g. XNAS). List them with GET /api/v1/calendars.
dateRequiredstring
Calendar date as ISO YYYY-MM-DD, in the venue's own timezone.
Format:
"date"Success