AUD to CNY exchange rate API
Australian Dollar to Yuan Renminbi · quoted 2026-09-25
4.7193
▲ +0.67% over 5Y
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 5 years, AUD/CNY traded between 4.4833 and 4.8929, averaged 4.6988 and rose 0.67%. 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 5Y: show the values
| Point | AUD/CNY |
|---|---|
| 2021-09-27 | 4.6878 |
| 2021-11-08 | 4.7403 |
| 2021-12-20 | 4.5337 |
| 2022-01-31 | 4.4857 |
| 2022-03-14 | 4.6071 |
| 2022-04-27 | 4.6788 |
| 2022-06-08 | 4.8123 |
| 2022-07-20 | 4.6653 |
| 2022-08-31 | 4.7253 |
| 2022-10-12 | 4.4833 |
| 2022-11-23 | 4.7663 |
| 2023-01-05 | 4.6963 |
| 2023-02-16 | 4.7323 |
| 2023-03-30 | 4.6054 |
| 2023-05-16 | 4.6479 |
| 2023-06-27 | 4.8247 |
| 2023-08-08 | 4.6919 |
| 2023-09-19 | 4.7151 |
| 2023-10-31 | 4.6410 |
| 2023-12-12 | 4.7230 |
| 2024-01-26 | 4.7318 |
| 2024-03-08 | 4.7722 |
| 2024-04-23 | 4.6779 |
| 2024-06-05 | 4.8184 |
| 2024-07-17 | 4.8929 |
| 2024-08-27 | 4.8325 |
| 2024-10-01 | 4.7723 |
| 2024-10-31 | 4.6764 |
| 2024-11-30 | 4.7150 |
| 2024-12-30 | 4.5497 |
| 2025-01-29 | 4.5114 |
| 2025-02-28 | 4.5267 |
| 2025-03-30 | 4.5173 |
| 2025-04-29 | 4.6590 |
| 2025-05-29 | 4.6304 |
| 2025-06-28 | 4.6818 |
| 2025-07-28 | 4.6830 |
| 2025-08-27 | 4.6342 |
| 2025-09-26 | 4.6590 |
| 2025-10-26 | 4.6576 |
| 2025-11-25 | 4.5782 |
| 2025-12-25 | 4.7004 |
| 2026-01-24 | 4.8003 |
| 2026-02-23 | 4.8840 |
| 2026-03-25 | 4.8044 |
| 2026-04-24 | 4.8842 |
| 2026-05-24 | 4.8616 |
| 2026-06-23 | 4.7070 |
| 2026-07-23 | 4.7343 |
| 2026-08-22 | 4.8198 |
| 2026-09-21 | 4.7789 |
High
4.8929
Low
4.4833
Average
4.6988
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.