Exchanges
GET
/v3/reference/exchanges
Retrieve a list of known exchanges, including their identifiers, names, market types, and other relevant attributes. This information helps map exchange codes, understand market coverage, and integrate exchange details into applications.
Use Cases: Data mapping, market coverage analysis, application development (e.g., display exchange options), and ensuring regulatory compliance.
Query Parameters
asset_class
enum (string)
Filter by asset class.
locale
enum (string)
Filter by locale.
Response Attributes
count
integer
optional
The total number of results for this request.
request_id
string
A request ID assigned by the server.
results
array (object)
optional
An array of results containing the requested data.
acronym
string
optional
A commonly used abbreviation for this exchange.
asset_class
enum (stocks, options, crypto, fx)
An identifier for a group of similar financial instruments.
id
integer
A unique identifier used by Polygon.io for this exchange.
locale
enum (us, global)
An identifier for a geographical location.
mic
string
optional
The Market Identifier Code of this exchange (see ISO 10383).
name
string
Name of this exchange.
operating_mic
string
optional
The MIC of the entity that operates this exchange.
participant_id
string
optional
The ID used by SIP's to represent this exchange.
type
enum (exchange, TRF, SIP)
Represents the type of exchange.
url
string
optional
A link to this exchange's website, if one exists.
status
string
The status of this request's response.