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.
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.