Convert MZN to CNY
Mozambican Metical → Chinese Yuan
1 MZN = 0.105115 CNY(1 CNY = 9.513363 MZN)
Currency converter
1 MZN =
0.10512 CNY
MZN to CNY: last 30 days
Over the last 30 days, 1 MZN traded between 0.1048 and 0.10534 CNY, averaging 0.10513 CNY. The MZN/CNY rate is down 0.11% since 2026-08-28.
- 30-day high
- 0.10534
- 2026-09-02
- 30-day low
- 0.1048
- 2026-09-18
- 30-day average
- 0.10513
- Days with data: 30
- 30-day change
- -0.11%
- since 2026-08-28
0.10534
0.10482026-08-28 → 2026-09-26
| Date | 1 MZN in CNY | Daily change |
|---|---|---|
| 2026-09-26 | 0.10512 | 0.00% |
| 2026-09-25 | 0.10512 | -0.05% |
| 2026-09-24 | 0.10517 | +0.07% |
| 2026-09-23 | 0.10509 | +0.08% |
| 2026-09-22 | 0.10501 | +0.09% |
| 2026-09-21 | 0.10491 | +0.07% |
| 2026-09-20 | 0.10484 | -0.09% |
| 2026-09-19 | 0.10493 | +0.12% |
| 2026-09-18 | 0.1048 | -0.36% |
| 2026-09-17 | 0.10518 | +0.15% |
| 2026-09-16 | 0.10502 | -0.17% |
| 2026-09-15 | 0.10521 | +0.08% |
| 2026-09-14 | 0.10513 | -0.05% |
| 2026-09-13 | 0.10518 | +0.08% |
| 2026-09-12 | 0.10509 | -0.00% |
| Date | 1 MZN in CNY | Daily change |
|---|---|---|
| 2026-09-11 | 0.10509 | +0.01% |
| 2026-09-10 | 0.10508 | -0.09% |
| 2026-09-09 | 0.10517 | +0.02% |
| 2026-09-08 | 0.10515 | -0.01% |
| 2026-09-07 | 0.10516 | +0.06% |
| 2026-09-06 | 0.10509 | -0.06% |
| 2026-09-05 | 0.10516 | -0.01% |
| 2026-09-04 | 0.10517 | -0.16% |
| 2026-09-03 | 0.10534 | -0.00% |
| 2026-09-02 | 0.10534 | +0.01% |
| 2026-09-01 | 0.10533 | +0.02% |
| 2026-08-31 | 0.1053 | +0.10% |
| 2026-08-30 | 0.1052 | -0.10% |
| 2026-08-29 | 0.10531 | +0.07% |
| 2026-08-28 | 0.10524 | — |
MZN to CNY conversion table
1 MZN0.10512 CNY
5 MZN0.52558 CNY
10 MZN1.0512 CNY
25 MZN2.6279 CNY
50 MZN5.2558 CNY
100 MZN10.5115 CNY
500 MZN52.5577 CNY
1,000 MZN105.1153 CNY
5,000 MZN525.5765 CNY
10,000 MZN1,051.153 CNY
Get the MZN/CNY rate in your app
One GET request returns the latest MZN → 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/MZN/CNY"fetch('https://rate-api.com/api/v1/pair/MZN/CNY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 MZN = ${data.rate} CNY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/MZN/CNY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 MZN = {data['rate']} CNY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/MZN/CNY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 MZN = {$data['rate']} CNY\n";Example response
{
"success": true,
"pair": {
"from": "MZN",
"to": "CNY"
},
"rate": 0.1051,
"timestamp": 1790432150,
"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 MZNChinese Yuan → Mozambican Metical9.5134Convert MZN to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.