What is the maximum number of symbols I can subscribe to in the Data Websocket?
To maintain system efficiency and ensure reliable performance for all users, FYERS imposes a subscription cap on its Market Data WebSocket service. This limit defines how many instruments you can track live at once.
Symbol subscription limit
You can subscribe to a maximum of 200 symbols at any given time using the FYERS Data WebSocket. This includes all instruments across equities, indices, and derivatives, and applies to both lite
and symbolUpdate
modes.
Why this limit matters
- Stability: Prevents overload on the client and server
- Performance: Ensures low-latency, uninterrupted tick delivery
- Compliance: Adheres to fair usage practices
What if...
Scenario | Outcome |
---|
You try to subscribe to more than 200 symbols | FYERS will ignore or reject symbols beyond the limit |
You rotate symbols dynamically | Unsubscribe before adding new ones to stay within the cap |
You want to track more than 200 | Consider logic-based switching based on active user focus or demand |
Maintain an internal list of subscribed symbols to track usage and dynamically manage your pool without hitting the cap.
Last updated: 30 Jun 2025
Related Articles
What is the maximum number of symbols I can subscribe to in the Data WebSocket?
In the Data WebSocket, there is a set limit on the number of symbols you can subscribe to at any given time. This limit is typically 50 symbols. It's crucial to adhere to this limit when subscribing to symbols in the WebSocket, ensuring efficient and ...
Is there a limit to the number of symbols I can track using the data-websocket in API v3?
Yes, FYERS enforces a subscription limit to maintain performance and data reliability for all users of its Market Data WebSocket API v3. This ensures the real-time feed remains stable, especially under heavy load or high-frequency scenarios. What is ...
How can I subscribe to the Data Websocket provided by FYERS?
Subscribing to FYERS' Data WebSocket allows you to receive live stock market updates directly in your application. With a few simple steps, you can establish a connection, authenticate, and begin streaming live tick data for selected symbols. Steps ...
Can I subscribe to both order updates and market data simultaneously through WebSocket on FYERS?
No, on FYERS, you need to subscribe to order updates and market data separately when using WebSocket. Each of these subscriptions requires individual handling for efficient data management.
What is the "lite mode" feature in the data-websocket of API v3, and how does it provide live LTP updates for symbols?
The "lite mode" in FYERS API v3 WebSocket is designed for developers who need quick access to price updates without extra data. It’s a lightweight, real-time streaming option focused exclusively on delivering the Last Traded Price (LTP) for ...