Calendar
Access clocks and financial calendars for market sessions and events.
ModelsExpand Collapse
market_hours_detail: object { current_time, date, market, 5 more }
Comprehensive market hours information for a specific market and date
next_sessions: object { after_hours, pre_market, regular }
Next trading day’s session schedules (without time_until fields)
after_hours: optional object { close, open, time_until_close, time_until_open }
After-hours session schedule, null if not available When a null/undefined value is observed, it indicates it does not apply.
pre_market: optional object { close, open, time_until_close, time_until_open }
Pre-market session schedule, null if not available When a null/undefined value is observed, it indicates it does not apply.
regular: optional object { close, open, time_until_close, time_until_open }
Regular trading session schedule, null if holiday/weekend When a null/undefined value is observed, it indicates it does not apply.
status: object { day_type, is_open, current_session }
today_sessions: object { after_hours, pre_market, regular }
Trading session schedules for the requested date with time_until fields
after_hours: optional object { close, open, time_until_close, time_until_open }
After-hours session schedule, null if not available When a null/undefined value is observed, it indicates it does not apply.
pre_market: optional object { close, open, time_until_close, time_until_open }
Pre-market session schedule, null if not available When a null/undefined value is observed, it indicates it does not apply.
regular: optional object { close, open, time_until_close, time_until_open }
Regular trading session schedule, null if holiday/weekend When a null/undefined value is observed, it indicates it does not apply.
next_sessions: object { after_hours, pre_market, regular }
Next trading day’s session schedules (without time_until fields)
after_hours: optional object { close, open, time_until_close, time_until_open }
After-hours session schedule, null if not available When a null/undefined value is observed, it indicates it does not apply.
pre_market: optional object { close, open, time_until_close, time_until_open }
Pre-market session schedule, null if not available When a null/undefined value is observed, it indicates it does not apply.
regular: optional object { close, open, time_until_close, time_until_open }
Regular trading session schedule, null if holiday/weekend When a null/undefined value is observed, it indicates it does not apply.
status: object { day_type, is_open, current_session }
today_sessions: object { after_hours, pre_market, regular }
Trading session schedules for the requested date with time_until fields
after_hours: optional object { close, open, time_until_close, time_until_open }
After-hours session schedule, null if not available When a null/undefined value is observed, it indicates it does not apply.
pre_market: optional object { close, open, time_until_close, time_until_open }
Pre-market session schedule, null if not available When a null/undefined value is observed, it indicates it does not apply.
regular: optional object { close, open, time_until_close, time_until_open }
Regular trading session schedule, null if holiday/weekend When a null/undefined value is observed, it indicates it does not apply.
session_schedule: object { close, open, time_until_close, time_until_open }
trading_sessions: object { after_hours, pre_market, regular }
Trading sessions for a market day with full timestamps
after_hours: optional object { close, open, time_until_close, time_until_open }
After-hours session schedule, null if not available When a null/undefined value is observed, it indicates it does not apply.
pre_market: optional object { close, open, time_until_close, time_until_open }
Pre-market session schedule, null if not available When a null/undefined value is observed, it indicates it does not apply.
regular: optional object { close, open, time_until_close, time_until_open }
Regular trading session schedule, null if holiday/weekend When a null/undefined value is observed, it indicates it does not apply.