Skip to content

CAD to DKK exchange rate API

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

4.6379

▼ +0.10% over YTD

1 CAD = 4.6379 DKK · 1 DKK = 0.21561 CAD · Get this rate via the API

1 CAD buys 4.6379 DKK as of 2026-09-25, so 1 DKK buys 0.21561 CAD. Over the year to date, CAD/DKK traded between 4.5971 and 4.7464, averaged 4.6448 and fell 0.10%. 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 YTD

CAD/DKK over YTD: show the values
PointCAD/DKK
2025-12-314.6425
2026-01-074.6312
2026-01-144.6214
2026-01-214.6137
2026-01-284.5971
2026-02-044.6272
2026-02-114.6371
2026-02-184.6222
2026-02-254.6311
2026-03-044.6961
2026-03-114.7464
2026-03-184.7369
2026-03-254.6765
2026-04-014.6345
2026-04-084.6057
2026-04-154.6030
2026-04-224.6610
2026-04-294.6684
2026-05-064.6706
2026-05-134.6598
2026-05-204.6828
2026-05-274.6417
2026-06-034.6439
2026-06-104.6503
2026-06-174.6025
2026-06-244.6317
2026-07-014.6165
2026-07-084.6213
2026-07-154.6567
2026-07-224.6517
2026-07-294.6569
2026-08-054.6059
2026-08-124.6500
2026-08-194.6440
2026-08-264.6215
2026-09-024.6365
2026-09-094.6592
2026-09-164.6484
2026-09-234.6499

High

4.7464

Low

4.5971

Average

4.6448

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.