AUD to DKK exchange rate API
Australian Dollar to Danish Krone · quoted 2026-09-26
4.6086
▲ +10.41% over 1Y
1 AUD = 4.6086 DKK · 1 DKK = 0.21698 AUD · Get this rate via the API
1 AUD buys 4.6086 DKK as of 2026-09-26, so 1 DKK buys 0.21698 AUD. Over the last year, AUD/DKK traded between 4.1506 and 4.6445, averaged 4.4451 and rose 10.41%. The API holds daily AUD/DKK rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.
AUD/DKK over 1Y: show the values
| Point | AUD/DKK |
|---|---|
| 2025-09-26 | 4.1742 |
| 2025-10-03 | 4.2016 |
| 2025-10-10 | 4.2307 |
| 2025-10-17 | 4.1506 |
| 2025-10-24 | 4.1820 |
| 2025-10-31 | 4.2257 |
| 2025-11-07 | 4.1858 |
| 2025-11-14 | 4.1844 |
| 2025-11-21 | 4.1788 |
| 2025-11-28 | 4.2147 |
| 2025-12-05 | 4.2568 |
| 2025-12-12 | 4.2457 |
| 2025-12-19 | 4.2117 |
| 2025-12-26 | 4.2545 |
| 2026-01-02 | 4.2663 |
| 2026-01-09 | 4.2844 |
| 2026-01-16 | 4.3077 |
| 2026-01-23 | 4.3666 |
| 2026-01-30 | 4.3923 |
| 2026-02-06 | 4.4237 |
| 2026-02-13 | 4.4406 |
| 2026-02-20 | 4.4748 |
| 2026-02-27 | 4.4978 |
| 2026-03-06 | 4.5275 |
| 2026-03-13 | 4.5864 |
| 2026-03-20 | 4.5693 |
| 2026-03-27 | 4.4660 |
| 2026-04-03 | 4.4700 |
| 2026-04-10 | 4.5122 |
| 2026-04-17 | 4.5464 |
| 2026-04-24 | 4.5587 |
| 2026-05-01 | 4.5848 |
| 2026-05-08 | 4.5960 |
| 2026-05-15 | 4.5944 |
| 2026-05-22 | 4.5895 |
| 2026-05-29 | 4.6022 |
| 2026-06-05 | 4.5852 |
| 2026-06-12 | 4.5459 |
| 2026-06-19 | 4.5722 |
| 2026-06-26 | 4.5251 |
| 2026-07-03 | 4.5301 |
| 2026-07-10 | 4.5450 |
| 2026-07-17 | 4.5600 |
| 2026-07-24 | 4.5916 |
| 2026-07-31 | 4.5678 |
| 2026-08-07 | 4.5627 |
| 2026-08-14 | 4.5771 |
| 2026-08-21 | 4.5805 |
| 2026-08-28 | 4.6189 |
| 2026-09-04 | 4.6329 |
| 2026-09-11 | 4.6252 |
| 2026-09-18 | 4.6445 |
| 2026-09-25 | 4.6088 |
High
4.6445
Low
4.1506
Average
4.4451
Get this rate via the API
One GET request returns the AUD/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=AUD¤cies=DKK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=DKK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=DKK").json()Replace YOUR_API_KEY with the key from your dashboard.
AUD/DKK API questions
How do I get the AUD/DKK exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=DKK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AUD/DKK rate in rates.DKK.
How far back does AUD/DKK historical data go?
Daily AUD/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 AUD/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.