Skip to content

AUD to DKK exchange rate API

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

4.6086

▼ +0.04% over 5Y

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 5 years, AUD/DKK traded between 4.1558 and 5.0970, averaged 4.5493 and fell 0.04%. 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 5Y

AUD/DKK over 5Y: show the values
PointAUD/DKK
2021-09-274.6103
2021-11-084.7617
2021-12-204.6902
2022-01-314.7041
2022-03-144.9154
2022-04-275.0182
2022-06-084.9867
2022-07-205.0418
2022-08-315.0970
2022-10-124.7922
2022-11-234.7913
2023-01-054.7936
2023-02-164.8058
2023-03-304.5805
2023-05-164.5666
2023-06-274.5497
2023-08-084.4283
2023-09-194.5002
2023-10-314.4595
2023-12-124.5474
2024-01-264.5228
2024-03-084.5265
2024-04-234.5118
2024-06-054.5614
2024-07-174.5984
2024-08-274.5325
2024-10-014.6415
2024-10-314.5052
2024-11-304.5909
2024-12-304.4521
2025-01-294.4660
2025-02-284.4551
2025-03-304.3332
2025-04-294.2039
2025-05-294.2593
2025-06-284.1558
2025-07-284.1803
2025-08-274.1665
2025-09-264.1742
2025-10-264.1952
2025-11-254.1780
2025-12-254.2517
2026-01-244.3531
2026-02-234.4818
2026-03-254.4883
2026-04-244.5587
2026-05-244.5934
2026-06-234.5515
2026-07-234.5889
2026-08-224.5910
2026-09-214.6437

High

5.0970

Low

4.1558

Average

4.5493

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.