Chinamoney: Get Cny Central Parity Rate History
Chinamoney via Parse · Finance
Fetch historical CNY central parity rates with pagination. Returns daily rate values for one or more currency pairs within a date range. Each record contains a date and an array of rate values corresponding to the selected currency pairs. Access financial data from China Foreign Exchange Trade System / National Interbank Funding Center (chinamoney.com.cn), including exchange rates, SHIBOR, LPR, and market bulletins. Fulfilled by Parse from chinamoney.com.cn.
- chinamoney
- chinamoney-com-cn
- finance
- government-public
- other
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- Finance
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/aab16bd2-93d6-4449-94d8-5764464da33d/get_cny_central_parity_rate_history
- Interface artifact
- sha256:06619cc0ecb1e021707824b63d888c1a7a38aa9cda14aee923dd36ff69cbb66d
- Manifest digest
- sha256:065ac3e9d7ce5c3162c360dda63d5cf493e2b647687e8a5a272e1e0551a98dc4
Request fields
- currency (string): Currency pair (e.g. 'USD/CNY', 'EUR/CNY'). Omit or leave empty for all pairs.
- end_date (string): End date in YYYY-MM-DD format.
- page_num (integer): Page number for pagination.
- page_size (integer): Number of results per page.
- start_date (string): Start date in YYYY-MM-DD format.
Example queries
- {"currency":"USD/CNY","end_date":"2026-06-10","page_num":"1","page_size":"10","start_date":"2026-05-12"}