AUD to DKK exchange rate API
Australian Dollar to Danish Krone · quoted 2026-09-26
4.6086
▼ +0.14% over 30D
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 30 days, AUD/DKK traded between 4.6055 and 4.6445, averaged 4.6261 and fell 0.14%. 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 30D: show the values
| Point | AUD/DKK |
|---|---|
| 2026-08-27 | 4.6152 |
| 2026-08-28 | 4.6189 |
| 2026-08-29 | 4.6214 |
| 2026-08-30 | 4.6216 |
| 2026-08-31 | 4.6168 |
| 2026-09-01 | 4.6055 |
| 2026-09-02 | 4.6145 |
| 2026-09-03 | 4.6291 |
| 2026-09-04 | 4.6329 |
| 2026-09-05 | 4.6363 |
| 2026-09-06 | 4.6371 |
| 2026-09-07 | 4.6400 |
| 2026-09-08 | 4.6433 |
| 2026-09-09 | 4.6347 |
| 2026-09-10 | 4.6237 |
| 2026-09-11 | 4.6252 |
| 2026-09-12 | 4.6231 |
| 2026-09-13 | 4.6189 |
| 2026-09-14 | 4.6138 |
| 2026-09-15 | 4.6160 |
| 2026-09-16 | 4.6214 |
| 2026-09-17 | 4.6318 |
| 2026-09-18 | 4.6445 |
| 2026-09-19 | 4.6375 |
| 2026-09-20 | 4.6378 |
| 2026-09-21 | 4.6437 |
| 2026-09-22 | 4.6369 |
| 2026-09-23 | 4.6300 |
| 2026-09-24 | 4.6211 |
| 2026-09-25 | 4.6088 |
High
4.6445
Low
4.6055
Average
4.6261
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.