latestOpenAPI 3.0.02026-08-2010141507.9 KB
3d5897270d8a
Symbol Lookup
Search symbols
Fuzzy-matches company name or ticker symbol, ranked by relevance. Returns enriched profiles with sector, industry, description, and logo. Covers stocks, ETFs, and mutual funds.
get/api/lookup/search
Query parameters
searchStringstring required
Search term (name or ticker). Alphanumeric characters, dots, hyphens, and spaces allowed.
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
sectorstring
Filter by business sector
includeDelistedboolean
Include delisted symbols in results.
limitinteger
Maximum number of results
Response
Matching tickers ranked by relevance. A multi-class issuer (e.g. Alphabet) returns one result per active ticker (GOOG and GOOGL separately).
Example response
[
{
"symbol": "GOOGL",
"exchange": "Nasdaq",
"name": "Alphabet Inc.",
"cik": 1652044,
"type": "stock",
"sector": "Technology",
"industry": "Computer Programming, Data Processing",
"industryGroup": "Software & SaaS",
"compositeFigi": "BBG009S39JX6",
"ein": 611767919,
"formerNames": [],
"status": "operating",
"priorTickers": [
{
"symbol": "NLST",
"exchange": "Nasdaq",
"lastSeen": "2023-09-30"
}
]
}
]