Convert MUR to CAD
Mauritian Rupee → Canadian Dollar
1 MUR = 0.0297999 CAD(1 CAD = 33.557112 MUR)
Currency converter
1 MUR =
0.0298 CAD
MUR to CAD: last 30 days
Over the last 30 days, 1 MUR traded between 0.029199 and 0.0298 CAD, averaging 0.029512 CAD. The MUR/CAD rate is up 0.80% since 2026-08-28.
- 30-day high
- 0.0298
- 2026-09-25
- 30-day low
- 0.029199
- 2026-09-03
- 30-day average
- 0.029512
- Days with data: 30
- 30-day change
- +0.80%
- since 2026-08-28
0.0298
0.0291992026-08-28 → 2026-09-26
| Date | 1 MUR in CAD | Daily change |
|---|---|---|
| 2026-09-26 | 0.0298 | 0.00% |
| 2026-09-25 | 0.0298 | +1.04% |
| 2026-09-24 | 0.029493 | -0.26% |
| 2026-09-23 | 0.029569 | +0.37% |
| 2026-09-22 | 0.02946 | +0.09% |
| 2026-09-21 | 0.029434 | -0.03% |
| 2026-09-20 | 0.029442 | +0.03% |
| 2026-09-19 | 0.029434 | +0.02% |
| 2026-09-18 | 0.029427 | -0.18% |
| 2026-09-17 | 0.02948 | -0.38% |
| 2026-09-16 | 0.029593 | +0.12% |
| 2026-09-15 | 0.029557 | -0.25% |
| 2026-09-14 | 0.029629 | +0.40% |
| 2026-09-13 | 0.029511 | -0.02% |
| 2026-09-12 | 0.029516 | -0.28% |
| Date | 1 MUR in CAD | Daily change |
|---|---|---|
| 2026-09-11 | 0.029598 | +0.41% |
| 2026-09-10 | 0.029476 | +0.32% |
| 2026-09-09 | 0.029382 | -0.18% |
| 2026-09-08 | 0.029435 | -0.19% |
| 2026-09-07 | 0.029491 | +0.10% |
| 2026-09-06 | 0.029461 | -0.04% |
| 2026-09-05 | 0.029472 | +0.18% |
| 2026-09-04 | 0.029418 | +0.75% |
| 2026-09-03 | 0.029199 | -1.29% |
| 2026-09-02 | 0.02958 | +0.30% |
| 2026-09-01 | 0.029492 | -0.16% |
| 2026-08-31 | 0.029538 | -0.07% |
| 2026-08-30 | 0.029558 | -0.01% |
| 2026-08-29 | 0.029561 | -0.01% |
| 2026-08-28 | 0.029563 | — |
MUR to CAD conversion table
1 MUR0.0298 CAD
5 MUR0.149 CAD
10 MUR0.298 CAD
25 MUR0.745 CAD
50 MUR1.49 CAD
100 MUR2.98 CAD
500 MUR14.9 CAD
1,000 MUR29.7999 CAD
5,000 MUR148.9997 CAD
10,000 MUR297.9994 CAD
Get the MUR/CAD rate in your app
One GET request returns the latest MUR → 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/MUR/CAD"fetch('https://rate-api.com/api/v1/pair/MUR/CAD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 MUR = ${data.rate} CAD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/MUR/CAD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 MUR = {data['rate']} CAD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/MUR/CAD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 MUR = {$data['rate']} CAD\n";Example response
{
"success": true,
"pair": {
"from": "MUR",
"to": "CAD"
},
"rate": 0.0298,
"timestamp": 1790435062,
"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 MURCanadian Dollar → Mauritian Rupee33.5571Convert MUR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.