Skip to content

Get TradingView Udf Symbol Info

GET /api/dtao/tradingview/udf/symbol_info
Get a free API key →
curl
NameInTypeRequiredDescription
netuidqueryinteger

200 — Symbol info retrieved successfully

Section titled “200 — Symbol info retrieved successfully”

Media: application/json

Schema
{
"type": "object",
"required": [
"symbol",
"description",
"exchange-listed",
"exchange-traded",
"minmovement",
"pricescale",
"has-dwm",
"has-intraday",
"type",
"timezone",
"session",
"session-regular"
],
"properties": {
"description": {
"type": "array",
"items": {
"type": "string"
}
},
"exchange-listed": {
"type": "string"
},
"exchange-traded": {
"type": "string"
},
"has-dwm": {
"type": "boolean"
},
"has-intraday": {
"type": "boolean"
},
"minmovement": {
"type": "integer",
"format": "int32",
"minimum": 0
},
"pricescale": {
"type": "integer",
"format": "int64",
"minimum": 0
},
"session": {
"type": "string"
},
"session-regular": {
"type": "string"
},
"symbol": {
"type": "array",
"items": {
"type": "string"
}
},
"timezone": {
"type": "string"
},
"type": {
"type": "array",
"items": {
"type": "string"
}
}
}
}

All Taostats API requests require an Authorization header containing your API key. See Getting Started.