yfinance-rs 0.3.2

Ergonomic Rust client for Yahoo Finance, supporting historical prices, real-time streaming, options, fundamentals, and more.
Documentation
1
2
3
4
5
6
7
8
mod common;

#[path = "stream/live.rs"]
mod stream_live;
#[path = "stream/offline.rs"]
mod stream_offline;
#[path = "stream/websocket_decoder.rs"]
mod websocket_decoder;