Convert MAD to CAD
Moroccan Dirham → Canadian Dollar
1 MAD = 0.147059 CAD(1 CAD = 6.800013 MAD)
Currency converter
1 MAD =
0.14706 CAD
MAD to CAD: last 30 days
Over the last 30 days, 1 MAD traded between 0.14679 and 0.1497 CAD, averaging 0.14769 CAD. The MAD/CAD rate is down 1.76% since 2026-08-28.
- 30-day high
- 0.1497
- 2026-08-31
- 30-day low
- 0.14679
- 2026-09-15
- 30-day average
- 0.14769
- Days with data: 30
- 30-day change
- -1.76%
- since 2026-08-28
0.1497
0.146792026-08-28 → 2026-09-26
| Date | 1 MAD in CAD | Daily change |
|---|---|---|
| 2026-09-26 | 0.14706 | 0.00% |
| 2026-09-25 | 0.14706 | +0.03% |
| 2026-09-24 | 0.14702 | +0.05% |
| 2026-09-23 | 0.14694 | -0.26% |
| 2026-09-22 | 0.14733 | +0.07% |
| 2026-09-21 | 0.14722 | +0.01% |
| 2026-09-20 | 0.14721 | -0.08% |
| 2026-09-19 | 0.14733 | +0.16% |
| 2026-09-18 | 0.1471 | -0.38% |
| 2026-09-17 | 0.14767 | +0.43% |
| 2026-09-16 | 0.14704 | +0.17% |
| 2026-09-15 | 0.14679 | -0.65% |
| 2026-09-14 | 0.14775 | +0.31% |
| 2026-09-13 | 0.1473 | -0.03% |
| 2026-09-12 | 0.14734 | -0.30% |
| Date | 1 MAD in CAD | Daily change |
|---|---|---|
| 2026-09-11 | 0.14778 | +0.19% |
| 2026-09-10 | 0.14751 | +0.48% |
| 2026-09-09 | 0.14681 | +0.01% |
| 2026-09-08 | 0.1468 | -0.49% |
| 2026-09-07 | 0.14752 | +0.15% |
| 2026-09-06 | 0.14729 | -0.01% |
| 2026-09-05 | 0.14731 | -0.15% |
| 2026-09-04 | 0.14752 | -0.19% |
| 2026-09-03 | 0.14781 | -0.85% |
| 2026-09-02 | 0.14908 | -0.16% |
| 2026-09-01 | 0.14932 | -0.26% |
| 2026-08-31 | 0.1497 | +0.33% |
| 2026-08-30 | 0.14921 | +0.03% |
| 2026-08-29 | 0.14917 | -0.35% |
| 2026-08-28 | 0.1497 | — |
MAD to CAD conversion table
1 MAD0.14706 CAD
5 MAD0.73529 CAD
10 MAD1.4706 CAD
25 MAD3.6765 CAD
50 MAD7.3529 CAD
100 MAD14.7059 CAD
500 MAD73.5293 CAD
1,000 MAD147.0586 CAD
5,000 MAD735.2927 CAD
10,000 MAD1,470.5855 CAD
Get the MAD/CAD rate in your app
One GET request returns the latest MAD → 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/MAD/CAD"fetch('https://rate-api.com/api/v1/pair/MAD/CAD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 MAD = ${data.rate} CAD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/MAD/CAD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 MAD = {data['rate']} CAD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/MAD/CAD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 MAD = {$data['rate']} CAD\n";Example response
{
"success": true,
"pair": {
"from": "MAD",
"to": "CAD"
},
"rate": 0.1471,
"timestamp": 1790435093,
"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 MADCanadian Dollar → Moroccan Dirham6.8Convert MAD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.