That is not correct. We can get it (I was able to get it) but the time interval for which we can get data is 'day'. Like we cannot get 'minute' data for the given time interval.
I just want to know that if they have any other API for it.
Here is the request that I am making:
response = requests.get(
f'https://api.kite.trade/instruments/historical/{instrument_token}/minute?from={start_date_string}+00:01:00&to={end_date_string}+23:59:00&oi=1',
h…