borsa 0.2.0

High-level, pluggable market data API for Rust with multi-provider support.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pub mod analysis;
pub mod download;
pub mod esg;
pub mod fundamentals;
pub mod history;
pub mod holders;
pub mod info;
pub mod macros;
pub mod news;
pub mod options;
pub mod profile;
pub mod quotes;
pub mod search;
pub mod stream;

// re-export core for internal use if needed