It looks like you're new here. If you want to get involved, click one of these buttons!
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', headers=headers)headers = { 'X-Kite-Version': '3', 'Authorization': f'token {API_KEY}:{access_token}', }
But the issue is that it is giving me 'TokenError'
I just want to know that if they have any other API for it.