How to get closed candle stick data of previous minute

rbm
rbm edited February 2022 in Python client
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 ?
  • rbm
    rbm edited February 2022
    Is there a way to get minute ohlc data using kite.quote ?
  • rbm
    rbm edited February 2022
    .
  • SRIJAN
    Call quote at 59th sec . All the data would be almost same as the closing. For exact data,use historical data api.
  • sujith
    @rbm,
    You can use Websocket API. You can know more about it here. Quote call will have 1 request per second limit.
Sign In or Register to comment.