Skip to main content

Module streaming

Module streaming 

Source
Expand description

Streaming functionality for real-time data.

This module provides async streams for continuously fetching financial data at configurable intervals. These streams can be used with any async runtime and integrated into WebSocket servers or other streaming applications.

Structsยง

IndexStream
A stream that yields market index updates at regular intervals.
MoversStream
A stream that yields market movers (actives, gainers, losers) at regular intervals.
QuoteStream
A stream that yields quote updates at regular intervals.
SingleQuoteStream
A stream that yields a single quote update for one symbol.