Convert MUR to CHF
Mauritian Rupee → Swiss Franc
1 MUR = 0.0174527 CHF(1 CHF = 57.297569 MUR)
Currency converter
1 MUR =
0.017453 CHF
MUR to CHF: last 30 days
Over the last 30 days, 1 MUR traded between 0.017116 and 0.017453 CHF, averaging 0.017296 CHF. The MUR/CHF rate is up 1.69% since 2026-08-28.
- 30-day high
- 0.017453
- 2026-09-25
- 30-day low
- 0.017116
- 2026-09-03
- 30-day average
- 0.017296
- Days with data: 30
- 30-day change
- +1.69%
- since 2026-08-28
0.017453
0.0171162026-08-28 → 2026-09-26
| Date | 1 MUR in CHF | Daily change |
|---|---|---|
| 2026-09-26 | 0.017453 | 0.00% |
| 2026-09-25 | 0.017453 | +0.92% |
| 2026-09-24 | 0.017293 | +0.13% |
| 2026-09-23 | 0.01727 | +0.47% |
| 2026-09-22 | 0.017189 | -0.44% |
| 2026-09-21 | 0.017265 | -0.50% |
| 2026-09-20 | 0.017351 | +0.03% |
| 2026-09-19 | 0.017346 | +0.02% |
| 2026-09-18 | 0.017342 | -0.15% |
| 2026-09-17 | 0.017368 | -0.12% |
| 2026-09-16 | 0.017388 | +0.09% |
| 2026-09-15 | 0.017373 | -0.27% |
| 2026-09-14 | 0.01742 | +0.34% |
| 2026-09-13 | 0.017362 | -0.02% |
| 2026-09-12 | 0.017365 | -0.28% |
| Date | 1 MUR in CHF | Daily change |
|---|---|---|
| 2026-09-11 | 0.017413 | +0.52% |
| 2026-09-10 | 0.017323 | +0.58% |
| 2026-09-09 | 0.017224 | -0.46% |
| 2026-09-08 | 0.017303 | +0.20% |
| 2026-09-07 | 0.017269 | -0.04% |
| 2026-09-06 | 0.017276 | -0.04% |
| 2026-09-05 | 0.017283 | +0.18% |
| 2026-09-04 | 0.017251 | +0.79% |
| 2026-09-03 | 0.017116 | -1.01% |
| 2026-09-02 | 0.01729 | +0.46% |
| 2026-09-01 | 0.017212 | +0.07% |
| 2026-08-31 | 0.017199 | +0.23% |
| 2026-08-30 | 0.017159 | -0.01% |
| 2026-08-29 | 0.017161 | -0.01% |
| 2026-08-28 | 0.017162 | — |
MUR to CHF conversion table
1 MUR0.017453 CHF
5 MUR0.087264 CHF
10 MUR0.17453 CHF
25 MUR0.43632 CHF
50 MUR0.87264 CHF
100 MUR1.7453 CHF
500 MUR8.7264 CHF
1,000 MUR17.4527 CHF
5,000 MUR87.2637 CHF
10,000 MUR174.5275 CHF
Get the MUR/CHF rate in your app
One GET request returns the latest MUR → CHF 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/CHF"fetch('https://rate-api.com/api/v1/pair/MUR/CHF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 MUR = ${data.rate} CHF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/MUR/CHF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 MUR = {data['rate']} CHF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/MUR/CHF');
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']} CHF\n";Example response
{
"success": true,
"pair": {
"from": "MUR",
"to": "CHF"
},
"rate": 0.0175,
"timestamp": 1790432037,
"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
CHF to MURSwiss Franc → Mauritian Rupee57.2976Convert MUR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.