latestOpenAPI 3.0.32026-08-101461131.1 MB

ad6f143e43aa

us_futures

Futures Schedules API

The Schedules API provides a unified way to retrieve trading schedules for futures markets, returning precise session open and close times, intraday breaks, and any adjustments for holidays or special events. You can filter schedules by session_end_date or retrieve the schedule for a single product using its product code. All times are returned in Coordinated Universal Time (UTC), making it straightforward to align trading, execution, and operational workflows across systems.

Use Cases: Schedule planning, market analysis, strategy alignment, risk and operations management.

get/futures/v1/schedules

Query parameters

product_codestring

The product code of the futures contract.

product_code.any_ofstring

Filter equal to any of the values. Multiple values can be specified by using a comma separated list.

product_code.gtstring

Filter greater than the value.

product_code.gtestring

Filter greater than or equal to the value.

product_code.ltstring

Filter less than the value.

product_code.ltestring

Filter less than or equal to the value.

session_end_datestring

The session end date for the schedules (also known as the trading date). This field is optional and can be used to filter results by a specific session end date. If left blank, schedules for all dates will be returned. Note that trading sessions end at 5 PM Central Time, so a session ending at 5 PM CT on January 1st would have a session_end_date of 2025-01-01. Value must be formatted 'yyyy-mm-dd'.

session_end_date.gtstring

Filter greater than the value. Value must be formatted 'yyyy-mm-dd'.

session_end_date.gtestring

Filter greater than or equal to the value. Value must be formatted 'yyyy-mm-dd'.

session_end_date.ltstring

Filter less than the value. Value must be formatted 'yyyy-mm-dd'.

session_end_date.ltestring

Filter less than or equal to the value. Value must be formatted 'yyyy-mm-dd'.

trading_venuestring

The trading venue (MIC) for the exchange on which this schedule's product trades.

trading_venue.any_ofstring

Filter equal to any of the values. Multiple values can be specified by using a comma separated list.

trading_venue.gtstring

Filter greater than the value.

trading_venue.gtestring

Filter greater than or equal to the value.

trading_venue.ltstring

Filter less than the value.

trading_venue.ltestring

Filter less than or equal to the value.

limitinteger

Limit the maximum number of results returned. Defaults to '10' if not specified. The maximum allowed limit is '1000'.

sortstring

A comma separated list of sort columns. For each column, append '.asc' or '.desc' to specify the sort direction. The sort column defaults to 'product_code' if not specified. The sort order defaults to 'asc' if not specified.

Response

A list of results.

next_urlstring

If present, this value can be used to fetch the next page.

request_idstring required

A request id assigned by the server.

status'OK' required

The status of this request's response.