Hi Sujith, Thanks for your help. But somehow i remember that this API can be used only for live quotes.
Can i use this for historical data as well i would need that data for back testing my algorithm? And also this gives us Open Interest but not t…
@sujith : Thanks for your help. But looks like you didn't read my comment carefully.
If i don't fetch new request token (manually) every time before starting my script then i am getting 'invalid credentials error '.
Since i am still in the desig…
@sujith - It is invalidating that token and give us 'invalid credentials error ' if I stop my debugger and re-run the script. again. Probably because when i run it again it spawns a new process.
@sujith ; I am not trying to automate the login but the extraction of access_code, which is required to communicate with kiteconnect.
I always manually login and answer security question before running my script. So i am always logged in via brows…