Convert CNY to MZN
Chinese Yuan → Mozambican Metical
1 CNY = 9.513363 MZN(1 MZN = 0.105115 CNY)
Currency converter
1 CNY =
9.5134 MZN
CNY to MZN: last 30 days
Over the last 30 days, 1 CNY traded between 9.4929 and 9.5423 MZN, averaging 9.5121 MZN. The CNY/MZN rate is up 0.12% since 2026-08-28.
- 30-day high
- 9.5423
- 2026-09-18
- 30-day low
- 9.4929
- 2026-09-02
- 30-day average
- 9.5121
- Days with data: 30
- 30-day change
- +0.12%
- since 2026-08-28
9.5423
9.49292026-08-28 → 2026-09-26
| Date | 1 CNY in MZN | Daily change |
|---|---|---|
| 2026-09-26 | 9.5134 | 0.00% |
| 2026-09-25 | 9.5134 | +0.05% |
| 2026-09-24 | 9.5088 | -0.07% |
| 2026-09-23 | 9.5156 | -0.08% |
| 2026-09-22 | 9.523 | -0.09% |
| 2026-09-21 | 9.5319 | -0.07% |
| 2026-09-20 | 9.5388 | +0.09% |
| 2026-09-19 | 9.5305 | -0.12% |
| 2026-09-18 | 9.5423 | +0.37% |
| 2026-09-17 | 9.5075 | -0.15% |
| 2026-09-16 | 9.5216 | +0.17% |
| 2026-09-15 | 9.505 | -0.08% |
| 2026-09-14 | 9.5122 | +0.05% |
| 2026-09-13 | 9.5078 | -0.08% |
| 2026-09-12 | 9.5158 | +0.00% |
| Date | 1 CNY in MZN | Daily change |
|---|---|---|
| 2026-09-11 | 9.5154 | -0.01% |
| 2026-09-10 | 9.5167 | +0.09% |
| 2026-09-09 | 9.5083 | -0.02% |
| 2026-09-08 | 9.5106 | +0.01% |
| 2026-09-07 | 9.5096 | -0.06% |
| 2026-09-06 | 9.5157 | +0.06% |
| 2026-09-05 | 9.5096 | +0.01% |
| 2026-09-04 | 9.5083 | +0.16% |
| 2026-09-03 | 9.4932 | +0.00% |
| 2026-09-02 | 9.4929 | -0.01% |
| 2026-09-01 | 9.4943 | -0.02% |
| 2026-08-31 | 9.4966 | -0.10% |
| 2026-08-30 | 9.5057 | +0.10% |
| 2026-08-29 | 9.496 | -0.07% |
| 2026-08-28 | 9.5024 | — |
CNY to MZN conversion table
1 CNY9.5134 MZN
5 CNY47.5668 MZN
10 CNY95.1336 MZN
25 CNY237.8341 MZN
50 CNY475.6681 MZN
100 CNY951.3363 MZN
500 CNY4,756.6813 MZN
1,000 CNY9,513.3627 MZN
5,000 CNY47,566.813 MZN
10,000 CNY95,133.627 MZN
Get the CNY/MZN rate in your app
One GET request returns the latest CNY → MZN 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/CNY/MZN"fetch('https://rate-api.com/api/v1/pair/CNY/MZN', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CNY = ${data.rate} MZN`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CNY/MZN",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CNY = {data['rate']} MZN")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CNY/MZN');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CNY = {$data['rate']} MZN\n";Example response
{
"success": true,
"pair": {
"from": "CNY",
"to": "MZN"
},
"rate": 9.5134,
"timestamp": 1790429423,
"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
MZN to CNYMozambican Metical → Chinese Yuan0.10512Convert CNY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.