Relative Content

Tag Archive for pythonpython-3.xwebsocket

How to subscribe more than 3000 instruments

I am using the KiteConnect API for WebSocket streaming, which allows a maximum of 3,000 instruments to be subscribed to at a time. To manage a list of over 10,000 instruments that changes daily, I need to dynamically subscribe and unsubscribe to stay within this limit. This requires subscribing and unsubscribing every 10 seconds to capture all the data effectively.

How to subscribe more than 3000 instruments

I am using the KiteConnect API for WebSocket streaming, which allows a maximum of 3,000 instruments to be subscribed to at a time. To manage a list of over 10,000 instruments that changes daily, I need to dynamically subscribe and unsubscribe to stay within this limit. This requires subscribing and unsubscribing every 10 seconds to capture all the data effectively.