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
mod common;

#[path = "auth/crumb_retry_synthetic.rs"]
mod auth_and_retry_synth;
#[path = "auth/negative_cookie_crumb.rs"]
mod negative_cookie_crumb;