Skip to content

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

AUD/CNY over 5Y: show the values
PointAUD/CNY
2021-09-274.6878
2021-11-084.7403
2021-12-204.5337
2022-01-314.4857
2022-03-144.6071
2022-04-274.6788
2022-06-084.8123
2022-07-204.6653
2022-08-314.7253
2022-10-124.4833
2022-11-234.7663
2023-01-054.6963
2023-02-164.7323
2023-03-304.6054
2023-05-164.6479
2023-06-274.8247
2023-08-084.6919
2023-09-194.7151
2023-10-314.6410
2023-12-124.7230
2024-01-264.7318
2024-03-084.7722
2024-04-234.6779
2024-06-054.8184
2024-07-174.8929
2024-08-274.8325
2024-10-014.7723
2024-10-314.6764
2024-11-304.7150
2024-12-304.5497
2025-01-294.5114
2025-02-284.5267
2025-03-304.5173
2025-04-294.6590
2025-05-294.6304
2025-06-284.6818
2025-07-284.6830
2025-08-274.6342
2025-09-264.6590
2025-10-264.6576
2025-11-254.5782
2025-12-254.7004
2026-01-244.8003
2026-02-234.8840
2026-03-254.8044
2026-04-244.8842
2026-05-244.8616
2026-06-234.7070
2026-07-234.7343
2026-08-224.8198
2026-09-214.7789

High

4.8929

Low

4.4833

Average

4.6988

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD&currencies=CNY"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD&currencies=CNY");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD&currencies=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&currencies=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.