All Tickers
GET
/v3/reference/tickers
Retrieve a comprehensive list of ticker symbols supported by Polygon.io across various asset classes (e.g., stocks, indices, forex, crypto). Each ticker entry provides essential details such as symbol, name, market, currency, and active status.
Use Cases: Asset discovery, data integration, filtering/selection, and application development.
Query Parameters
ticker
string
Specify a ticker symbol.
Defaults to empty string which queries all tickers.
type
enum (string)
Specify the type of the tickers. Find the types that we support via our Ticker Types API.
Defaults to empty string which queries all types.
market
enum (string)
Filter by market type. By default all markets are included.
exchange
string
Specify the primary exchange of the asset in the ISO code format. Find more information about the ISO codes at the ISO org website.
Defaults to empty string which queries all exchanges.
cusip
string
Specify the CUSIP code of the asset you want to search for. Find more information about CUSIP codes at their website.
Defaults to empty string which queries all CUSIPs.
Note: Although you can query by CUSIP, due to legal reasons we do not return the CUSIP in the response.
Note: Although you can query by CUSIP, due to legal reasons we do not return the CUSIP in the response.
cik
string
Specify the CIK of the asset you want to search for. Find more information about CIK codes at their website.
Defaults to empty string which queries all CIKs.
date
string
Specify a point in time to retrieve tickers available on that date.
Defaults to the most recent available date.
search
string
Search for terms within the ticker and/or company name.
active
boolean
Specify if the tickers returned should be actively traded on the queried date. Default is true.
order
enum (string)
Order results based on the `sort` field.
limit
integer
Limit the number of results returned, default is 100 and max is 1000.
sort
enum (string)
Sort field used for ordering.
Response Attributes
count
integer
optional
The total number of results for this request.
next_url
string
optional
If present, this value can be used to fetch the next page of data.
request_id
string
optional
A request id assigned by the server.
results
array (object)
optional
An array of tickers that match your query.
Note: Although you can query by CUSIP, due to legal reasons we do not return the CUSIP in the response.
Note: Although you can query by CUSIP, due to legal reasons we do not return the CUSIP in the response.
active
boolean
optional
Whether or not the asset is actively traded. False means the asset has been delisted.
cik
string
optional
The CIK number for this ticker. Find more information here.
composite_figi
string
optional
The composite OpenFIGI number for this ticker. Find more information here
currency_name
string
optional
The name of the currency that this asset is traded with.
delisted_utc
string
optional
The last date that the asset was traded.
last_updated_utc
string
optional
The information is accurate up to this time.
locale
enum (us, global)
The locale of the asset.
market
enum (stocks, crypto, fx, otc, indices)
The market type of the asset.
name
string
The name of the asset. For stocks/equities this will be the companies registered name. For crypto/fx this will be the name of the currency or coin pair.
primary_exchange
string
optional
The ISO code of the primary listing exchange for this asset.
share_class_figi
string
optional
The share Class OpenFIGI number for this ticker. Find more information here
ticker
string
The exchange symbol that this item is traded under.
type
string
optional
The type of the asset. Find the types that we support via our Ticker Types API.
status
string
optional
The status of this request's response.