Convert CHF to MUR
Swiss Franc → Mauritian Rupee
1 CHF = 57.297569 MUR(1 MUR = 0.0174527 CHF)
Currency converter
1 CHF =
57.2976 MUR
CHF to MUR: last 30 days
Over the last 30 days, 1 CHF traded between 57.2976 and 58.4257 MUR, averaging 57.8185 MUR. The CHF/MUR rate is down 1.67% since 2026-08-28.
- 30-day high
- 58.4257
- 2026-09-03
- 30-day low
- 57.2976
- 2026-09-25
- 30-day average
- 57.8185
- Days with data: 30
- 30-day change
- -1.67%
- since 2026-08-28
58.4257
57.29762026-08-28 → 2026-09-26
| Date | 1 CHF in MUR | Daily change |
|---|---|---|
| 2026-09-26 | 57.2976 | 0.00% |
| 2026-09-25 | 57.2976 | -0.92% |
| 2026-09-24 | 57.8273 | -0.13% |
| 2026-09-23 | 57.9041 | -0.47% |
| 2026-09-22 | 58.1766 | +0.44% |
| 2026-09-21 | 57.9214 | +0.50% |
| 2026-09-20 | 57.6334 | -0.03% |
| 2026-09-19 | 57.6496 | -0.02% |
| 2026-09-18 | 57.6635 | +0.15% |
| 2026-09-17 | 57.5775 | +0.12% |
| 2026-09-16 | 57.5097 | -0.09% |
| 2026-09-15 | 57.5622 | +0.27% |
| 2026-09-14 | 57.4043 | -0.34% |
| 2026-09-13 | 57.5976 | +0.02% |
| 2026-09-12 | 57.5881 | +0.28% |
| Date | 1 CHF in MUR | Daily change |
|---|---|---|
| 2026-09-11 | 57.427 | -0.52% |
| 2026-09-10 | 57.7255 | -0.58% |
| 2026-09-09 | 58.0595 | +0.46% |
| 2026-09-08 | 57.7931 | -0.20% |
| 2026-09-07 | 57.9077 | +0.04% |
| 2026-09-06 | 57.8832 | +0.04% |
| 2026-09-05 | 57.8619 | -0.18% |
| 2026-09-04 | 57.9674 | -0.78% |
| 2026-09-03 | 58.4257 | +1.02% |
| 2026-09-02 | 57.8357 | -0.45% |
| 2026-09-01 | 58.0994 | -0.07% |
| 2026-08-31 | 58.1419 | -0.23% |
| 2026-08-30 | 58.2781 | +0.01% |
| 2026-08-29 | 58.2719 | +0.01% |
| 2026-08-28 | 58.2678 | — |
CHF to MUR conversion table
1 CHF57.2976 MUR
5 CHF286.4878 MUR
10 CHF572.9757 MUR
25 CHF1,432.4392 MUR
50 CHF2,864.8784 MUR
100 CHF5,729.7569 MUR
500 CHF28,648.784 MUR
1,000 CHF57,297.569 MUR
5,000 CHF286,487.84 MUR
10,000 CHF572,975.69 MUR
Get the CHF/MUR rate in your app
One GET request returns the latest CHF → MUR 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/MUR"fetch('https://rate-api.com/api/v1/pair/CHF/MUR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} MUR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/MUR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} MUR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/MUR');
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']} MUR\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "MUR"
},
"rate": 57.2976,
"timestamp": 1790429288,
"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
MUR to CHFMauritian Rupee → Swiss Franc0.017453Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.