v2
latestOpenAPI 3.1.0Proprietary2026-08-05143259.2 KBList active tickers
All active symbols (US equities, crypto, and foreign listings), alphabetical by ticker. ~10k entries — cache aggressively, or slice with the optional limit/offset params (the response stays a bare array either way). Pass search to resolve a name, brand or ticker prefix to its canonical symbol (search=bitcoin returns BTC-USD, search=spacex returns SPCX).
Query parameters
Return at most this many symbols. Omit for the full list.
Skip this many symbols from the start of the list.
Resolve a query to matching symbols: ticker-prefix, company-name substring, or the company's brand name where that differs from its registered name (search=spacex returns SPCX, registered as SPACE EXPLORATION TECHNOLOGIES CORP). Case-insensitive; exact ticker, exact name and brand matches rank above prefix and substring matches. Useful for finding the canonical form of a name (search=bitcoin returns BTC-USD).
Response
List of active symbols.
Example response
[
{
"asset_type": "Stock",
"exchange": "NASDAQ",
"brand_aliases": [
"spacex"
],
"country": "US",
"currency": "USD",
"status": "active"
}
]