fugle-marketdata-core 0.7.0

Internal kernel for the Fugle market data SDK. End users should depend on `fugle-marketdata` instead.
Documentation
1
2
3
4
5
6
7
//! Stock market data endpoints

pub mod corporate_actions;
pub mod historical;
pub mod intraday;
pub mod snapshot;
pub mod technical;