Historical and Live data access through API

sai
Hi, i have few queries below.

How will the 2000 credits be spent for accessing KiteConnect API(Historical data and live data accessing). Is there any difference in debiting for order placing, order execution, etc.,? Please specify all the details that comes under debiting of credits.

Do the strategy get executed, if a condition is met instantly at that second during live algo trading?

If we need to place only 3 orders in a second, should we write programmatically to place only 3 orders in each second or the Zreodha Api will take care of placing orders for each second like in a queue?

Do we get exempt of holidays for the API for the month?
Tagged:
  • rishiswethan
    In the normal 2000 subscription, you get live data, ability to place orders, etc. You do not get the historical data in this subscription, you'll have to pay another 2000 for it. Orders are ideally placed in a second or 2, but, I've seen some delays/rejections in high volume times, like in the start of the market. And no, holidays are not exempt, just normal months.
  • rakeshr
    @rishiswethan
    If we need to place only 3 orders in a second, should we write programmatically to place only 3 orders in each second or the Zreodha Api will take care of placing orders for each second like in a queue?
    No, you need to introduce proper delay at your end so, you don't bypass this rate limit.In case of exceeding rate limit, we throw exception of 429 -Too many requests to the API.
Sign In or Register to comment.