Skip to content

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

AUD/DKK over 30D: show the values
PointAUD/DKK
2026-08-274.6152
2026-08-284.6189
2026-08-294.6214
2026-08-304.6216
2026-08-314.6168
2026-09-014.6055
2026-09-024.6145
2026-09-034.6291
2026-09-044.6329
2026-09-054.6363
2026-09-064.6371
2026-09-074.6400
2026-09-084.6433
2026-09-094.6347
2026-09-104.6237
2026-09-114.6252
2026-09-124.6231
2026-09-134.6189
2026-09-144.6138
2026-09-154.6160
2026-09-164.6214
2026-09-174.6318
2026-09-184.6445
2026-09-194.6375
2026-09-204.6378
2026-09-214.6437
2026-09-224.6369
2026-09-234.6300
2026-09-244.6211
2026-09-254.6088

High

4.6445

Low

4.6055

Average

4.6261

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD&currencies=DKK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD&currencies=DKK");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD&currencies=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&currencies=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.