lf I want to get closing candle stick data do I need to do kite.quote at exact time like lets say if I want closing candle stick data at 14:20 I need to do kite.quote at exact time
isn't that this data would be different than actual closing candle stick data due to latency is there a way to get closed candle stick data of previous minute ?
You can use Websocket API. You can know more about it here. Quote call will have 1 request per second limit.