OHLC data

goradiasagar72
Can someone help me with the open high low close data for index
  • Imran
    Imran edited June 2019
    hii @goradiasagar72
    1. if historical ohlc is needed use historical api.
    use this code for any timeframe data:
    kite.historical_data(token, from_date, to_date, interval)


    2. if you want ohlc for today live api can be used.
    the tick data provided by zerodha will have ohlc inside it.
  • goradiasagar72
    Thank u so much bro ... !!!
This discussion has been closed.