All Schedules
GET
/futures/vX/schedules
Futures REST access is currently in beta and coming soon.
Retrieve trading schedules for futures contracts across all products on a specified trading date. This endpoint returns detailed information on market sessions, including open and close times, session breaks, and any adjustments for holidays or special events. Note that schedule times are returned in Coordinated Universal Time (UTC) pending further guidance.
Use Cases: Trading schedule planning, operational planning, market analysis, risk management.
Plan Accessloading..
Plan
Recency
Updated daily
Updated daily
Updated daily
Updated daily
Updated daily
Updated daily
Updated daily
Updated daily
Updated daily
Updated daily
Updated daily
Updated daily
Updated daily
Updated daily
Plan Recencyloading..
Plan
History
All history
2 years
2 years
5 years
All history
All history
All history
All history
All history
All history
2 years
2 years
5 years
All history
Plan Historyloading..
Query Parameters
product_code
string
The product code of the futures contract.
session_end_date
string
The session end date for the schedules (also known as the trading date). This is the day in CT for which the user wants to retrieve data. If left blank, this value defaults to 'today' in Central Time. e.g. If a request is made from Pacific Time on '2025-01-01' at 11:00 pm with no 'session_end_date' a default value of `2025-01-02` will be used.
trading_venue
string
The trading venue (MIC) for the exchange on which this schedule's product trades.
limit
integer
Limit the maximum number of results returned. Defaults to '10' if not specified. The maximum allowed limit is '1000'.
sort
string
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 Attributes
next_url
string
optional
If present, this value can be used to fetch the next page.
request_id
string
A request id assigned by the server.
results
array (object)
The results for this request.
event
string
optional
The type of session on the given trading date.
product_code
string
optional
The product code of the futures contract.
product_name
string
optional
The name of the futures product to which this schedule applies.
session_end_date
string
optional
The session end date for the schedules (also known as the trading date). This is the day in CT for which the user wants to retrieve data. If left blank, this value defaults to 'today' in Central Time. e.g. If a request is made from Pacific Time on '2025-01-01' at 11:00 pm with no 'session_end_date' a default value of `2025-01-02` will be used.
timestamp
string
optional
The timestamp for the given market event.
trading_venue
string
optional
The trading venue (MIC) for the exchange on which this schedule's product trades.
status
enum (OK)
The status of this request's response.
Code Examples
Query URL
GET
loading...Run query unavailable
Create account or sign in to Massive
Scroll to see updated query response
Response Object