I make API call on start of every 5 min bar for around 10 stocks with thread pool of 4 (When one of the thread completes it makes the next API call). Thought i might get NetworkException when too many call were made and handled it accordingly. (made…
@sujith: These are basic kite.historical calls for bunch of scripts at 5 min interval:
The error is not constant for a script and is randomized.
ex: kite.historical(3861249, '2017-06-20', '2017-06-21', "5minute")
log info: 2017-06-21 11:15:19,471 C…
@sujith : thanks for the input. the solution works good. but however there is a drop in web socket session between 10 AM - 11 AM in recent times as others have mentioned..
2017-06-20 10:21:00,426 CRITICAL: Web Socket Session closed..
I feel its b…
@sujith : is there a way to identify the banned contracts in the list provided.. from this link i could see https://zerodha.com/margin-calculator/Futures/ few contracts were banned, but the same were also present in the api link..
@Kailash: i have this issue with just 10 instruments historical calls with threading implemented and this is the first time i ran within this minute. Do you have any other limitations apart from the 60 hits / minute??
Time of Occurrence: "2016-09…