Convert MUR to CNY
Mauritian Rupee → Chinese Yuan
1 MUR = 0.141453 CNY(1 CNY = 7.069477 MUR)
Currency converter
1 MUR =
0.14145 CNY
MUR to CNY: last 30 days
Over the last 30 days, 1 MUR traded between 0.14024 and 0.14342 CNY, averaging 0.14229 CNY. The MUR/CNY rate is down 1.37% since 2026-08-28.
- 30-day high
- 0.14342
- 2026-08-28
- 30-day low
- 0.14024
- 2026-09-24
- 30-day average
- 0.14229
- Days with data: 30
- 30-day change
- -1.37%
- since 2026-08-28
0.14342
0.140242026-08-28 → 2026-09-26
| Date | 1 MUR in CNY | Daily change |
|---|---|---|
| 2026-09-26 | 0.14145 | 0.00% |
| 2026-09-25 | 0.14145 | +0.87% |
| 2026-09-24 | 0.14024 | -0.38% |
| 2026-09-23 | 0.14077 | +0.16% |
| 2026-09-22 | 0.14055 | -0.13% |
| 2026-09-21 | 0.14073 | -0.02% |
| 2026-09-20 | 0.14075 | +0.03% |
| 2026-09-19 | 0.14071 | +0.02% |
| 2026-09-18 | 0.14068 | -0.44% |
| 2026-09-17 | 0.14129 | -0.77% |
| 2026-09-16 | 0.1424 | -0.08% |
| 2026-09-15 | 0.14251 | -0.44% |
| 2026-09-14 | 0.14313 | +0.20% |
| 2026-09-13 | 0.14285 | -0.02% |
| 2026-09-12 | 0.14287 | -0.28% |
| Date | 1 MUR in CNY | Daily change |
|---|---|---|
| 2026-09-11 | 0.14328 | +0.14% |
| 2026-09-10 | 0.14308 | -0.05% |
| 2026-09-09 | 0.14315 | +0.05% |
| 2026-09-08 | 0.14308 | -0.09% |
| 2026-09-07 | 0.14321 | -0.04% |
| 2026-09-06 | 0.14327 | -0.04% |
| 2026-09-05 | 0.14332 | +0.18% |
| 2026-09-04 | 0.14306 | +0.57% |
| 2026-09-03 | 0.14225 | -0.37% |
| 2026-09-02 | 0.14278 | +0.02% |
| 2026-09-01 | 0.14275 | -0.13% |
| 2026-08-31 | 0.14294 | -0.32% |
| 2026-08-30 | 0.14339 | -0.01% |
| 2026-08-29 | 0.14341 | -0.01% |
| 2026-08-28 | 0.14342 | — |
MUR to CNY conversion table
1 MUR0.14145 CNY
5 MUR0.70727 CNY
10 MUR1.4145 CNY
25 MUR3.5363 CNY
50 MUR7.0727 CNY
100 MUR14.1453 CNY
500 MUR70.7266 CNY
1,000 MUR141.4532 CNY
5,000 MUR707.2659 CNY
10,000 MUR1,414.5318 CNY
Get the MUR/CNY rate in your app
One GET request returns the latest MUR → 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/MUR/CNY"fetch('https://rate-api.com/api/v1/pair/MUR/CNY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 MUR = ${data.rate} CNY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/MUR/CNY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 MUR = {data['rate']} CNY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/MUR/CNY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 MUR = {$data['rate']} CNY\n";Example response
{
"success": true,
"pair": {
"from": "MUR",
"to": "CNY"
},
"rate": 0.1415,
"timestamp": 1790435059,
"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 MURChinese Yuan → Mauritian Rupee7.0695Convert MUR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.