Hi, i am running 5 different strategies. Each strategy (each hosted on a different instance) fetches the kite ticker data. How many websocket connection per Kite Connect app to fetch kite ticker data ?
@SRIJAN how many parallel hoistorical data instances can be run ? can i fetch data of 5 different instuments parallely where bots are hosted on different server instances ?
Also,just to clarify. These are the current websocket limits. You can subscribe up to 3000 instruments/shares in a single WebSocket connection, and for single API key you can have 3 WebSocket connection, so you can stream maximum of 9000 shares for a API key. The post I shared,I didn't check properly, it says 1000 instruments/connection which was true then,but now limits have been increased.
It might be working for legacy reasons now. This will be blocked without intimation, we suggest not open more than 3 websocket connections per api_key.
can i fetch data of 5 different instuments parallely where bots are hosted on different server instances ?
Don't cross the rate limits and you will be fine.