Convert CAD to MKD
Canadian Dollar → Macedonian Denar
1 CAD = 38.184542 MKD(1 MKD = 0.0261886 CAD)
Currency converter
1 CAD =
38.1845 MKD
CAD to MKD: last 30 days
Over the last 30 days, 1 CAD traded between 38.0913 and 38.4851 MKD, averaging 38.2468 MKD. The CAD/MKD rate is up 0.20% since 2026-08-28.
- 30-day high
- 38.4851
- 2026-09-03
- 30-day low
- 38.0913
- 2026-08-31
- 30-day average
- 38.2468
- Days with data: 30
- 30-day change
- +0.20%
- since 2026-08-28
38.4851
38.09132026-08-28 → 2026-09-26
| Date | 1 CAD in MKD | Daily change |
|---|---|---|
| 2026-09-26 | 38.1845 | 0.00% |
| 2026-09-25 | 38.1845 | -0.07% |
| 2026-09-24 | 38.2111 | +0.23% |
| 2026-09-23 | 38.1252 | -0.12% |
| 2026-09-22 | 38.171 | -0.18% |
| 2026-09-21 | 38.2406 | -0.16% |
| 2026-09-20 | 38.3005 | +0.02% |
| 2026-09-19 | 38.2932 | +0.10% |
| 2026-09-18 | 38.2537 | -0.23% |
| 2026-09-17 | 38.3432 | +0.22% |
| 2026-09-16 | 38.2606 | -0.07% |
| 2026-09-15 | 38.2892 | +0.21% |
| 2026-09-14 | 38.2093 | -0.08% |
| 2026-09-13 | 38.2389 | -0.11% |
| 2026-09-12 | 38.2799 | +0.15% |
| Date | 1 CAD in MKD | Daily change |
|---|---|---|
| 2026-09-11 | 38.2209 | -0.17% |
| 2026-09-10 | 38.2864 | -0.33% |
| 2026-09-09 | 38.4147 | +0.22% |
| 2026-09-08 | 38.3295 | +0.03% |
| 2026-09-07 | 38.318 | -0.09% |
| 2026-09-06 | 38.3527 | +0.01% |
| 2026-09-05 | 38.347 | +0.02% |
| 2026-09-04 | 38.3407 | -0.38% |
| 2026-09-03 | 38.4851 | +0.91% |
| 2026-09-02 | 38.1399 | -0.06% |
| 2026-09-01 | 38.163 | +0.19% |
| 2026-08-31 | 38.0913 | -0.04% |
| 2026-08-30 | 38.106 | -0.03% |
| 2026-08-29 | 38.1156 | +0.02% |
| 2026-08-28 | 38.1088 | — |
CAD to MKD conversion table
1 CAD38.1845 MKD
5 CAD190.9227 MKD
10 CAD381.8454 MKD
25 CAD954.6136 MKD
50 CAD1,909.2271 MKD
100 CAD3,818.4542 MKD
500 CAD19,092.271 MKD
1,000 CAD38,184.542 MKD
5,000 CAD190,922.71 MKD
10,000 CAD381,845.42 MKD
Get the CAD/MKD rate in your app
One GET request returns the latest CAD → MKD 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/MKD"fetch('https://rate-api.com/api/v1/pair/CAD/MKD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} MKD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/MKD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} MKD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/MKD');
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']} MKD\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "MKD"
},
"rate": 38.1845,
"timestamp": 1790429347,
"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
MKD to CADMacedonian Denar → Canadian Dollar0.026189Convert CAD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.