Finance
Chinamoney logo

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 / call

    Returns search options for querying historical central parity rates.

  • News Headlines

    act_chinamoney_news_headlinesread1 credit / call

    Returns 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 / call

    Returns 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 / call

    Fetches 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 / call

    Fetches a calendar of central parity rate announcement dates.

  • FX CCPR Chart Series

    act_chinamoney_fx_ccpr_chart_serieswrite2 credits / call

    Returns 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 / call

    Returns historical interbank lending rates as a dated time series across tenors.

    timestamp
    string
  • Pledged Repo History

    act_chinamoney_pledged_repo_historywrite2 credits / call

    Returns historical pledged-repo rates as a dated time series across tenors.

    timestamp
    string
  • USD CNY Parity Series

    act_chinamoney_ccpr_usd_chart_serieswrite2 credits / call

    Fetches 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

All Finance sites