Skip to content

AUD to DKK exchange rate API

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

4.6086

▲ +8.48% over YTD

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 year to date, AUD/DKK traded between 4.2483 and 4.6347, averaged 4.5265 and rose 8.48%. 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 YTD

AUD/DKK over YTD: show the values
PointAUD/DKK
2025-12-314.2483
2026-01-074.3027
2026-01-144.2821
2026-01-214.3082
2026-01-284.3646
2026-02-044.4411
2026-02-114.4685
2026-02-184.4611
2026-02-254.4962
2026-03-044.5274
2026-03-114.6136
2026-03-184.5826
2026-03-254.4883
2026-04-014.4776
2026-04-084.5047
2026-04-154.5272
2026-04-224.5559
2026-04-294.5721
2026-05-064.6019
2026-05-134.6254
2026-05-204.5930
2026-05-274.5785
2026-06-034.6084
2026-06-104.5369
2026-06-174.5529
2026-06-244.5482
2026-07-014.5251
2026-07-084.5385
2026-07-154.5763
2026-07-224.5829
2026-07-294.5586
2026-08-054.5623
2026-08-124.5788
2026-08-194.5582
2026-08-264.6030
2026-09-024.6145
2026-09-094.6347
2026-09-164.6214
2026-09-234.6300

High

4.6347

Low

4.2483

Average

4.5265

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.