Skip to content

CAD to DKK exchange rate API

Canadian Dollar to Danish Krone · quoted 2026-09-25

4.6401

▲ +1.39% over 1Y

1 CAD = 4.6401 DKK · 1 DKK = 0.21551 CAD · Get this rate via the API

1 CAD buys 4.6401 DKK as of 2026-09-25, so 1 DKK buys 0.21551 CAD. Over the last year, CAD/DKK traded between 4.5565 and 4.7575, averaged 4.6348 and rose 1.39%. The API holds daily CAD/DKK rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.

CAD/DKK over 1Y

CAD/DKK over 1Y: show the values
PointCAD/DKK
2025-09-254.5763
2025-10-024.5565
2025-10-094.6097
2025-10-164.5626
2025-10-234.6048
2025-10-304.6158
2025-11-064.5947
2025-11-134.5893
2025-11-204.6123
2025-11-274.5897
2025-12-044.5822
2025-12-114.6208
2025-12-184.6230
2025-12-254.6370
2026-01-014.6353
2026-01-084.6172
2026-01-154.6233
2026-01-224.6186
2026-01-294.6131
2026-02-054.6248
2026-02-124.6324
2026-02-194.6388
2026-02-264.6251
2026-03-054.7205
2026-03-124.7575
2026-03-194.7379
2026-03-264.6805
2026-04-024.6614
2026-04-094.6200
2026-04-164.6204
2026-04-234.6747
2026-04-304.6715
2026-05-074.6587
2026-05-144.6531
2026-05-214.6788
2026-05-284.6433
2026-06-044.6206
2026-06-114.6347
2026-06-184.6171
2026-06-254.6279
2026-07-024.6132
2026-07-094.6138
2026-07-164.6482
2026-07-234.6624
2026-07-304.6373
2026-08-064.6271
2026-08-134.6465
2026-08-204.6477
2026-08-274.6280
2026-09-034.6661
2026-09-104.6577
2026-09-174.6523
2026-09-244.6586

High

4.7575

Low

4.5565

Average

4.6348

For developers

Get this rate via the API

One GET request returns the CAD/DKK rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.

cURL
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD&currencies=DKK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD&currencies=DKK");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD&currencies=DKK").json()

Replace YOUR_API_KEY with the key from your dashboard.

CAD/DKK API questions

How do I get the CAD/DKK exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD&currencies=DKK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CAD/DKK rate in rates.DKK.

How far back does CAD/DKK historical data go?

Daily CAD/DKK rates are available from 1999-01-04. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free CAD/DKK exchange rate API?

Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.

Put these rates in your application

One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.