akshare 0.1.0

100% pure Rust implementation of akshare — unified access to Chinese and global financial market data APIs
Documentation
1
2
3
4
5
6
7
//! Forex rate data: Bank of China, Sina, Eastmoney, FX, currency.

pub mod boc;
pub mod currency;
pub mod em;
pub mod fx;
pub mod sina;