Convert MRU to CAD
Mauritanian Ouguiya → Canadian Dollar
1 MRU = 0.0353318 CAD(1 CAD = 28.303138 MRU)
Currency converter
1 MRU =
0.035332 CAD
MRU to CAD: last 30 days
Over the last 30 days, 1 MRU traded between 0.034213 and 0.035332 CAD, averaging 0.034715 CAD. The MRU/CAD rate is up 2.32% since 2026-08-28.
- 30-day high
- 0.035332
- 2026-09-25
- 30-day low
- 0.034213
- 2026-09-09
- 30-day average
- 0.034715
- Days with data: 30
- 30-day change
- +2.32%
- since 2026-08-28
0.035332
0.0342132026-08-28 → 2026-09-26
| Date | 1 MRU in CAD | Daily change |
|---|---|---|
| 2026-09-26 | 0.035332 | 0.00% |
| 2026-09-25 | 0.035332 | +0.55% |
| 2026-09-24 | 0.03514 | +0.01% |
| 2026-09-23 | 0.035136 | +0.34% |
| 2026-09-22 | 0.035016 | +0.14% |
| 2026-09-21 | 0.034966 | +0.12% |
| 2026-09-20 | 0.034924 | -0.12% |
| 2026-09-19 | 0.034964 | -0.05% |
| 2026-09-18 | 0.034981 | +0.42% |
| 2026-09-17 | 0.034835 | -0.04% |
| 2026-09-16 | 0.034848 | +0.12% |
| 2026-09-15 | 0.034805 | +0.20% |
| 2026-09-14 | 0.034735 | +0.82% |
| 2026-09-13 | 0.034451 | -0.56% |
| 2026-09-12 | 0.034646 | +0.15% |
| Date | 1 MRU in CAD | Daily change |
|---|---|---|
| 2026-09-11 | 0.034592 | +0.18% |
| 2026-09-10 | 0.034529 | +0.92% |
| 2026-09-09 | 0.034213 | -0.46% |
| 2026-09-08 | 0.034371 | +0.07% |
| 2026-09-07 | 0.034347 | +0.25% |
| 2026-09-06 | 0.034263 | -0.14% |
| 2026-09-05 | 0.03431 | -0.61% |
| 2026-09-04 | 0.034522 | +0.04% |
| 2026-09-03 | 0.034506 | -0.70% |
| 2026-09-02 | 0.034748 | -0.05% |
| 2026-09-01 | 0.034766 | +0.50% |
| 2026-08-31 | 0.034593 | +0.24% |
| 2026-08-30 | 0.034509 | -0.10% |
| 2026-08-29 | 0.034543 | +0.03% |
| 2026-08-28 | 0.034532 | — |
MRU to CAD conversion table
1 MRU0.035332 CAD
5 MRU0.17666 CAD
10 MRU0.35332 CAD
25 MRU0.88329 CAD
50 MRU1.7666 CAD
100 MRU3.5332 CAD
500 MRU17.6659 CAD
1,000 MRU35.3318 CAD
5,000 MRU176.6589 CAD
10,000 MRU353.3177 CAD
Get the MRU/CAD rate in your app
One GET request returns the latest MRU → 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/MRU/CAD"fetch('https://rate-api.com/api/v1/pair/MRU/CAD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 MRU = ${data.rate} CAD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/MRU/CAD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 MRU = {data['rate']} CAD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/MRU/CAD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 MRU = {$data['rate']} CAD\n";Example response
{
"success": true,
"pair": {
"from": "MRU",
"to": "CAD"
},
"rate": 0.0353,
"timestamp": 1790432125,
"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 MRUCanadian Dollar → Mauritanian Ouguiya28.3031Convert MRU to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.