AUD to DKK exchange rate API
Australian Dollar to Danish Krone · quoted 2026-09-26
4.6086
▲ +3.24% over 6M
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 6 months, AUD/DKK traded between 4.4640 and 4.6437, averaged 4.5726 and rose 3.24%. 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 6M: show the values
| Point | AUD/DKK |
|---|---|
| 2026-03-30 | 4.4640 |
| 2026-04-06 | 4.4802 |
| 2026-04-13 | 4.4989 |
| 2026-04-20 | 4.5481 |
| 2026-04-27 | 4.5740 |
| 2026-05-04 | 4.5875 |
| 2026-05-11 | 4.5988 |
| 2026-05-18 | 4.5973 |
| 2026-05-25 | 4.6009 |
| 2026-06-01 | 4.6037 |
| 2026-06-08 | 4.5822 |
| 2026-06-15 | 4.5507 |
| 2026-06-22 | 4.5728 |
| 2026-06-29 | 4.5215 |
| 2026-07-06 | 4.5406 |
| 2026-07-13 | 4.5430 |
| 2026-07-20 | 4.5843 |
| 2026-07-27 | 4.5942 |
| 2026-08-03 | 4.5404 |
| 2026-08-10 | 4.5698 |
| 2026-08-17 | 4.5946 |
| 2026-08-24 | 4.5900 |
| 2026-08-31 | 4.6168 |
| 2026-09-07 | 4.6400 |
| 2026-09-14 | 4.6138 |
| 2026-09-21 | 4.6437 |
High
4.6437
Low
4.4640
Average
4.5726
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.