Zerodha kite 3 api - queries

bharathm1
Hi,

Can someone please answer my below queries.

1. How many websocket connections can i open in single api key

2. If i opened multiple websocket connections (lets say 3) does it impact my order placement. As i heard, zerodha serves only 3 orders per second.

3. How many orders can i place a day? On how many stocks i could monitor and do intraday daily?

4. Should i receive data, error updates on same websocket api that i opened for receiving stock updates or else should i open another one.

5. Can i create multiple apps in zerodha kite on same user id and receive two different access tokens and keys. If so do my websicket connection and order limit per second will get doubled?

6. How many stocks i can subscribe on single websocket api?

Thanks,
Bharath.M
  • rakeshr
    rakeshr edited September 2018
    @bharathm1
    1>Go through this thread.
    2.No interference as, websocket end point is different w.r.t APIs end point.Check API rate limit on this thread.
    3.There is restriction of 5 orders per second.So, for equity, total trading time is 6 hour 15 minutes(22500 seconds * 5(rate limit per second) =112500 orders max in a day for equity).
    At any instance, you can't stream more than 3000 instruments per API key.
    4.Order update will be posted on websocket connection as Postback, look to this thread.
    5. Yes, all restrictions are made as per API key, so creating another app will double the limits. You need to pay double the charge as well.
    6.Go through this thread.
  • bharathm1
    Thanks rakeshr.
    :)
This discussion has been closed.