Calendar
Access clocks and financial calendars for market sessions and events.
Get Market Hours Calendar.
ModelsExpand Collapse
class MarketHoursDetail: …
Comprehensive market hours information for a specific market and date
Next trading day’s session schedules (without time_until fields)
after_hours: Optional[SessionSchedule]
After-hours session schedule, null if not available When a null/undefined value is observed, it indicates it does not apply.
pre_market: Optional[SessionSchedule]
Pre-market session schedule, null if not available When a null/undefined value is observed, it indicates it does not apply.
regular: Optional[SessionSchedule]
Regular trading session schedule, null if holiday/weekend When a null/undefined value is observed, it indicates it does not apply.
Trading session schedules for the requested date with time_until fields
after_hours: Optional[SessionSchedule]
After-hours session schedule, null if not available When a null/undefined value is observed, it indicates it does not apply.
pre_market: Optional[SessionSchedule]
Pre-market session schedule, null if not available When a null/undefined value is observed, it indicates it does not apply.
regular: Optional[SessionSchedule]
Regular trading session schedule, null if holiday/weekend When a null/undefined value is observed, it indicates it does not apply.
List[MarketHoursDetail]
Next trading day’s session schedules (without time_until fields)
after_hours: Optional[SessionSchedule]
After-hours session schedule, null if not available When a null/undefined value is observed, it indicates it does not apply.
pre_market: Optional[SessionSchedule]
Pre-market session schedule, null if not available When a null/undefined value is observed, it indicates it does not apply.
regular: Optional[SessionSchedule]
Regular trading session schedule, null if holiday/weekend When a null/undefined value is observed, it indicates it does not apply.
Trading session schedules for the requested date with time_until fields
after_hours: Optional[SessionSchedule]
After-hours session schedule, null if not available When a null/undefined value is observed, it indicates it does not apply.
pre_market: Optional[SessionSchedule]
Pre-market session schedule, null if not available When a null/undefined value is observed, it indicates it does not apply.
regular: Optional[SessionSchedule]
Regular trading session schedule, null if holiday/weekend When a null/undefined value is observed, it indicates it does not apply.
class TradingSessions: …
Trading sessions for a market day with full timestamps
after_hours: Optional[SessionSchedule]
After-hours session schedule, null if not available When a null/undefined value is observed, it indicates it does not apply.
pre_market: Optional[SessionSchedule]
Pre-market session schedule, null if not available When a null/undefined value is observed, it indicates it does not apply.
regular: Optional[SessionSchedule]
Regular trading session schedule, null if holiday/weekend When a null/undefined value is observed, it indicates it does not apply.
class CalendarGetMarketHoursCalendarResponse: …
Next trading day’s session schedules (without time_until fields)
after_hours: Optional[SessionSchedule]
After-hours session schedule, null if not available When a null/undefined value is observed, it indicates it does not apply.
pre_market: Optional[SessionSchedule]
Pre-market session schedule, null if not available When a null/undefined value is observed, it indicates it does not apply.
regular: Optional[SessionSchedule]
Regular trading session schedule, null if holiday/weekend When a null/undefined value is observed, it indicates it does not apply.
Trading session schedules for the requested date with time_until fields
after_hours: Optional[SessionSchedule]
After-hours session schedule, null if not available When a null/undefined value is observed, it indicates it does not apply.
pre_market: Optional[SessionSchedule]
Pre-market session schedule, null if not available When a null/undefined value is observed, it indicates it does not apply.
regular: Optional[SessionSchedule]
Regular trading session schedule, null if holiday/weekend When a null/undefined value is observed, it indicates it does not apply.