v2
latestOpenAPI 3.1.0Proprietary2026-08-05143259.2 KBsymbols
Symbol detail
get/api/symbols/{ticker}/
Path parameters
tickerstring required
Example:BTC-USD
Ticker symbol. US equities are bare (AAPL); cryptocurrencies use the <SYM>-USD form (BTC-USD); foreign listings use the Yahoo suffix (VOD.L).
Response
Symbol with extended metadata. Resolves delisted symbols too: check status, and renamed_to for the successor ticker when the company continues under a new symbol.
Example response
{
"asset_type": "Stock",
"exchange": "NASDAQ",
"brand_aliases": [
"spacex"
],
"country": "US",
"currency": "USD",
"status": "active"
}