Market Holidays
GET
/v1/marketstatus/upcoming
Retrieve upcoming market holidays and their corresponding open/close times. This endpoint is forward-looking only, listing future holidays that affect market hours. Use this data to plan ahead for trading activities and system operations.
Use Cases: Trading schedule adjustments, integrated holiday calendars, operational planning (e.g., system maintenance), and notifying users about upcoming market closures.
Response Attributes
response
array (object)
An array of results containing the requested data.
close
string
optional
The market close time on the holiday (if it's not closed).
date
string
optional
The date of the holiday.
exchange
string
optional
Which market the record is for.
name
string
optional
The name of the holiday.
open
string
optional
The market open time on the holiday (if it's not closed).
status
string
optional
The status of the market on the holiday.