Convert MVR to CNY
Maldivian Rufiyaa → Chinese Yuan
1 MVR = 0.434249 CNY(1 CNY = 2.302827 MVR)
Currency converter
1 MVR =
0.43425 CNY
MVR to CNY: last 30 days
Over the last 30 days, 1 MVR traded between 0.4334 and 0.43478 CNY, averaging 0.43418 CNY. The MVR/CNY rate is down 0.11% since 2026-08-28.
- 30-day high
- 0.43478
- 2026-09-02
- 30-day low
- 0.4334
- 2026-09-22
- 30-day average
- 0.43418
- Days with data: 30
- 30-day change
- -0.11%
- since 2026-08-28
0.43478
0.43342026-08-28 → 2026-09-26
| Date | 1 MVR in CNY | Daily change |
|---|---|---|
| 2026-09-26 | 0.43425 | 0.00% |
| 2026-09-25 | 0.43425 | +0.01% |
| 2026-09-24 | 0.4342 | +0.08% |
| 2026-09-23 | 0.43386 | +0.11% |
| 2026-09-22 | 0.4334 | -0.00% |
| 2026-09-21 | 0.43342 | -0.12% |
| 2026-09-20 | 0.43392 | -0.11% |
| 2026-09-19 | 0.43439 | +0.21% |
| 2026-09-18 | 0.4335 | -0.25% |
| 2026-09-17 | 0.43459 | +0.07% |
| 2026-09-16 | 0.43429 | -0.02% |
| 2026-09-15 | 0.43438 | +0.08% |
| 2026-09-14 | 0.43402 | +0.01% |
| 2026-09-13 | 0.43398 | -0.06% |
| 2026-09-12 | 0.43422 | +0.04% |
| Date | 1 MVR in CNY | Daily change |
|---|---|---|
| 2026-09-11 | 0.43404 | +0.04% |
| 2026-09-10 | 0.43387 | -0.03% |
| 2026-09-09 | 0.434 | -0.02% |
| 2026-09-08 | 0.43407 | -0.01% |
| 2026-09-07 | 0.4341 | +0.00% |
| 2026-09-06 | 0.43409 | -0.01% |
| 2026-09-05 | 0.43413 | +0.01% |
| 2026-09-04 | 0.4341 | -0.12% |
| 2026-09-03 | 0.43463 | -0.03% |
| 2026-09-02 | 0.43478 | +0.01% |
| 2026-09-01 | 0.43475 | +0.07% |
| 2026-08-31 | 0.43444 | -0.02% |
| 2026-08-30 | 0.43451 | +0.00% |
| 2026-08-29 | 0.4345 | -0.05% |
| 2026-08-28 | 0.43474 | — |
MVR to CNY conversion table
1 MVR0.43425 CNY
5 MVR2.1712 CNY
10 MVR4.3425 CNY
25 MVR10.8562 CNY
50 MVR21.7124 CNY
100 MVR43.4249 CNY
500 MVR217.1244 CNY
1,000 MVR434.2488 CNY
5,000 MVR2,171.2439 CNY
10,000 MVR4,342.4878 CNY
Get the MVR/CNY rate in your app
One GET request returns the latest MVR → 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/MVR/CNY"fetch('https://rate-api.com/api/v1/pair/MVR/CNY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 MVR = ${data.rate} CNY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/MVR/CNY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 MVR = {data['rate']} CNY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/MVR/CNY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 MVR = {$data['rate']} CNY\n";Example response
{
"success": true,
"pair": {
"from": "MVR",
"to": "CNY"
},
"rate": 0.4342,
"timestamp": 1790435077,
"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 MVRChinese Yuan → Maldivian Rufiyaa2.3028Convert MVR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.