akshare 0.1.3

100% pure Rust implementation of akshare — unified access to Chinese and global financial market data APIs
Documentation
//! Index data: A-share, HK, global, Shenwan, CNIndex, CX, QVIX, and more.

pub mod a_share;
pub mod cflp;
pub mod cni;
pub mod cons;
pub mod csindex;
pub mod cx;
pub mod drewry;
pub mod eri;
pub mod global;
pub mod global_em;
pub mod global_sina;
pub mod hf;
pub mod hk;
pub mod hog;
pub mod kq_fz;
pub mod kq_ss;
pub mod qvix;
pub mod scope;
pub mod spot;
pub mod sugar;
pub mod sw;
pub mod sw_fund;
pub mod sw_research;
pub mod us_sina;
pub mod yw;
pub mod zh_em;