latestOpenAPI 3.0.32026-08-101461131.1 MB

ad6f143e43aa

reference:tickers:list

Tickers

Query all ticker symbols which are supported by Massive. This API currently includes Stocks/Equities, Indices, Forex, and Crypto.

get/v3/reference/tickers

Query parameters

tickerstring

Specify a ticker symbol. Defaults to empty string which queries all tickers.

type'CS' | 'ADRC' | 'ADRP' | 'ADRR' | 'UNIT' | 'RIGHT' | 'PFD' | 'FUND' | 'SP' | 'WARRANT' | 'INDEX' | 'ETF' | 'ETN' | 'OS' | 'GDR' | 'OTHER' | 'NYRS' | 'AGEN' | 'EQLK' | 'BOND' | 'ADRW' | 'BASKET' | 'LT'

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'stocks' | 'crypto' | 'fx' | 'otc' | 'indices'

Filter by market type. By default all markets are included.

exchangestring

Specify the asset's primary exchange Market Identifier Code (MIC) according to ISO 10383. Defaults to empty string which queries all exchanges.

cusipstring

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.

cikstring

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.

datestring date

Specify a point in time to retrieve tickers available on that date. Defaults to the most recent available date.

searchstring

Search for terms within the ticker and/or company name.

activeboolean

Specify if the tickers returned should be actively traded on the queried date. Default is true.

ticker.gtestring

Range by ticker.

ticker.gtstring

Range by ticker.

ticker.ltestring

Range by ticker.

ticker.ltstring

Range by ticker.

order'asc' | 'desc'
Example:asc

Order results based on the sort field.

limitinteger
Example:100

Limit the number of results returned, default is 100 and max is 1000.

sort'ticker' | 'name' | 'market' | 'locale' | 'primary_exchange' | 'type' | 'currency_symbol' | 'currency_name' | 'base_currency_symbol' | 'base_currency_name' | 'cik' | 'composite_figi' | 'share_class_figi' | 'last_updated_utc' | 'delisted_utc'
Example:ticker

Sort field used for ordering.

Response

Reference Tickers.

countinteger

The total number of results for this request.

next_urlstring

If present, this value can be used to fetch the next page of data.

request_idstring

A request id assigned by the server.

statusstring

The status of this request's response.