Massive.com (formerly Polygon.io)Massive stock market data API
GET/v3/reference/tickers
List and search supported tickers
Retrieve a paginated list of ticker symbols across supported asset classes. Filter by symbol, asset type, market, exchange, identifiers, date, search text, or active status.
Use a Massive API key to query U.S. stock trades, OHLC aggregates, unified snapshots, and ticker reference data; availability depends on the data plan.
Request
- operationId
listTickers- Server
https://api.massive.com- Authentication
- BearerAuth
Request parameters
ticker
querystring
Ticker filter
A
type
querystring
Ticker type code from the Ticker Types endpoint.
CS
market
querystring
Market filter
stocks
exchange
querystring
Primary exchange Market Identifier Code (MIC), for example `XNAS`.
XNAS
cusip
querystring
CUSIP to query. CUSIPs may be used as filters but are not returned for legal reasons.
cik
querystring
SEC Central Index Key.
0001090872
date
querystringdate
Point-in-time date in `YYYY-MM-DD` format; defaults to the latest available date.
2025-01-31
search
querystring
Search text matched against ticker symbols and company names.
Apple
active
queryboolean
Active-listing filter
true
order
querystring
Order results using the selected sort field.
limit
queryinteger
Maximum number of results per page.
100
sort
querystring
Field used for ordering.
Responses
200
TickerListResponseapplication/json
Successful response
Properties: countnext_urlrequest_idresultsstatus
default
ErrorResponseapplication/json
Request failed because of authentication, authorization, validation, rate limiting, or a server error.
Properties: statuserrormessagerequest_id
{
"count": 1,
"next_url": "https://api.massive.com/v3/reference/tickers?cursor=YWN0aXZlPXRydWUmZGF0ZT0yMDIxLTA0LTI1JmxpbWl0PTEmb3JkZXI9YXNjJnBhZ2VfbWFya2VyPUElN0M5YWRjMjY0ZTgyM2E1ZjBiOGUyNDc5YmZiOGE1YmYwNDVkYzU0YjgwMDcyMWE2YmI1ZjBjMjQwMjU4MjFmNGZiJnNvcnQ9dGlja2Vy",
"request_id": "e70013d92930de90e089dc8fa098888e",
"results": [
{
"active": true,
"cik": "0001090872",
"composite_figi": "BBG000BWQYZ5",
"currency_name": "usd"
}
],
"status": "OK"
}