Accessing live stock market data through FYERS' API v3 WebSocket is efficient and flexible. Whether you're building a lightweight price ticker or a full trading dashboard, the data-websocket supports both simplified and detailed market feeds in real time.
The WebSocket in API v3 supports two primary modes for accessing real-time data:
symbolUpdate
type provides detailed updates including: This mode is ideal for advanced dashboards, analytics tools, or any application needing comprehensive tick data.
wss://api.fyers.in/socket/v2/data/
lite
or symbolUpdate
).Scenario | Outcome |
---|---|
You only need price snapshots | Use lite mode for efficient LTP-only updates |
You want full tick-level market detail | Use symbolUpdate mode to receive OHLCV fields |
You switch symbol sets during session | Send new subscription messages; no reconnection needed |
Last updated: 30 Jun 2025