Exchanges
GET
/futures/vX/exchanges
Futures REST access is currently in beta and coming soon.
Retrieve a list of supported futures exchanges, including their unique exchange codes, names, and other important details.
Use Cases: Exchange reference, market analysis, and compliance checks.
Query Parameters
limit
integer
Limit the maximum number of results returned. Defaults to '100' if not specified. The maximum allowed limit is '999'.
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.
acronym
string
optional
Well-known acronym for the exchange (e.g., 'CME', 'NYMEX', 'CBOT', 'COMEX').
id
string
Numeric identifier for the futures exchange or trading venue.
locale
string
optional
Geographic location code where the exchange operates.
mic
string
optional
Market Identifier Code (MIC) - ISO 10383 standard four-character code for the futures market.
name
string
Full official name of the futures exchange (e.g., 'Chicago Mercantile Exchange', 'New York Mercantile Exchange').
operating_mic
string
optional
Operating Market Identifier Code for the futures exchange.
type
string
Type of venue - 'exchange' for futures exchanges and derivatives trading platforms.
url
string
optional
Official website URL of the futures exchange organization.
status
enum (OK)
The status of this request's response.
Code Examples
Query URL
GET
Run query unavailable
Create account or sign in to Polygon
Scroll to see updated query response
Response Object