Get Streaming Data (TradingView)
Market Data
Get Streaming Data (TradingView)
Opens a never-ending, chunked HTTP response that streams real-time market data in TradingView UDF streaming format. The body is newline-delimited JSON: each line is a single event object. The f field identifies the event type: q for a quote (best bid/ask) and t for a trade. All events also include id (the TradingView symbol) and t (Unix time, seconds).
GET
Get Streaming Data (TradingView)
Response
Chunked stream of newline-delimited JSON events (quotes and trades).
Newline-delimited JSON. Each line is a quote (f: "q") or trade (f: "t") event.