AUD to DKK exchange rate API
Australian Dollar to Danish Krone · quoted 2026-09-26
4.6086
▲ +8.48% over YTD
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 year to date, AUD/DKK traded between 4.2483 and 4.6347, averaged 4.5265 and rose 8.48%. 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 YTD: show the values
| Point | AUD/DKK |
|---|---|
| 2025-12-31 | 4.2483 |
| 2026-01-07 | 4.3027 |
| 2026-01-14 | 4.2821 |
| 2026-01-21 | 4.3082 |
| 2026-01-28 | 4.3646 |
| 2026-02-04 | 4.4411 |
| 2026-02-11 | 4.4685 |
| 2026-02-18 | 4.4611 |
| 2026-02-25 | 4.4962 |
| 2026-03-04 | 4.5274 |
| 2026-03-11 | 4.6136 |
| 2026-03-18 | 4.5826 |
| 2026-03-25 | 4.4883 |
| 2026-04-01 | 4.4776 |
| 2026-04-08 | 4.5047 |
| 2026-04-15 | 4.5272 |
| 2026-04-22 | 4.5559 |
| 2026-04-29 | 4.5721 |
| 2026-05-06 | 4.6019 |
| 2026-05-13 | 4.6254 |
| 2026-05-20 | 4.5930 |
| 2026-05-27 | 4.5785 |
| 2026-06-03 | 4.6084 |
| 2026-06-10 | 4.5369 |
| 2026-06-17 | 4.5529 |
| 2026-06-24 | 4.5482 |
| 2026-07-01 | 4.5251 |
| 2026-07-08 | 4.5385 |
| 2026-07-15 | 4.5763 |
| 2026-07-22 | 4.5829 |
| 2026-07-29 | 4.5586 |
| 2026-08-05 | 4.5623 |
| 2026-08-12 | 4.5788 |
| 2026-08-19 | 4.5582 |
| 2026-08-26 | 4.6030 |
| 2026-09-02 | 4.6145 |
| 2026-09-09 | 4.6347 |
| 2026-09-16 | 4.6214 |
| 2026-09-23 | 4.6300 |
High
4.6347
Low
4.2483
Average
4.5265
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.