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
8
9
10
11
12
13
14
15
16
# Bank Module

Banking supervision data from CBIRC (China Banking and Insurance Regulatory Commission).

## Functions

- **bank_fjcf_table_detail** — 银保监会行政处罚详情

Fetches detailed penalty/sanction records from the CBIRC website.

```rust
use akshare::AkShareClient;

let client = AkShareClient::new();
let data = client.bank_fjcf_table_detail().await?;
```