akshare 0.1.2

100% pure Rust implementation of akshare — unified access to Chinese and global financial market data APIs
Documentation
1
2
3
4
5
6
7
8
//! Stock fundamental data: financial reports, IPO, shareholders, restricted
//! releases, profit forecasts, and more from Eastmoney, Sina, and THS.

pub mod eastmoney;
pub mod sina;
pub mod ths;

// Re-export all public methods via AkShareClient impl blocks in sub-modules.