Detailed limitaions of the system?

Hi, I am trying to get real time market data using the websocket v3. I am testing on Nifty and Bank Nifty for now, I am getting approximately 180-200 messages per minute from the websocket.

Getting an update every 0.3 seconds does not feel very fast. Is there a limitation set by upstox on how frequently I’ll be getting updates. I want to know limitations of the system allowing me to work around it, or optimize my code/ hardware/ network.

It depends on number of ticks. As soon as ticks changes it will be pushed to web socket. but for bank nifty you may find it is slow due to liquidity as it is shifted to monthly expiry. but in nifty it will work fast.

1 Like