Convert CAD to MUR
Canadian Dollar → Mauritian Rupee
1 CAD = 33.557112 MUR(1 MUR = 0.0297999 CAD)
Currency converter
1 CAD =
33.5571 MUR
CAD to MUR: last 30 days
Over the last 30 days, 1 CAD traded between 33.5571 and 34.2472 MUR, averaging 33.8846 MUR. The CAD/MUR rate is down 0.79% since 2026-08-28.
- 30-day high
- 34.2472
- 2026-09-03
- 30-day low
- 33.5571
- 2026-09-25
- 30-day average
- 33.8846
- Days with data: 30
- 30-day change
- -0.79%
- since 2026-08-28
34.2472
33.55712026-08-28 → 2026-09-26
| Date | 1 CAD in MUR | Daily change |
|---|---|---|
| 2026-09-26 | 33.5571 | 0.00% |
| 2026-09-25 | 33.5571 | -1.03% |
| 2026-09-24 | 33.9065 | +0.26% |
| 2026-09-23 | 33.8197 | -0.37% |
| 2026-09-22 | 33.9441 | -0.09% |
| 2026-09-21 | 33.974 | +0.03% |
| 2026-09-20 | 33.965 | -0.03% |
| 2026-09-19 | 33.9746 | -0.02% |
| 2026-09-18 | 33.9828 | +0.18% |
| 2026-09-17 | 33.9207 | +0.38% |
| 2026-09-16 | 33.7913 | -0.12% |
| 2026-09-15 | 33.8335 | +0.25% |
| 2026-09-14 | 33.7502 | -0.40% |
| 2026-09-13 | 33.8861 | +0.02% |
| 2026-09-12 | 33.8805 | +0.28% |
| Date | 1 CAD in MUR | Daily change |
|---|---|---|
| 2026-09-11 | 33.7857 | -0.41% |
| 2026-09-10 | 33.9259 | -0.32% |
| 2026-09-09 | 34.034 | +0.18% |
| 2026-09-08 | 33.9734 | +0.19% |
| 2026-09-07 | 33.9083 | -0.10% |
| 2026-09-06 | 33.943 | +0.04% |
| 2026-09-05 | 33.9306 | -0.18% |
| 2026-09-04 | 33.9924 | -0.74% |
| 2026-09-03 | 34.2472 | +1.30% |
| 2026-09-02 | 33.8068 | -0.30% |
| 2026-09-01 | 33.9079 | +0.16% |
| 2026-08-31 | 33.8547 | +0.07% |
| 2026-08-30 | 33.8319 | +0.01% |
| 2026-08-29 | 33.8283 | +0.01% |
| 2026-08-28 | 33.8259 | — |
CAD to MUR conversion table
1 CAD33.5571 MUR
5 CAD167.7856 MUR
10 CAD335.5711 MUR
25 CAD838.9278 MUR
50 CAD1,677.8556 MUR
100 CAD3,355.7112 MUR
500 CAD16,778.556 MUR
1,000 CAD33,557.112 MUR
5,000 CAD167,785.56 MUR
10,000 CAD335,571.12 MUR
Get the CAD/MUR rate in your app
One GET request returns the latest CAD → MUR 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/MUR"fetch('https://rate-api.com/api/v1/pair/CAD/MUR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} MUR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/MUR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} MUR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/MUR');
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']} MUR\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "MUR"
},
"rate": 33.5571,
"timestamp": 1790437515,
"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
MUR to CADMauritian Rupee → Canadian Dollar0.0298Convert CAD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.