Convert CNY to MVR
Chinese Yuan → Maldivian Rufiyaa
1 CNY = 2.302827 MVR(1 MVR = 0.434249 CNY)
Currency converter
1 CNY =
2.3028 MVR
CNY to MVR: last 30 days
Over the last 30 days, 1 CNY traded between 2.3 and 2.3073 MVR, averaging 2.3032 MVR. The CNY/MVR rate is up 0.11% since 2026-08-28.
- 30-day high
- 2.3073
- 2026-09-22
- 30-day low
- 2.3
- 2026-09-02
- 30-day average
- 2.3032
- Days with data: 30
- 30-day change
- +0.11%
- since 2026-08-28
2.3073
2.32026-08-28 → 2026-09-26
| Date | 1 CNY in MVR | Daily change |
|---|---|---|
| 2026-09-26 | 2.3028 | 0.00% |
| 2026-09-25 | 2.3028 | -0.01% |
| 2026-09-24 | 2.3031 | -0.08% |
| 2026-09-23 | 2.3049 | -0.11% |
| 2026-09-22 | 2.3073 | +0.00% |
| 2026-09-21 | 2.3073 | +0.12% |
| 2026-09-20 | 2.3046 | +0.11% |
| 2026-09-19 | 2.3021 | -0.21% |
| 2026-09-18 | 2.3068 | +0.25% |
| 2026-09-17 | 2.301 | -0.07% |
| 2026-09-16 | 2.3026 | +0.02% |
| 2026-09-15 | 2.3021 | -0.08% |
| 2026-09-14 | 2.3041 | -0.01% |
| 2026-09-13 | 2.3043 | +0.06% |
| 2026-09-12 | 2.303 | -0.04% |
| Date | 1 CNY in MVR | Daily change |
|---|---|---|
| 2026-09-11 | 2.304 | -0.04% |
| 2026-09-10 | 2.3048 | +0.03% |
| 2026-09-09 | 2.3041 | +0.02% |
| 2026-09-08 | 2.3038 | +0.01% |
| 2026-09-07 | 2.3036 | -0.00% |
| 2026-09-06 | 2.3037 | +0.01% |
| 2026-09-05 | 2.3035 | -0.01% |
| 2026-09-04 | 2.3036 | +0.12% |
| 2026-09-03 | 2.3008 | +0.03% |
| 2026-09-02 | 2.3 | -0.01% |
| 2026-09-01 | 2.3002 | -0.07% |
| 2026-08-31 | 2.3018 | +0.02% |
| 2026-08-30 | 2.3014 | -0.00% |
| 2026-08-29 | 2.3015 | +0.05% |
| 2026-08-28 | 2.3002 | — |
CNY to MVR conversion table
1 CNY2.3028 MVR
5 CNY11.5141 MVR
10 CNY23.0283 MVR
25 CNY57.5707 MVR
50 CNY115.1414 MVR
100 CNY230.2827 MVR
500 CNY1,151.4137 MVR
1,000 CNY2,302.8274 MVR
5,000 CNY11,514.137 MVR
10,000 CNY23,028.274 MVR
Get the CNY/MVR rate in your app
One GET request returns the latest CNY → MVR 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/MVR"fetch('https://rate-api.com/api/v1/pair/CNY/MVR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CNY = ${data.rate} MVR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CNY/MVR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CNY = {data['rate']} MVR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CNY/MVR');
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']} MVR\n";Example response
{
"success": true,
"pair": {
"from": "CNY",
"to": "MVR"
},
"rate": 2.3028,
"timestamp": 1790429363,
"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
MVR to CNYMaldivian Rufiyaa → Chinese Yuan0.43425Convert CNY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.