One last question, if the limits are as below
1) getQuote API - 1r/s
2) getLTP API - 10r/s
then, can I safely assume that ltp values gets updated at least 10 times at zerodha from the exchange in 1sec? (or) Is it the same ltp value every time within…
As of now I am just using ltp of the Quote for calculations. Volume, I am just saving in a list using a synchronized block. All this work is done is less than a milli-second. Attaching sample logs, which prints entire time taken for save + calculati…
Thanks @rakeshr
Can you please re-confirm the rate limit for the below APIs
1) getQuote API - 1r/s
2) getLTP API - 10r/s
I intent to call the above APIs through java KiteConnect 3.0.