Convert MVR to CAD
Maldivian Rufiyaa → Canadian Dollar
1 MVR = 0.0914832 CAD(1 CAD = 10.930969 MVR)
Currency converter
1 MVR =
0.091483 CAD
MVR to CAD: last 30 days
Over the last 30 days, 1 MVR traded between 0.08908 and 0.091483 CAD, averaging 0.090057 CAD. The MVR/CAD rate is up 2.09% since 2026-08-28.
- 30-day high
- 0.091483
- 2026-09-25
- 30-day low
- 0.08908
- 2026-09-09
- 30-day average
- 0.090057
- Days with data: 30
- 30-day change
- +2.09%
- since 2026-08-28
0.091483
0.089082026-08-28 → 2026-09-26
| Date | 1 MVR in CAD | Daily change |
|---|---|---|
| 2026-09-26 | 0.091483 | 0.00% |
| 2026-09-25 | 0.091483 | +0.18% |
| 2026-09-24 | 0.091317 | +0.20% |
| 2026-09-23 | 0.091134 | +0.32% |
| 2026-09-22 | 0.090845 | +0.21% |
| 2026-09-21 | 0.090653 | -0.13% |
| 2026-09-20 | 0.090768 | -0.11% |
| 2026-09-19 | 0.090866 | +0.21% |
| 2026-09-18 | 0.09068 | +0.00% |
| 2026-09-17 | 0.090676 | +0.47% |
| 2026-09-16 | 0.090255 | +0.18% |
| 2026-09-15 | 0.090093 | +0.28% |
| 2026-09-14 | 0.089845 | +0.22% |
| 2026-09-13 | 0.089652 | -0.06% |
| 2026-09-12 | 0.089703 | +0.04% |
| Date | 1 MVR in CAD | Daily change |
|---|---|---|
| 2026-09-11 | 0.089664 | +0.31% |
| 2026-09-10 | 0.089384 | +0.34% |
| 2026-09-09 | 0.08908 | -0.24% |
| 2026-09-08 | 0.089297 | -0.11% |
| 2026-09-07 | 0.089395 | +0.15% |
| 2026-09-06 | 0.089264 | -0.01% |
| 2026-09-05 | 0.089272 | +0.01% |
| 2026-09-04 | 0.089266 | +0.06% |
| 2026-09-03 | 0.089214 | -0.95% |
| 2026-09-02 | 0.090074 | +0.28% |
| 2026-09-01 | 0.089818 | +0.05% |
| 2026-08-31 | 0.089775 | +0.23% |
| 2026-08-30 | 0.089567 | +0.00% |
| 2026-08-29 | 0.089565 | -0.05% |
| 2026-08-28 | 0.089614 | — |
MVR to CAD conversion table
1 MVR0.091483 CAD
5 MVR0.45742 CAD
10 MVR0.91483 CAD
25 MVR2.2871 CAD
50 MVR4.5742 CAD
100 MVR9.1483 CAD
500 MVR45.7416 CAD
1,000 MVR91.4832 CAD
5,000 MVR457.416 CAD
10,000 MVR914.8319 CAD
Get the MVR/CAD rate in your app
One GET request returns the latest MVR → CAD 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/CAD"fetch('https://rate-api.com/api/v1/pair/MVR/CAD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 MVR = ${data.rate} CAD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/MVR/CAD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 MVR = {data['rate']} CAD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/MVR/CAD');
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']} CAD\n";Example response
{
"success": true,
"pair": {
"from": "MVR",
"to": "CAD"
},
"rate": 0.0915,
"timestamp": 1790435092,
"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
CAD to MVRCanadian Dollar → Maldivian Rufiyaa10.931Convert MVR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.