AUD to CNY exchange rate API
Australian Dollar to Yuan Renminbi · quoted 2026-09-25
4.7193
▲ +0.63% over 1Y
1 AUD = 4.7193 CNY · 1 CNY = 0.21190 AUD · Get this rate via the API
1 AUD buys 4.7193 CNY as of 2026-09-25, so 1 CNY buys 0.21190 AUD. Over the last year, AUD/CNY traded between 4.6086 and 4.9361, averaged 4.7608 and rose 0.63%. The API holds daily AUD/CNY rates from 2005-04-01 — 21 years of history — so any past day, or a whole series, is one request away.
AUD/CNY over 1Y: show the values
| Point | AUD/CNY |
|---|---|
| 2025-09-25 | 4.6899 |
| 2025-10-02 | 4.7050 |
| 2025-10-09 | 4.6988 |
| 2025-10-16 | 4.6306 |
| 2025-10-23 | 4.6335 |
| 2025-10-30 | 4.6497 |
| 2025-11-06 | 4.6397 |
| 2025-11-13 | 4.6524 |
| 2025-11-20 | 4.6086 |
| 2025-11-27 | 4.6228 |
| 2025-12-04 | 4.6723 |
| 2025-12-11 | 4.6973 |
| 2025-12-18 | 4.6530 |
| 2025-12-25 | 4.7004 |
| 2026-01-01 | 4.6661 |
| 2026-01-08 | 4.6758 |
| 2026-01-15 | 4.6593 |
| 2026-01-22 | 4.7484 |
| 2026-01-29 | 4.9089 |
| 2026-02-05 | 4.8380 |
| 2026-02-12 | 4.9133 |
| 2026-02-19 | 4.8627 |
| 2026-02-26 | 4.8712 |
| 2026-03-05 | 4.8622 |
| 2026-03-12 | 4.8991 |
| 2026-03-19 | 4.8332 |
| 2026-03-26 | 4.7767 |
| 2026-04-02 | 4.7400 |
| 2026-04-09 | 4.8131 |
| 2026-04-16 | 4.8930 |
| 2026-04-23 | 4.8895 |
| 2026-04-30 | 4.8812 |
| 2026-05-07 | 4.9361 |
| 2026-05-14 | 4.9128 |
| 2026-05-21 | 4.8485 |
| 2026-05-28 | 4.8267 |
| 2026-06-04 | 4.8382 |
| 2026-06-11 | 4.7426 |
| 2026-06-18 | 4.7432 |
| 2026-06-25 | 4.6861 |
| 2026-07-02 | 4.6771 |
| 2026-07-09 | 4.7161 |
| 2026-07-16 | 4.7425 |
| 2026-07-23 | 4.7343 |
| 2026-07-30 | 4.7157 |
| 2026-08-06 | 4.7528 |
| 2026-08-13 | 4.7551 |
| 2026-08-20 | 4.7778 |
| 2026-08-27 | 4.8319 |
| 2026-09-03 | 4.8332 |
| 2026-09-10 | 4.8185 |
| 2026-09-17 | 4.7716 |
| 2026-09-24 | 4.7167 |
High
4.9361
Low
4.6086
Average
4.7608
Get this rate via the API
One GET request returns the AUD/CNY rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=CNY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=CNY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=CNY").json()Replace YOUR_API_KEY with the key from your dashboard.
AUD/CNY API questions
How do I get the AUD/CNY exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=CNY, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AUD/CNY rate in rates.CNY.
How far back does AUD/CNY historical data go?
Daily AUD/CNY rates are available from 2005-04-01. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free AUD/CNY exchange rate API?
Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.
Put these rates in your application
One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.