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.

Query Parameters
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) of the exchange for the schedules.
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
next_url
string
optional
The URL for the next page of results.
request_id
string
optional
The unique identifier for this request.
results
array (object)
optional
A list of schedules for each 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.
Code Examples
Query URL
GET
Log in or Sign up to Polygon to run a query. It's free.
Scroll to see updated query response
Response Object
Did you find this page helpful?
Do you still need help with something?