Crate borsa_yfinance

Crate borsa_yfinance 

Source
Expand description

borsa-yfinance

Public connector that implements BorsaConnector on top of the yfinance-rs client library. Exposes quotes, history, search, fundamentals, options, analysis, holders, ESG, news, and streaming where available.

Modules§

adapter
Adapter definitions and the production adapter backed by yfinance-rs.

Structs§

YfConnector
Public connector type. Production users will construct with YfConnector::new_default().