Product Schedules
GET
/futures/vX/products/{product_code}/schedules
Futures REST access is currently in beta and coming soon.
Retrieve trading schedules for a specific futures product identified by its product code on a given trading date. The response provides schedule details tailored to the product, including session timings, breaks, and special event adjustments, with times reported in UTC. This helps users align their trading strategies and execution plans with the precise market hours and operational nuances of the selected product.
Use Cases: Product schedule analysis, strategy alignment, execution optimization, market planning.
Path Parameters
product_code
string
required
The product code for the futures product.
Query Parameters
session_end_date
string
The date on which the schedule's trading day ended (sometimes referred to as trading date). Defaults to today. Formatted as `YYYY-MM-DD`. Note that although there is no time component the day is assumed to be that day in Central Time.
limit
integer
The number of results to return per page (default=100, max=1000, min=1).
sort
enum (string)
Sort results by field and direction using dotted notation (e.g., 'ticker.asc', 'name.desc').
Response Attributes
error
string
optional
An optional error message for failed requests when available.
next_url
string
optional
If present, this value can be used to fetch the next page of data.
request_id
string
optional
The unique identifier for the request.
results
array (object)
optional
The list of schedules for the specified product.
product_code
string
optional
The product code for the futures product to which this schedule applies.
product_name
string
optional
The name of the futures product to which this schedule applies.
schedule
array (object)
optional
session_end_date
string
optional
The date on which the schedule's trading day ended (sometimes referred to as trading date) formatted as `YYYY-MM-DD`. Note that although there is no time component on this attribute, the day refers to Central Time.
trading_venue
string
optional
The trading venue (MIC) for the exchange on which this schedule's product trades.
status
string
optional
The status of the response.