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: show the values
| Point | CAD/DKK |
|---|---|
| 2025-09-25 | 4.5763 |
| 2025-10-02 | 4.5565 |
| 2025-10-09 | 4.6097 |
| 2025-10-16 | 4.5626 |
| 2025-10-23 | 4.6048 |
| 2025-10-30 | 4.6158 |
| 2025-11-06 | 4.5947 |
| 2025-11-13 | 4.5893 |
| 2025-11-20 | 4.6123 |
| 2025-11-27 | 4.5897 |
| 2025-12-04 | 4.5822 |
| 2025-12-11 | 4.6208 |
| 2025-12-18 | 4.6230 |
| 2025-12-25 | 4.6370 |
| 2026-01-01 | 4.6353 |
| 2026-01-08 | 4.6172 |
| 2026-01-15 | 4.6233 |
| 2026-01-22 | 4.6186 |
| 2026-01-29 | 4.6131 |
| 2026-02-05 | 4.6248 |
| 2026-02-12 | 4.6324 |
| 2026-02-19 | 4.6388 |
| 2026-02-26 | 4.6251 |
| 2026-03-05 | 4.7205 |
| 2026-03-12 | 4.7575 |
| 2026-03-19 | 4.7379 |
| 2026-03-26 | 4.6805 |
| 2026-04-02 | 4.6614 |
| 2026-04-09 | 4.6200 |
| 2026-04-16 | 4.6204 |
| 2026-04-23 | 4.6747 |
| 2026-04-30 | 4.6715 |
| 2026-05-07 | 4.6587 |
| 2026-05-14 | 4.6531 |
| 2026-05-21 | 4.6788 |
| 2026-05-28 | 4.6433 |
| 2026-06-04 | 4.6206 |
| 2026-06-11 | 4.6347 |
| 2026-06-18 | 4.6171 |
| 2026-06-25 | 4.6279 |
| 2026-07-02 | 4.6132 |
| 2026-07-09 | 4.6138 |
| 2026-07-16 | 4.6482 |
| 2026-07-23 | 4.6624 |
| 2026-07-30 | 4.6373 |
| 2026-08-06 | 4.6271 |
| 2026-08-13 | 4.6465 |
| 2026-08-20 | 4.6477 |
| 2026-08-27 | 4.6280 |
| 2026-09-03 | 4.6661 |
| 2026-09-10 | 4.6577 |
| 2026-09-17 | 4.6523 |
| 2026-09-24 | 4.6586 |
High
4.7575
Low
4.5565
Average
4.6348
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.