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
9
10
11
12
//! Economy-related alternative data: AMAC fund, air quality, auto sales,
//! box office, NLP sentiment, articles, events, fortune, other.

pub mod air;
pub mod amac;
pub mod article;
pub mod car;
pub mod event;
pub mod fortune;
pub mod movie;
pub mod nlp;
pub mod other;