Convert AZN to CNY
Azerbaijani Manat → Chinese Yuan
1 AZN = 3.948961 CNY(1 CNY = 0.253231 AZN)
Currency converter
1 AZN =
3.949 CNY
AZN to CNY: last 30 days
Over the last 30 days, 1 AZN traded between 3.929 and 3.9826 CNY, averaging 3.9471 CNY. The AZN/CNY rate is down 0.11% since 2026-08-28.
- 30-day high
- 3.9826
- 2026-09-18
- 30-day low
- 3.929
- 2026-08-31
- 30-day average
- 3.9471
- Days with data: 30
- 30-day change
- -0.11%
- since 2026-08-28
3.9826
3.9292026-08-28 → 2026-09-26
| Date | 1 AZN in CNY | Daily change |
|---|---|---|
| 2026-09-26 | 3.949 | 0.00% |
| 2026-09-25 | 3.949 | +0.01% |
| 2026-09-24 | 3.9485 | +0.08% |
| 2026-09-23 | 3.9455 | +0.11% |
| 2026-09-22 | 3.9412 | +0.07% |
| 2026-09-21 | 3.9385 | +0.07% |
| 2026-09-20 | 3.9359 | -0.10% |
| 2026-09-19 | 3.9398 | -1.07% |
| 2026-09-18 | 3.9826 | +0.94% |
| 2026-09-17 | 3.9456 | +0.00% |
| 2026-09-16 | 3.9455 | -0.06% |
| 2026-09-15 | 3.9479 | +0.05% |
| 2026-09-14 | 3.9461 | +0.09% |
| 2026-09-13 | 3.9427 | -0.08% |
| 2026-09-12 | 3.946 | +0.00% |
| Date | 1 AZN in CNY | Daily change |
|---|---|---|
| 2026-09-11 | 3.946 | +0.03% |
| 2026-09-10 | 3.9449 | +0.04% |
| 2026-09-09 | 3.9432 | -0.10% |
| 2026-09-08 | 3.9474 | -0.01% |
| 2026-09-07 | 3.9476 | +0.10% |
| 2026-09-06 | 3.9438 | -0.10% |
| 2026-09-05 | 3.9476 | +0.00% |
| 2026-09-04 | 3.9476 | -0.12% |
| 2026-09-03 | 3.9524 | -0.04% |
| 2026-09-02 | 3.9538 | -0.01% |
| 2026-09-01 | 3.9543 | +0.64% |
| 2026-08-31 | 3.929 | -0.52% |
| 2026-08-30 | 3.9497 | +0.00% |
| 2026-08-29 | 3.9497 | -0.09% |
| 2026-08-28 | 3.9534 | — |
AZN to CNY conversion table
1 AZN3.949 CNY
5 AZN19.7448 CNY
10 AZN39.4896 CNY
25 AZN98.724 CNY
50 AZN197.4481 CNY
100 AZN394.8961 CNY
500 AZN1,974.4806 CNY
1,000 AZN3,948.9611 CNY
5,000 AZN19,744.806 CNY
10,000 AZN39,489.611 CNY
Get the AZN/CNY rate in your app
One GET request returns the latest AZN → CNY rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/AZN/CNY"fetch('https://rate-api.com/api/v1/pair/AZN/CNY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AZN = ${data.rate} CNY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AZN/CNY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AZN = {data['rate']} CNY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AZN/CNY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 AZN = {$data['rate']} CNY\n";Example response
{
"success": true,
"pair": {
"from": "AZN",
"to": "CNY"
},
"rate": 3.949,
"timestamp": 1790432128,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
CNY to AZNChinese Yuan → Azerbaijani Manat0.25323Convert AZN to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.