CAD to DKK exchange rate API
Canadian Dollar to Danish Krone · quoted 2026-09-25
4.6401
▼ +0.05% over YTD
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 year to date, CAD/DKK traded between 4.5971 and 4.7464, averaged 4.6448 and fell 0.05%. 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: show the values
| Point | CAD/DKK |
|---|---|
| 2025-12-31 | 4.6425 |
| 2026-01-07 | 4.6312 |
| 2026-01-14 | 4.6214 |
| 2026-01-21 | 4.6137 |
| 2026-01-28 | 4.5971 |
| 2026-02-04 | 4.6272 |
| 2026-02-11 | 4.6371 |
| 2026-02-18 | 4.6222 |
| 2026-02-25 | 4.6311 |
| 2026-03-04 | 4.6961 |
| 2026-03-11 | 4.7464 |
| 2026-03-18 | 4.7369 |
| 2026-03-25 | 4.6765 |
| 2026-04-01 | 4.6345 |
| 2026-04-08 | 4.6057 |
| 2026-04-15 | 4.6030 |
| 2026-04-22 | 4.6610 |
| 2026-04-29 | 4.6684 |
| 2026-05-06 | 4.6706 |
| 2026-05-13 | 4.6598 |
| 2026-05-20 | 4.6828 |
| 2026-05-27 | 4.6417 |
| 2026-06-03 | 4.6439 |
| 2026-06-10 | 4.6503 |
| 2026-06-17 | 4.6025 |
| 2026-06-24 | 4.6317 |
| 2026-07-01 | 4.6165 |
| 2026-07-08 | 4.6213 |
| 2026-07-15 | 4.6567 |
| 2026-07-22 | 4.6517 |
| 2026-07-29 | 4.6569 |
| 2026-08-05 | 4.6059 |
| 2026-08-12 | 4.6500 |
| 2026-08-19 | 4.6440 |
| 2026-08-26 | 4.6215 |
| 2026-09-02 | 4.6365 |
| 2026-09-09 | 4.6592 |
| 2026-09-16 | 4.6484 |
| 2026-09-23 | 4.6499 |
High
4.7464
Low
4.5971
Average
4.6448
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=DKK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=DKK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=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¤cies=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.