latestOpenAPI 3.0.02026-08-2010141507.9 KB
3d5897270d8a
Symbol Lists
List all symbols
Paginated list of all supported ticker symbols (stocks, ETFs, and mutual funds) with enriched profile data. Filter by type, exchange, sector, or status.
get/api/symbols
Query parameters
pageinteger
Page number (1-indexed)
pageSizeinteger
Number of results per page
type'stock' | 'etf' | 'mf' | 'cef' | 'fund'
Security type.
| Value | Meaning |
|---|---|
| stock | Operating company. |
| etf | Exchange-traded fund. |
| mf | Open-end mutual fund. Includes an open-end fund that also offers an exchange-traded share class. |
| cef | Closed-end fund. Exchange-listed like an ETF, but with fixed capital (SEC form N-2). |
| fund | A registered fund whose kind is not yet evidenced — typically a series that has not filed its first N-CEN and has no listing. |
Filter by security type
exchangestring
Filter by exchange (e.g. Nasdaq, NYSE)
sectorstring
Filter by business sector (e.g. Manufacturing, Services)
status'operating' | 'delisted'
Filter by listing status. operating = the entity still trades on at least one exchange (including OTC); delisted = it has no active listing left on any exchange.
Response
Paginated list of symbols with enriched profile data
Example response
{
"page": 1,
"pageSize": 100,
"totalPages": 85,
"totalResults": 8432,
"data": [
{
"symbols": [
"BRK-B",
"BRK-A"
],
"exchanges": [
"NYSE",
"NYSE"
],
"name": "Apple Inc.",
"cik": 320193,
"type": "stock",
"sector": "Technology",
"industry": "Consumer Electronics",
"industryGroup": "Software & SaaS",
"compositeFigi": "BBG000B9XRY4",
"ein": 942404110,
"formerNames": [
"APPLE COMPUTER INC"
],
"status": "operating",
"priorTickers": [
{
"symbol": "NLST",
"exchange": "Nasdaq",
"lastSeen": "2023-09-30"
}
]
}
]
}