yfinance-rs 0.6.1

Ergonomic Rust client for Yahoo Finance, supporting historical prices, real-time streaming, options, fundamentals, and more.
Documentation
1
2
3
4
5
// Re-export types from paft without using prelude
pub use paft::market::options::{OptionChain, OptionContract};

// Align provider `Info` with paft aggregates for consistency
pub use paft::aggregates::Info;