Skip to content

AUD to DKK exchange rate API

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

4.6086

▲ +3.24% over 6M

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 6 months, AUD/DKK traded between 4.4640 and 4.6437, averaged 4.5726 and rose 3.24%. 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 6M

AUD/DKK over 6M: show the values
PointAUD/DKK
2026-03-304.4640
2026-04-064.4802
2026-04-134.4989
2026-04-204.5481
2026-04-274.5740
2026-05-044.5875
2026-05-114.5988
2026-05-184.5973
2026-05-254.6009
2026-06-014.6037
2026-06-084.5822
2026-06-154.5507
2026-06-224.5728
2026-06-294.5215
2026-07-064.5406
2026-07-134.5430
2026-07-204.5843
2026-07-274.5942
2026-08-034.5404
2026-08-104.5698
2026-08-174.5946
2026-08-244.5900
2026-08-314.6168
2026-09-074.6400
2026-09-144.6138
2026-09-214.6437

High

4.6437

Low

4.4640

Average

4.5726

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.