Documentation / API reference / TradingView
Get TradingView Udf Symbol Info
Last reviewed 2026-09-18
Returns TradingView symbol metadata, including price scales, trading sessions and supported chart capabilities.
Try it
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
netuid | query | integer (int32) |
Responses
200 — Symbol info retrieved successfully
| Field | Type | Required |
|---|---|---|
description | array | Yes |
description[] | string | Yes |
exchange-listed | string | Yes |
exchange-traded | string | Yes |
has-dwm | boolean | Yes |
has-intraday | boolean | Yes |
minmovement | integer (int32) | Yes |
pricescale | integer (int64) | Yes |
session | string | Yes |
session-regular | string | Yes |
symbol | array | Yes |
symbol[] | string | Yes |
timezone | string | Yes |
type | array | Yes |
type[] | string | Yes |
Every request needs an Authorization header holding your API key — see Getting started with the Taostats API.