I have subscribed for the Kite Connect Historical API Add-On, yesterday.
I am getting an Invalid Token error, just for retrieving historical data. I have tried yesterday and today (i.e with yesterdays token and todays token) please help
using KiteConnect version 3.7.7
Traceback (most recent call last): File "get_data.py", line 35, in print (kite.historical_data(symbol,start_time,end_time,'minute',continuous=False)); File "build\bdist.win32\egg\kiteconnect\connect.py", line 608, in historical_data File "build\bdist.win32\egg\kiteconnect\connect.py", line 697, in _get File "build\bdist.win32\egg\kiteconnect\connect.py", line 766, in _request kiteconnect.exceptions.InputException: invalid token
@subhash494 You seems to be entering wrong instrument_token for fetching historical data.You need to enter required instrument token for scrip available from this instrument_dump.
You seems to be entering wrong instrument_token for fetching historical data.You need to enter required instrument token for scrip available from this instrument_dump.
thanks rakeshr, resolved.