"The historical data API provides archived data (up to date as of the time of access) for instruments across various exchanges spanning back several years." from the kite connect api,but when I try for the same day using from_date and to_date=datetime.now() using kite.historical_data it shows data for last date(i.e yesterday) not today. What is the procedure to get data for same day say forr half and hour back?
@bismithblac@rjamitsharma The historical data is provided only for backtesting purposes, it is recommended to make candles at your end using the live market data provided via Websocket API for live market strategies. You can know more here.
The historical data is provided only for backtesting purposes, it is recommended to make candles at your end using the live market data provided via Websocket API for live market strategies.
You can know more here.