Convert CAD to DKK
Canadian Dollar → Danish Krone
1 CAD = 4.635394 DKK(1 DKK = 0.215731 CAD)
Currency converter
1 CAD =
4.6354 DKK
CAD to DKK: last 30 days
Over the last 30 days, 1 CAD traded between 4.634 and 4.666 DKK, averaging 4.6505 DKK. The CAD/DKK rate is up 0.03% since 2026-08-28.
- 30-day high
- 4.666
- 2026-09-03
- 30-day low
- 4.634
- 2026-08-28
- 30-day average
- 4.6505
- Days with data: 30
- 30-day change
- +0.03%
- since 2026-08-28
4.666
4.6342026-08-28 → 2026-09-26
| Date | 1 CAD in DKK | Daily change |
|---|---|---|
| 2026-09-26 | 4.6354 | 0.00% |
| 2026-09-25 | 4.6354 | -0.50% |
| 2026-09-24 | 4.6586 | +0.19% |
| 2026-09-23 | 4.6499 | +0.13% |
| 2026-09-22 | 4.6436 | -0.05% |
| 2026-09-21 | 4.6459 | -0.22% |
| 2026-09-20 | 4.656 | 0.00% |
| 2026-09-19 | 4.656 | 0.00% |
| 2026-09-18 | 4.656 | +0.08% |
| 2026-09-17 | 4.6524 | +0.08% |
| 2026-09-16 | 4.6485 | -0.11% |
| 2026-09-15 | 4.6539 | -0.14% |
| 2026-09-14 | 4.6602 | +0.15% |
| 2026-09-13 | 4.6531 | 0.00% |
| 2026-09-12 | 4.6531 | 0.00% |
| Date | 1 CAD in DKK | Daily change |
|---|---|---|
| 2026-09-11 | 4.6531 | -0.10% |
| 2026-09-10 | 4.6578 | -0.03% |
| 2026-09-09 | 4.6594 | -0.06% |
| 2026-09-08 | 4.6621 | +0.18% |
| 2026-09-07 | 4.6537 | -0.15% |
| 2026-09-06 | 4.6605 | 0.00% |
| 2026-09-05 | 4.6605 | 0.00% |
| 2026-09-04 | 4.6605 | -0.12% |
| 2026-09-03 | 4.666 | +0.64% |
| 2026-09-02 | 4.6364 | -0.16% |
| 2026-09-01 | 4.6439 | +0.03% |
| 2026-08-31 | 4.6423 | +0.18% |
| 2026-08-30 | 4.634 | 0.00% |
| 2026-08-29 | 4.634 | 0.00% |
| 2026-08-28 | 4.634 | — |
CAD to DKK conversion table
1 CAD4.6354 DKK
5 CAD23.177 DKK
10 CAD46.3539 DKK
25 CAD115.8849 DKK
50 CAD231.7697 DKK
100 CAD463.5394 DKK
500 CAD2,317.697 DKK
1,000 CAD4,635.3941 DKK
5,000 CAD23,176.97 DKK
10,000 CAD46,353.941 DKK
Get the CAD/DKK rate in your app
One GET request returns the latest CAD → DKK 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/DKK"fetch('https://rate-api.com/api/v1/pair/CAD/DKK', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} DKK`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/DKK",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} DKK")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/DKK');
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']} DKK\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "DKK"
},
"rate": 4.6354,
"timestamp": 1790429385,
"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
DKK to CADDanish Krone → Canadian Dollar0.21573Convert CAD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.