Calendars
List trading days in a range
Sessions for [from, to] inclusive. Range may not exceed 366 days.
GET
/
api/v1/calendars/{mic}/daysPath Parameters
micRequiredstring
ISO 10383 MIC of the venue, case-insensitive (e.g. XNAS). List them with GET /api/v1/calendars.
Query Parameters
fromRequiredstring
First date of the range, inclusive, as ISO YYYY-MM-DD.
Format:
"date"toRequiredstring
Last date of the range, inclusive, as ISO YYYY-MM-DD. Must be on or after from, and at most 366 days later.
Format:
"date"Success