karlsen

About

Username
karlsen
Joined
Visits
12
Last Active
Roles
Member

Comments

  • Thanks @ANL Will wait for @sujith 's reply
  • Thanks for the response @ANL My code consists only of the snippet that I pasted above. Moreover, I see that you struck off one line in your comment above. Did you also face the same issue where 429 error does not come even after the limit ge…
  • Hi @ANL This is my code try { long before = System.currentTimeMillis(); Map quotes = kiteConnect.getQuote(instrumentKeys); long after = System.currentTimeMillis(); long duration = after - before; System.out.println(getTimestam…
  • Thanks for the response @ANL, that's what I am saying I am able to call it more than the specified limits. Where I should have gotten 429 error, I am getting the actual data from these APIs. Let me try to show you the console output..