Ticker Types
GET
/v3/reference/tickers/types
Retrieve a list of all ticker types supported by Polygon.io. This endpoint categorizes tickers across asset classes, markets, and instruments, helping users understand the different classifications and their attributes.
Use Cases: Data classification, filtering mechanisms, educational reference, system integration.
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
asset_class
enum (stocks, options, crypto, fx, indices)
An identifier for a group of similar financial instruments.
code
string
A code used by Polygon.io to refer to this ticker type.
description
string
A short description of this ticker type.
locale
enum (us, global)
An identifier for a geographical location.
status
string
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