Convert MRU to CNY
Mauritanian Ouguiya → Chinese Yuan
1 MRU = 0.167711 CNY(1 CNY = 5.962622 MRU)
Currency converter
1 MRU =
0.16771 CNY
MRU to CNY: last 30 days
Over the last 30 days, 1 MRU traded between 0.16662 and 0.16828 CNY, averaging 0.16737 CNY. The MRU/CNY rate is up 0.11% since 2026-08-28.
- 30-day high
- 0.16828
- 2026-09-01
- 30-day low
- 0.16662
- 2026-09-06
- 30-day average
- 0.16737
- Days with data: 30
- 30-day change
- +0.11%
- since 2026-08-28
0.16828
0.166622026-08-28 → 2026-09-26
| Date | 1 MRU in CNY | Daily change |
|---|---|---|
| 2026-09-26 | 0.16771 | 0.00% |
| 2026-09-25 | 0.16771 | +0.37% |
| 2026-09-24 | 0.16709 | -0.11% |
| 2026-09-23 | 0.16727 | +0.13% |
| 2026-09-22 | 0.16705 | -0.07% |
| 2026-09-21 | 0.16717 | +0.13% |
| 2026-09-20 | 0.16696 | -0.12% |
| 2026-09-19 | 0.16715 | -0.05% |
| 2026-09-18 | 0.16723 | +0.16% |
| 2026-09-17 | 0.16696 | -0.43% |
| 2026-09-16 | 0.16768 | -0.08% |
| 2026-09-15 | 0.16781 | +0.01% |
| 2026-09-14 | 0.16779 | +0.61% |
| 2026-09-13 | 0.16677 | -0.56% |
| 2026-09-12 | 0.16771 | +0.15% |
| Date | 1 MRU in CNY | Daily change |
|---|---|---|
| 2026-09-11 | 0.16745 | -0.09% |
| 2026-09-10 | 0.1676 | +0.55% |
| 2026-09-09 | 0.16669 | -0.23% |
| 2026-09-08 | 0.16708 | +0.17% |
| 2026-09-07 | 0.16679 | +0.10% |
| 2026-09-06 | 0.16662 | -0.14% |
| 2026-09-05 | 0.16685 | -0.61% |
| 2026-09-04 | 0.16788 | -0.14% |
| 2026-09-03 | 0.16811 | +0.23% |
| 2026-09-02 | 0.16773 | -0.33% |
| 2026-09-01 | 0.16828 | +0.52% |
| 2026-08-31 | 0.1674 | -0.01% |
| 2026-08-30 | 0.16741 | -0.10% |
| 2026-08-29 | 0.16758 | +0.03% |
| 2026-08-28 | 0.16752 | — |
MRU to CNY conversion table
1 MRU0.16771 CNY
5 MRU0.83856 CNY
10 MRU1.6771 CNY
25 MRU4.1928 CNY
50 MRU8.3856 CNY
100 MRU16.7711 CNY
500 MRU83.8557 CNY
1,000 MRU167.7114 CNY
5,000 MRU838.5572 CNY
10,000 MRU1,677.1144 CNY
Get the MRU/CNY rate in your app
One GET request returns the latest MRU → 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/MRU/CNY"fetch('https://rate-api.com/api/v1/pair/MRU/CNY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 MRU = ${data.rate} CNY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/MRU/CNY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 MRU = {data['rate']} CNY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/MRU/CNY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 MRU = {$data['rate']} CNY\n";Example response
{
"success": true,
"pair": {
"from": "MRU",
"to": "CNY"
},
"rate": 0.1677,
"timestamp": 1790435118,
"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 MRUChinese Yuan → Mauritanian Ouguiya5.9626Convert MRU to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.