Convert MVR to CHF
Maldivian Rufiyaa → Swiss Franc
1 MVR = 0.0535784 CHF(1 CHF = 18.66424 MVR)
Currency converter
1 MVR =
0.053578 CHF
MVR to CHF: last 30 days
Over the last 30 days, 1 MVR traded between 0.051995 and 0.053578 CHF, averaging 0.052779 CHF. The MVR/CHF rate is up 2.99% since 2026-08-28.
- 30-day high
- 0.053578
- 2026-09-25
- 30-day low
- 0.051995
- 2026-08-29
- 30-day average
- 0.052779
- Days with data: 30
- 30-day change
- +2.99%
- since 2026-08-28
0.053578
0.0519952026-08-28 → 2026-09-26
| Date | 1 MVR in CHF | Daily change |
|---|---|---|
| 2026-09-26 | 0.053578 | 0.00% |
| 2026-09-25 | 0.053578 | +0.07% |
| 2026-09-24 | 0.053543 | +0.59% |
| 2026-09-23 | 0.053228 | +0.42% |
| 2026-09-22 | 0.053005 | -0.32% |
| 2026-09-21 | 0.053173 | -0.60% |
| 2026-09-20 | 0.053492 | -0.11% |
| 2026-09-19 | 0.05355 | +0.21% |
| 2026-09-18 | 0.05344 | +0.04% |
| 2026-09-17 | 0.05342 | +0.73% |
| 2026-09-16 | 0.053032 | +0.15% |
| 2026-09-15 | 0.052954 | +0.25% |
| 2026-09-14 | 0.052824 | +0.15% |
| 2026-09-13 | 0.052745 | -0.06% |
| 2026-09-12 | 0.052775 | +0.04% |
| Date | 1 MVR in CHF | Daily change |
|---|---|---|
| 2026-09-11 | 0.052752 | +0.42% |
| 2026-09-10 | 0.052532 | +0.60% |
| 2026-09-09 | 0.052218 | -0.52% |
| 2026-09-08 | 0.052493 | +0.28% |
| 2026-09-07 | 0.052346 | +0.00% |
| 2026-09-06 | 0.052345 | -0.01% |
| 2026-09-05 | 0.05235 | +0.01% |
| 2026-09-04 | 0.052346 | +0.10% |
| 2026-09-03 | 0.052294 | -0.68% |
| 2026-09-02 | 0.052651 | +0.44% |
| 2026-09-01 | 0.05242 | +0.28% |
| 2026-08-31 | 0.052274 | +0.53% |
| 2026-08-30 | 0.051996 | +0.00% |
| 2026-08-29 | 0.051995 | -0.05% |
| 2026-08-28 | 0.052023 | — |
MVR to CHF conversion table
1 MVR0.053578 CHF
5 MVR0.26789 CHF
10 MVR0.53578 CHF
25 MVR1.3395 CHF
50 MVR2.6789 CHF
100 MVR5.3578 CHF
500 MVR26.7892 CHF
1,000 MVR53.5784 CHF
5,000 MVR267.892 CHF
10,000 MVR535.784 CHF
Get the MVR/CHF rate in your app
One GET request returns the latest MVR → 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/MVR/CHF"fetch('https://rate-api.com/api/v1/pair/MVR/CHF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 MVR = ${data.rate} CHF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/MVR/CHF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 MVR = {data['rate']} CHF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/MVR/CHF');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 MVR = {$data['rate']} CHF\n";Example response
{
"success": true,
"pair": {
"from": "MVR",
"to": "CHF"
},
"rate": 0.0536,
"timestamp": 1790432067,
"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 MVRSwiss Franc → Maldivian Rufiyaa18.6642Convert MVR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.