Convert AOA to CNY
Angolan Kwanza → Chinese Yuan
1 AOA = 0.00732345 CNY(1 CNY = 136.54765 AOA)
Currency converter
1 AOA =
0.0073235 CNY
AOA to CNY: last 30 days
Over the last 30 days, 1 AOA traded between 0.0072112 and 0.0073365 CNY, averaging 0.0073086 CNY. The AOA/CNY rate is down 0.10% since 2026-08-28.
- 30-day high
- 0.0073365
- 2026-08-30
- 30-day low
- 0.0072112
- 2026-09-13
- 30-day average
- 0.0073086
- Days with data: 30
- 30-day change
- -0.10%
- since 2026-08-28
0.0073365
0.00721122026-08-28 → 2026-09-26
| Date | 1 AOA in CNY | Daily change |
|---|---|---|
| 2026-09-26 | 0.0073235 | 0.00% |
| 2026-09-25 | 0.0073235 | +0.20% |
| 2026-09-24 | 0.0073089 | -0.17% |
| 2026-09-23 | 0.0073211 | +0.27% |
| 2026-09-22 | 0.0073014 | +0.28% |
| 2026-09-21 | 0.0072807 | -0.40% |
| 2026-09-20 | 0.00731 | +0.01% |
| 2026-09-19 | 0.0073096 | +0.19% |
| 2026-09-18 | 0.0072959 | -0.23% |
| 2026-09-17 | 0.0073125 | +0.19% |
| 2026-09-16 | 0.0072989 | -0.28% |
| 2026-09-15 | 0.0073194 | +0.11% |
| 2026-09-14 | 0.0073116 | +1.39% |
| 2026-09-13 | 0.0072112 | -1.25% |
| 2026-09-12 | 0.0073027 | -0.03% |
| Date | 1 AOA in CNY | Daily change |
|---|---|---|
| 2026-09-11 | 0.0073052 | +0.05% |
| 2026-09-10 | 0.0073014 | -0.03% |
| 2026-09-09 | 0.0073039 | -0.29% |
| 2026-09-08 | 0.007325 | +0.37% |
| 2026-09-07 | 0.0072978 | -0.13% |
| 2026-09-06 | 0.007307 | -0.00% |
| 2026-09-05 | 0.0073073 | -0.07% |
| 2026-09-04 | 0.0073122 | -0.15% |
| 2026-09-03 | 0.0073229 | -0.03% |
| 2026-09-02 | 0.0073248 | +0.09% |
| 2026-09-01 | 0.0073181 | +0.15% |
| 2026-08-31 | 0.0073069 | -0.40% |
| 2026-08-30 | 0.0073365 | +0.10% |
| 2026-08-29 | 0.0073291 | -0.02% |
| 2026-08-28 | 0.0073308 | — |
AOA to CNY conversion table
1 AOA0.0073235 CNY
5 AOA0.036617 CNY
10 AOA0.073235 CNY
25 AOA0.18309 CNY
50 AOA0.36617 CNY
100 AOA0.73235 CNY
500 AOA3.6617 CNY
1,000 AOA7.3235 CNY
5,000 AOA36.6173 CNY
10,000 AOA73.2345 CNY
Get the AOA/CNY rate in your app
One GET request returns the latest AOA → 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/AOA/CNY?precision=6"fetch('https://rate-api.com/api/v1/pair/AOA/CNY?precision=6', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AOA = ${data.rate} CNY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AOA/CNY?precision=6",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AOA = {data['rate']} CNY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AOA/CNY?precision=6');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 AOA = {$data['rate']} CNY\n";Example response
{
"success": true,
"pair": {
"from": "AOA",
"to": "CNY"
},
"rate": 0.007323,
"timestamp": 1790432135,
"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 AOAChinese Yuan → Angolan Kwanza136.5477Convert AOA to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.