How do I get the latest OHLC values for a Nifty Dynamic Contract? I know it can be done by Historical API for today and looking at the last candle and involves unnecessary data transfer of all ticks for today. Is there another API to do the same thing?
If you require the OHLC data of the most recent intraday candle, the WebSocket connection must be used, as there are no alternative methods available. If you require day-level OHLC data, the Quotes API can be used for this purpose.
If you require day-level OHLC data, the Quotes API can be used for this purpose.