Skip to content

AZN to CNY exchange rate API

Azerbaijanian Manat to Yuan Renminbi · quoted 2026-09-25

3.9488

▼ +7.79% over 1Y

1 AZN = 3.9488 CNY · 1 CNY = 0.25324 AZN · Get this rate via the API

1 AZN buys 3.9488 CNY as of 2026-09-25, so 1 CNY buys 0.25324 AZN. Over the last year, AZN/CNY traded between 3.9432 and 4.2826, averaged 4.0620 and fell 7.79%. The API holds daily AZN/CNY rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AZN/CNY over 1Y

AZN/CNY over 1Y: show the values
PointAZN/CNY
2025-09-254.2826
2025-10-024.2799
2025-10-094.2816
2025-10-164.1916
2025-10-234.1908
2025-10-304.1819
2025-11-064.1879
2025-11-134.1742
2025-11-204.1846
2025-11-274.1667
2025-12-044.1598
2025-12-124.1458
2025-12-194.1418
2025-12-264.1288
2026-01-024.1140
2026-01-094.1072
2026-01-164.0998
2026-01-234.0968
2026-01-304.0881
2026-02-064.0817
2026-02-134.0639
2026-02-204.0639
2026-02-274.0344
2026-03-064.0616
2026-03-134.0568
2026-03-204.0555
2026-03-274.0669
2026-04-034.0551
2026-04-104.0128
2026-04-174.0203
2026-04-244.0112
2026-05-014.0267
2026-05-084.0091
2026-05-164.0051
2026-05-243.9963
2026-05-313.9787
2026-06-093.9832
2026-06-163.9744
2026-06-233.9916
2026-06-303.9915
2026-07-073.9962
2026-07-143.9856
2026-07-213.9782
2026-07-283.9831
2026-08-043.9727
2026-08-113.9678
2026-08-183.9661
2026-08-263.9533
2026-09-023.9538
2026-09-093.9432
2026-09-163.9455
2026-09-233.9455

High

4.2826

Low

3.9432

Average

4.0620

For developers

Get this rate via the API

One GET request returns the AZN/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=AZN&currencies=CNY"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN&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=AZN&currencies=CNY").json()

Replace YOUR_API_KEY with the key from your dashboard.

AZN/CNY API questions

How do I get the AZN/CNY exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN&currencies=CNY, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AZN/CNY rate in rates.CNY.

How far back does AZN/CNY historical data go?

Daily AZN/CNY rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free AZN/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.