Thank you. You are right. I created a different paid API and it works fine now.
When Zerodha says, they have made APIs free for personal use I was expecting at least price API will be free. Its just buy and sell APIs which are free. Not great for …
Thank you. Yes, you are right. I created a different paid API and it works fine now. When Zerodha says, they have made APIs free for personal use I was expecting at least price API will be free. Alas, thats not the case. Its just buy and sell. Not g…
As you can see, this was created as a Personal App. I was hoping I will be able to access all the end points except Historical data. But for everything I get the error {
status: 'error',
message: 'Insufficient permission for that call.',
data: null…
I tried with latest package too "kiteconnect": "^5.0.1",. I get exact same error. I thought it was made free. Does this mean I have to recharge with 2000 to access the quotation of a scrip? I have added 100 to my account to see if that works, but t…
Thank you for your response!
I get this for all calls. For example When I call this with a proper access_token and
const kite = new KiteConnect({
api_key: process.env.KITE_API_KEY,
access_token: user.rows[0].kite_access_token
}…