Convert CAD to MAD
Canadian Dollar → Moroccan Dirham
1 CAD = 6.792167 MAD(1 MAD = 0.147228 CAD)
Currency converter
1 CAD =
6.7922 MAD
CAD to MAD: last 30 days
Over the last 30 days, 1 CAD traded between 6.6799 and 6.8124 MAD, averaging 6.7747 MAD. The CAD/MAD rate is up 1.32% since 2026-08-29.
- 30-day high
- 6.8124
- 2026-09-15
- 30-day low
- 6.6799
- 2026-08-31
- 30-day average
- 6.7747
- Days with data: 30
- 30-day change
- +1.32%
- since 2026-08-29
6.8124
6.67992026-08-29 → 2026-09-27
| Date | 1 CAD in MAD | Daily change |
|---|---|---|
| 2026-09-27 | 6.7922 | 0.00% |
| 2026-09-26 | 6.7922 | -0.12% |
| 2026-09-25 | 6.8 | -0.03% |
| 2026-09-24 | 6.8018 | -0.05% |
| 2026-09-23 | 6.8053 | +0.26% |
| 2026-09-22 | 6.7874 | -0.07% |
| 2026-09-21 | 6.7924 | -0.01% |
| 2026-09-20 | 6.793 | +0.08% |
| 2026-09-19 | 6.7873 | -0.16% |
| 2026-09-18 | 6.798 | +0.39% |
| 2026-09-17 | 6.7719 | -0.43% |
| 2026-09-16 | 6.8008 | -0.17% |
| 2026-09-15 | 6.8124 | +0.65% |
| 2026-09-14 | 6.7684 | -0.31% |
| 2026-09-13 | 6.7891 | +0.03% |
| Date | 1 CAD in MAD | Daily change |
|---|---|---|
| 2026-09-12 | 6.7872 | +0.30% |
| 2026-09-11 | 6.7667 | -0.19% |
| 2026-09-10 | 6.7794 | -0.47% |
| 2026-09-09 | 6.8116 | -0.01% |
| 2026-09-08 | 6.812 | +0.49% |
| 2026-09-07 | 6.7789 | -0.15% |
| 2026-09-06 | 6.7893 | +0.01% |
| 2026-09-05 | 6.7886 | +0.15% |
| 2026-09-04 | 6.7787 | +0.20% |
| 2026-09-03 | 6.7655 | +0.86% |
| 2026-09-02 | 6.708 | +0.17% |
| 2026-09-01 | 6.697 | +0.26% |
| 2026-08-31 | 6.6799 | -0.33% |
| 2026-08-30 | 6.7018 | -0.03% |
| 2026-08-29 | 6.7037 | — |
CAD to MAD conversion table
1 CAD6.7922 MAD
5 CAD33.9608 MAD
10 CAD67.9217 MAD
25 CAD169.8042 MAD
50 CAD339.6084 MAD
100 CAD679.2167 MAD
500 CAD3,396.0835 MAD
1,000 CAD6,792.167 MAD
5,000 CAD33,960.835 MAD
10,000 CAD67,921.67 MAD
Get the CAD/MAD rate in your app
One GET request returns the latest CAD → MAD 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/MAD"fetch('https://rate-api.com/api/v1/pair/CAD/MAD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} MAD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/MAD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} MAD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/MAD');
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']} MAD\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "MAD"
},
"rate": 6.7922,
"timestamp": 1790470789,
"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
MAD to CADMoroccan Dirham → Canadian Dollar0.14723Convert CAD to other currencies
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.