AUD to DKK exchange rate API
Australian Dollar to Danish Krone · quoted 2026-09-26
4.6086
▼ +0.04% over 5Y
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 5 years, AUD/DKK traded between 4.1558 and 5.0970, averaged 4.5493 and fell 0.04%. 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 5Y: show the values
| Point | AUD/DKK |
|---|---|
| 2021-09-27 | 4.6103 |
| 2021-11-08 | 4.7617 |
| 2021-12-20 | 4.6902 |
| 2022-01-31 | 4.7041 |
| 2022-03-14 | 4.9154 |
| 2022-04-27 | 5.0182 |
| 2022-06-08 | 4.9867 |
| 2022-07-20 | 5.0418 |
| 2022-08-31 | 5.0970 |
| 2022-10-12 | 4.7922 |
| 2022-11-23 | 4.7913 |
| 2023-01-05 | 4.7936 |
| 2023-02-16 | 4.8058 |
| 2023-03-30 | 4.5805 |
| 2023-05-16 | 4.5666 |
| 2023-06-27 | 4.5497 |
| 2023-08-08 | 4.4283 |
| 2023-09-19 | 4.5002 |
| 2023-10-31 | 4.4595 |
| 2023-12-12 | 4.5474 |
| 2024-01-26 | 4.5228 |
| 2024-03-08 | 4.5265 |
| 2024-04-23 | 4.5118 |
| 2024-06-05 | 4.5614 |
| 2024-07-17 | 4.5984 |
| 2024-08-27 | 4.5325 |
| 2024-10-01 | 4.6415 |
| 2024-10-31 | 4.5052 |
| 2024-11-30 | 4.5909 |
| 2024-12-30 | 4.4521 |
| 2025-01-29 | 4.4660 |
| 2025-02-28 | 4.4551 |
| 2025-03-30 | 4.3332 |
| 2025-04-29 | 4.2039 |
| 2025-05-29 | 4.2593 |
| 2025-06-28 | 4.1558 |
| 2025-07-28 | 4.1803 |
| 2025-08-27 | 4.1665 |
| 2025-09-26 | 4.1742 |
| 2025-10-26 | 4.1952 |
| 2025-11-25 | 4.1780 |
| 2025-12-25 | 4.2517 |
| 2026-01-24 | 4.3531 |
| 2026-02-23 | 4.4818 |
| 2026-03-25 | 4.4883 |
| 2026-04-24 | 4.5587 |
| 2026-05-24 | 4.5934 |
| 2026-06-23 | 4.5515 |
| 2026-07-23 | 4.5889 |
| 2026-08-22 | 4.5910 |
| 2026-09-21 | 4.6437 |
High
5.0970
Low
4.1558
Average
4.5493
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.