@sujith Thanks for answer. Just one more question. Current day data can be available with kite API subscription that is 2000 Rupees. Just Example, Today is 8th June then I am getting tick data for 8th June as real time live market for all segments.
You can use websockets to fetch live market data. If you need previous minute data then you will have to subscribe for historical data API. But we don't recommend using historical data for live strategies, it is provided for backtesting purposes only. I would suggest generating candles at your end using websocket data for live strategies.
Just one more question. Current day data can be available with kite API subscription that is 2000 Rupees.
Just Example, Today is 8th June then I am getting tick data for 8th June as real time live market for all segments.
If you need previous minute data then you will have to subscribe for historical data API. But we don't recommend using historical data for live strategies, it is provided for backtesting purposes only.
I would suggest generating candles at your end using websocket data for live strategies.
Helpful information