Hi , To get intraday data , Do I need to subscribe to historical data subscription for 200? Any api to get intraday 30 minute , 5 minutes intraday data for given script. I think Upstox is supporting this
To get intraday data , Do I need to subscribe to historical data subscription
To get the candles, you will need to subscribe to historical data APIs. Or you can candles at your end using websocket streaming API, this thread explains in detail.
One doubt in websocket. Is tick data every time kite server will send full data or the latest tick? Do I need to store the tickdata to change it to x minute ohlc candle?