Convert CAD to MVR
Canadian Dollar → Maldivian Rufiyaa
1 CAD = 10.929543 MVR(1 MVR = 0.0914951 CAD)
Currency converter
1 CAD =
10.9295 MVR
CAD to MVR: last 30 days
Over the last 30 days, 1 CAD traded between 10.9295 and 11.2258 MVR, averaging 11.0971 MVR. The CAD/MVR rate is down 2.11% since 2026-08-29.
- 30-day high
- 11.2258
- 2026-09-09
- 30-day low
- 10.9295
- 2026-09-26
- 30-day average
- 11.0971
- Days with data: 30
- 30-day change
- -2.11%
- since 2026-08-29
11.2258
10.92952026-08-29 → 2026-09-27
| Date | 1 CAD in MVR | Daily change |
|---|---|---|
| 2026-09-27 | 10.9295 | 0.00% |
| 2026-09-26 | 10.9295 | -0.01% |
| 2026-09-25 | 10.931 | -0.18% |
| 2026-09-24 | 10.9509 | -0.20% |
| 2026-09-23 | 10.9728 | -0.32% |
| 2026-09-22 | 11.0078 | -0.21% |
| 2026-09-21 | 11.0311 | +0.13% |
| 2026-09-20 | 11.0171 | +0.11% |
| 2026-09-19 | 11.0052 | -0.21% |
| 2026-09-18 | 11.0278 | -0.00% |
| 2026-09-17 | 11.0282 | -0.46% |
| 2026-09-16 | 11.0797 | -0.18% |
| 2026-09-15 | 11.0996 | -0.27% |
| 2026-09-14 | 11.1302 | -0.21% |
| 2026-09-13 | 11.1542 | +0.06% |
| Date | 1 CAD in MVR | Daily change |
|---|---|---|
| 2026-09-12 | 11.1479 | -0.04% |
| 2026-09-11 | 11.1527 | -0.31% |
| 2026-09-10 | 11.1877 | -0.34% |
| 2026-09-09 | 11.2258 | +0.24% |
| 2026-09-08 | 11.1985 | +0.11% |
| 2026-09-07 | 11.1863 | -0.15% |
| 2026-09-06 | 11.2027 | +0.01% |
| 2026-09-05 | 11.2017 | -0.01% |
| 2026-09-04 | 11.2025 | -0.06% |
| 2026-09-03 | 11.209 | +0.96% |
| 2026-09-02 | 11.102 | -0.28% |
| 2026-09-01 | 11.1336 | -0.05% |
| 2026-08-31 | 11.139 | -0.23% |
| 2026-08-30 | 11.1649 | -0.00% |
| 2026-08-29 | 11.1651 | — |
CAD to MVR conversion table
1 CAD10.9295 MVR
5 CAD54.6477 MVR
10 CAD109.2954 MVR
25 CAD273.2386 MVR
50 CAD546.4772 MVR
100 CAD1,092.9543 MVR
500 CAD5,464.7717 MVR
1,000 CAD10,929.543 MVR
5,000 CAD54,647.717 MVR
10,000 CAD109,295.43 MVR
Get the CAD/MVR rate in your app
One GET request returns the latest CAD → 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/CAD/MVR"fetch('https://rate-api.com/api/v1/pair/CAD/MVR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} MVR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/MVR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} MVR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/MVR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CAD = {$data['rate']} MVR\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "MVR"
},
"rate": 10.9295,
"timestamp": 1790470788,
"date": "2026-09-27"
}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 CADMaldivian Rufiyaa → Canadian Dollar0.091495Convert CAD to other currencies
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.