yfinance-rs 0.4.0

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
// Re-export types from paft without using prelude
pub use paft::fundamentals::analysis::{
    Earnings, EarningsQuarter, EarningsQuarterEps, EarningsYear,
};
pub use paft::fundamentals::profile::ShareCount;
pub use paft::fundamentals::statements::{
    BalanceSheetRow, Calendar, CashflowRow, IncomeStatementRow,
};