v1
latestOpenAPI 3.1.02026-07-2655154175.6 KBSymbols
Resolve a symbol
The TradingView LibrarySymbolInfo for one ticker — price scale, session, timezone, and supported resolutions the charting library needs before requesting history.
get/v1/symbols
Query parameters
symbolstring required
Example:SPY
Ticker (e.g. SPY).
Response
Symbol info.
Example response
{
"session": "0930-1600",
"timezone": "America/New_York",
"exchange": "ARCA",
"minmov": 1,
"pricescale": 100,
"data_status": "streaming",
"format": "price"
}