Chinamoney API
chinamoney.com.cn
China's interbank market portal - CNY parity rates, Shibor, bond prices, and FX history.
- Actions
- 9
- Category
- Finance
- Login
- Not required
- Output
- JSON
Call the Chinamoney API
Submit a task, then poll the job until it settles. This example runs act_chinamoney_ccpr_historical_rates.
curl -X POST https://api.anakin.io/v1/wire/task \
-H "X-API-Key: $ANAKIN_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"action_id": "act_chinamoney_ccpr_historical_rates",
"params": {
"start_date": "2026-05-14",
"end_date": "2026-06-02"
}
}'9 actions on chinamoney.com.cn
Read
CCPR History Search
act_chinamoney_ccpr_history_table_pageread1 credit / callReturns search options for querying historical central parity rates.
News Headlines
act_chinamoney_news_headlinesread1 credit / callReturns latest financial news headlines with titles, publish dates, and links.
- timestamp
- string
- cache_bust
- string
USD Lending Rate History
act_chinamoney_fcl_historical_rate_pageread1 credit / callReturns search options for interbank USD lending weighted rate history.
- cache_buster
- string
Write
Write actions change state on chinamoney.com.cn and run as the account you connect.
CCPR Historical Rates
act_chinamoney_ccpr_historical_rateswrite2 credits / callFetches paginated historical CNY central parity rate rows with currency columns and dated values.
- start_date
- date · required
- end_date
- date · required
- page_num
- string
- page_size
- string
- cache_buster
- string
- currency
- string
CCPR Notice Calendar
act_chinamoney_ccpr_notice_calendarwrite2 credits / callFetches a calendar of central parity rate announcement dates.
FX CCPR Chart Series
act_chinamoney_fx_ccpr_chart_serieswrite2 credits / callReturns the USD/CNY central parity rate history with current quote and dated rate series.
- timestamp
- string
Interbank Lending History
act_chinamoney_interbank_lending_historywrite2 credits / callReturns historical interbank lending rates as a dated time series across tenors.
- timestamp
- string
Pledged Repo History
act_chinamoney_pledged_repo_historywrite2 credits / callReturns historical pledged-repo rates as a dated time series across tenors.
- timestamp
- string
USD CNY Parity Series
act_chinamoney_ccpr_usd_chart_serieswrite2 credits / callFetches the USD/CNY central parity historical time series.
Chinamoney API questions
- Is there an API for Chinamoney?
- Chinamoney does not offer a public data API for this, but Anakin Wire provides 9 maintained endpoints for chinamoney.com.cn. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
- How do I scrape Chinamoney data?
- POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when chinamoney.com.cn changes its markup, Anakin updates the action.
- Do I need a Chinamoney account?
- No. Every Chinamoney action listed here runs anonymously — no account and no credentials required.
- What does the Chinamoney API cost?
- Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.
More Finance APIs
AAII (American Association of Individual Investors)
Individual investors association - stock screener, sentiment surveys, ETF data, and research.
Affirm
Affirm partner directory - store listings, merchant guides, and merchant detail APIs.
Alphavantage.Co
Alpha Vantage public market data APIs for stock quotes, intraday and daily time series, fundamentals, FX, crypto, and technical indicators.
AnnualReports
Public-company profiles and annual reports - by exchange or industry, with filing links.
Artemis
Blockchain metrics dashboards - chain comparisons, active-user trends, and price time-series.
Asian Development Bank
Asian Development Bank data portal - publications, project documents, economic indicators, and financing datasets.