Convert CHF to MRU
Swiss Franc → Mauritanian Ouguiya
1 CHF = 48.326596 MRU(1 MRU = 0.0206925 CHF)
Currency converter
1 CHF =
48.3266 MRU
CHF to MRU: last 30 days
Over the last 30 days, 1 CHF traded between 48.3266 and 49.9166 MRU, averaging 49.1565 MRU. The CHF/MRU rate is down 3.12% since 2026-08-28.
- 30-day high
- 49.9166
- 2026-08-30
- 30-day low
- 48.3266
- 2026-09-25
- 30-day average
- 49.1565
- Days with data: 30
- 30-day change
- -3.12%
- since 2026-08-28
49.9166
48.32662026-08-28 → 2026-09-26
| Date | 1 CHF in MRU | Daily change |
|---|---|---|
| 2026-09-26 | 48.3266 | 0.00% |
| 2026-09-25 | 48.3266 | -0.43% |
| 2026-09-24 | 48.5347 | -0.40% |
| 2026-09-23 | 48.7296 | -0.44% |
| 2026-09-22 | 48.9462 | +0.39% |
| 2026-09-21 | 48.7581 | +0.35% |
| 2026-09-20 | 48.5867 | +0.12% |
| 2026-09-19 | 48.5308 | +0.05% |
| 2026-09-18 | 48.5072 | -0.45% |
| 2026-09-17 | 48.7274 | -0.23% |
| 2026-09-16 | 48.838 | -0.09% |
| 2026-09-15 | 48.882 | -0.17% |
| 2026-09-14 | 48.9674 | -0.75% |
| 2026-09-13 | 49.3373 | +0.56% |
| 2026-09-12 | 49.0606 | -0.15% |
| Date | 1 CHF in MRU | Daily change |
|---|---|---|
| 2026-09-11 | 49.1365 | -0.29% |
| 2026-09-10 | 49.2786 | -1.17% |
| 2026-09-09 | 49.8617 | +0.75% |
| 2026-09-08 | 49.4927 | -0.46% |
| 2026-09-07 | 49.7214 | -0.10% |
| 2026-09-06 | 49.7712 | +0.14% |
| 2026-09-05 | 49.7021 | +0.62% |
| 2026-09-04 | 49.398 | -0.09% |
| 2026-09-03 | 49.4402 | +0.42% |
| 2026-09-02 | 49.2334 | -0.11% |
| 2026-09-01 | 49.2854 | -0.73% |
| 2026-08-31 | 49.6458 | -0.54% |
| 2026-08-30 | 49.9166 | +0.10% |
| 2026-08-29 | 49.868 | -0.03% |
| 2026-08-28 | 49.884 | — |
CHF to MRU conversion table
1 CHF48.3266 MRU
5 CHF241.633 MRU
10 CHF483.266 MRU
25 CHF1,208.1649 MRU
50 CHF2,416.3298 MRU
100 CHF4,832.6596 MRU
500 CHF24,163.298 MRU
1,000 CHF48,326.596 MRU
5,000 CHF241,632.98 MRU
10,000 CHF483,265.96 MRU
Get the CHF/MRU rate in your app
One GET request returns the latest CHF → MRU 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/CHF/MRU"fetch('https://rate-api.com/api/v1/pair/CHF/MRU', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} MRU`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/MRU",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} MRU")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/MRU');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CHF = {$data['rate']} MRU\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "MRU"
},
"rate": 48.3266,
"timestamp": 1790437897,
"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
MRU to CHFMauritanian Ouguiya → Swiss Franc0.020693Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.