Convert CHF to MVR
Swiss Franc → Maldivian Rufiyaa
1 CHF = 18.66424 MVR(1 MVR = 0.0535784 CHF)
Currency converter
1 CHF =
18.6642 MVR
CHF to MVR: last 30 days
Over the last 30 days, 1 CHF traded between 18.6642 and 19.2327 MVR, averaging 18.9487 MVR. The CHF/MVR rate is down 2.90% since 2026-08-28.
- 30-day high
- 19.2327
- 2026-08-29
- 30-day low
- 18.6642
- 2026-09-25
- 30-day average
- 18.9487
- Days with data: 30
- 30-day change
- -2.90%
- since 2026-08-28
19.2327
18.66422026-08-28 → 2026-09-26
| Date | 1 CHF in MVR | Daily change |
|---|---|---|
| 2026-09-26 | 18.6642 | 0.00% |
| 2026-09-25 | 18.6642 | -0.07% |
| 2026-09-24 | 18.6767 | -0.59% |
| 2026-09-23 | 18.787 | -0.42% |
| 2026-09-22 | 18.8662 | +0.32% |
| 2026-09-21 | 18.8067 | +0.60% |
| 2026-09-20 | 18.6944 | +0.11% |
| 2026-09-19 | 18.6741 | -0.21% |
| 2026-09-18 | 18.7125 | -0.04% |
| 2026-09-17 | 18.7194 | -0.73% |
| 2026-09-16 | 18.8567 | -0.15% |
| 2026-09-15 | 18.8842 | -0.25% |
| 2026-09-14 | 18.931 | -0.15% |
| 2026-09-13 | 18.9593 | +0.06% |
| 2026-09-12 | 18.9485 | -0.04% |
| Date | 1 CHF in MVR | Daily change |
|---|---|---|
| 2026-09-11 | 18.9567 | -0.42% |
| 2026-09-10 | 19.0361 | -0.60% |
| 2026-09-09 | 19.1504 | +0.53% |
| 2026-09-08 | 19.0501 | -0.28% |
| 2026-09-07 | 19.1037 | -0.00% |
| 2026-09-06 | 19.1041 | +0.01% |
| 2026-09-05 | 19.1023 | -0.01% |
| 2026-09-04 | 19.1037 | -0.10% |
| 2026-09-03 | 19.1226 | +0.68% |
| 2026-09-02 | 18.9931 | -0.44% |
| 2026-09-01 | 19.0768 | -0.28% |
| 2026-08-31 | 19.1301 | -0.53% |
| 2026-08-30 | 19.2323 | -0.00% |
| 2026-08-29 | 19.2327 | +0.05% |
| 2026-08-28 | 19.2222 | — |
CHF to MVR conversion table
1 CHF18.6642 MVR
5 CHF93.3212 MVR
10 CHF186.6424 MVR
25 CHF466.606 MVR
50 CHF933.212 MVR
100 CHF1,866.424 MVR
500 CHF9,332.1199 MVR
1,000 CHF18,664.24 MVR
5,000 CHF93,321.199 MVR
10,000 CHF186,642.4 MVR
Get the CHF/MVR rate in your app
One GET request returns the latest CHF → MVR 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/MVR"fetch('https://rate-api.com/api/v1/pair/CHF/MVR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} MVR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/MVR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} MVR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/MVR');
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']} MVR\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "MVR"
},
"rate": 18.6642,
"timestamp": 1790429308,
"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
MVR to CHFMaldivian Rufiyaa → Swiss Franc0.053578Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.