Real-time streaming data pipeline for live market intelligence. Persistent WebSocket connections deliver tick-by-tick data, signal updates, and analysis as events occur.
analysisReal-time multi-factor analysis updates — PCR, OI concentration, IV skew, max pain, Greeks surface.
signalsLive AI-generated trade signals with confidence scoring and direction selection as they fire.
tickerStreaming index ticker data — NIFTY, SENSEX, BANKNIFTY, FINNIFTY with bid/ask and volume.
observationsLLM-generated market observations synthesized from real-time multi-factor analysis.
systemPlatform health events — connection status, rate limit warnings, maintenance notifications.
Single WebSocket connection with automatic reconnection and heartbeat keepalive.
Subscribe to multiple data channels simultaneously over one connection.
Sub-100ms delivery for ticker data, sub-500ms for analysis and signal updates.
Built-in reconnection with exponential backoff and state recovery.
wss://api.hnicalls.com/ws/v1
// Subscribe to channels
{ "action": "subscribe", "channels": ["analysis", "signals"] }
// Events received
{ "channel": "analysis", "data": { ... } }WebSocket access requires HNI Elite tier. Authentication via API key in connection header.
Unlock Streaming