Market hours & calendars.
Reference metadata for 23 global trading venues: weekly schedules, holiday calendars, and open / closed snapshots.
Endpoints
- GETList markets
/fnd/marketsThe catalog of every supported market: slug, display name, type (exchange / forex / crypto), IANA timezone, region, and the constituent ISO 10383 MIC codes for equity markets.
- GETAll-markets status snapshot
/fnd/markets/statusOpen / closed snapshot for every market in one call. The 'is the US market open?' question for a dashboard widget: one round trip, one response, returned in catalog order.
- GETSingle market status
/fnd/markets/:market/statusThe same status object as the all-markets endpoint, but data is a single object instead of an array. Use this when you only care about one venue.
- GETWeekly hours
/fnd/markets/:market/hoursThe recurring weekly schedule for a market. Times are venue-local (clients convert via the timezone field). The shape varies by market type: exchanges report regular / pre / post sessions plus any lunch breaks; forex reports the weekly open/close anchor and four UTC session windows; crypto has no schedule.
- GETHoliday calendar
/fnd/markets/:market/calendarHolidays and half-days for an exchange in a date range. Built for backtesting clients ('which days was the market closed in 2023?') and dashboard 'next holiday' widgets. Forex and crypto return an empty array. They don't observe holidays.