Convert DKK to CHF
Danish Krone → Swiss Franc
1 DKK = 0.126346 CHF(1 CHF = 7.91477 DKK)
Currency converter
1 DKK =
0.12635 CHF
DKK to CHF: last 30 days
Over the last 30 days, 1 DKK traded between 0.12527 and 0.12663 CHF, averaging 0.12602 CHF. The DKK/CHF rate is up 0.86% since 2026-08-28.
- 30-day high
- 0.12663
- 2026-09-17
- 30-day low
- 0.12527
- 2026-08-28
- 30-day average
- 0.12602
- Days with data: 30
- 30-day change
- +0.86%
- since 2026-08-28
0.12663
0.125272026-08-28 → 2026-09-26
| Date | 1 DKK in CHF | Daily change |
|---|---|---|
| 2026-09-26 | 0.12635 | 0.00% |
| 2026-09-25 | 0.12635 | +0.38% |
| 2026-09-24 | 0.12586 | +0.20% |
| 2026-09-23 | 0.12561 | -0.03% |
| 2026-09-22 | 0.12565 | -0.48% |
| 2026-09-21 | 0.12625 | -0.26% |
| 2026-09-20 | 0.12658 | 0.00% |
| 2026-09-19 | 0.12658 | 0.00% |
| 2026-09-18 | 0.12658 | -0.04% |
| 2026-09-17 | 0.12663 | +0.18% |
| 2026-09-16 | 0.1264 | +0.08% |
| 2026-09-15 | 0.1263 | +0.11% |
| 2026-09-14 | 0.12616 | -0.22% |
| 2026-09-13 | 0.12644 | 0.00% |
| 2026-09-12 | 0.12644 | 0.00% |
| Date | 1 DKK in CHF | Daily change |
|---|---|---|
| 2026-09-11 | 0.12644 | +0.21% |
| 2026-09-10 | 0.12618 | +0.29% |
| 2026-09-09 | 0.12581 | -0.22% |
| 2026-09-08 | 0.12609 | +0.21% |
| 2026-09-07 | 0.12583 | +0.00% |
| 2026-09-06 | 0.12582 | 0.00% |
| 2026-09-05 | 0.12582 | 0.00% |
| 2026-09-04 | 0.12582 | +0.16% |
| 2026-09-03 | 0.12563 | -0.36% |
| 2026-09-02 | 0.12607 | +0.32% |
| 2026-09-01 | 0.12568 | +0.20% |
| 2026-08-31 | 0.12543 | +0.12% |
| 2026-08-30 | 0.12527 | 0.00% |
| 2026-08-29 | 0.12527 | 0.00% |
| 2026-08-28 | 0.12527 | — |
DKK to CHF conversion table
1 DKK0.12635 CHF
5 DKK0.63173 CHF
10 DKK1.2635 CHF
25 DKK3.1587 CHF
50 DKK6.3173 CHF
100 DKK12.6346 CHF
500 DKK63.173 CHF
1,000 DKK126.3461 CHF
5,000 DKK631.7303 CHF
10,000 DKK1,263.4606 CHF
Get the DKK/CHF rate in your app
One GET request returns the latest DKK → CHF 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/DKK/CHF"fetch('https://rate-api.com/api/v1/pair/DKK/CHF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 DKK = ${data.rate} CHF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/DKK/CHF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 DKK = {data['rate']} CHF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/DKK/CHF');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 DKK = {$data['rate']} CHF\n";Example response
{
"success": true,
"pair": {
"from": "DKK",
"to": "CHF"
},
"rate": 0.1263,
"timestamp": 1790435208,
"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
CHF to DKKSwiss Franc → Danish Krone7.9148Convert DKK to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.