Skip to content

AUD to DKK exchange rate API

Australian Dollar to Danish Krone · quoted 2026-09-26

4.6086

▲ +10.41% over 1Y

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 year, AUD/DKK traded between 4.1506 and 4.6445, averaged 4.4451 and rose 10.41%. 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 1Y

AUD/DKK over 1Y: show the values
PointAUD/DKK
2025-09-264.1742
2025-10-034.2016
2025-10-104.2307
2025-10-174.1506
2025-10-244.1820
2025-10-314.2257
2025-11-074.1858
2025-11-144.1844
2025-11-214.1788
2025-11-284.2147
2025-12-054.2568
2025-12-124.2457
2025-12-194.2117
2025-12-264.2545
2026-01-024.2663
2026-01-094.2844
2026-01-164.3077
2026-01-234.3666
2026-01-304.3923
2026-02-064.4237
2026-02-134.4406
2026-02-204.4748
2026-02-274.4978
2026-03-064.5275
2026-03-134.5864
2026-03-204.5693
2026-03-274.4660
2026-04-034.4700
2026-04-104.5122
2026-04-174.5464
2026-04-244.5587
2026-05-014.5848
2026-05-084.5960
2026-05-154.5944
2026-05-224.5895
2026-05-294.6022
2026-06-054.5852
2026-06-124.5459
2026-06-194.5722
2026-06-264.5251
2026-07-034.5301
2026-07-104.5450
2026-07-174.5600
2026-07-244.5916
2026-07-314.5678
2026-08-074.5627
2026-08-144.5771
2026-08-214.5805
2026-08-284.6189
2026-09-044.6329
2026-09-114.6252
2026-09-184.6445
2026-09-254.6088

High

4.6445

Low

4.1506

Average

4.4451

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.