Skip to content

USD to DKK exchange rate API

US Dollar to Danish Krone · quoted 2026-09-24

6.5679

▲ +3.45% over 1Y

1 USD = 6.5679 DKK · 1 DKK = 0.15226 USD · Get this rate via the API

1 USD buys 6.5679 DKK as of 2026-09-24, so 1 DKK buys 0.15226 USD. Over the last year, USD/DKK traded between 6.2357 and 6.5922, averaged 6.4289 and rose 3.45%. The API holds daily USD/DKK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

USD/DKK over 1Y

USD/DKK over 1Y: show the values
PointUSD/DKK
2025-09-246.3490
2025-10-016.3680
2025-10-086.4219
2025-10-156.4263
2025-10-226.4464
2025-10-296.4184
2025-11-056.4963
2025-11-126.4505
2025-11-196.4483
2025-11-266.4513
2025-12-036.4012
2025-12-106.4201
2025-12-176.3742
2025-12-246.3370
2025-12-316.3565
2026-01-076.3955
2026-01-146.4134
2026-01-216.3638
2026-01-286.2357
2026-02-046.3175
2026-02-116.2805
2026-02-186.3076
2026-02-256.3402
2026-03-046.4139
2026-03-116.4518
2026-03-186.4974
2026-03-256.4456
2026-04-016.4391
2026-04-086.3837
2026-04-156.3438
2026-04-226.3696
2026-04-296.3836
2026-05-066.3531
2026-05-136.3797
2026-05-206.4424
2026-05-276.4214
2026-06-036.4352
2026-06-106.4776
2026-06-176.4489
2026-06-246.5922
2026-07-016.5664
2026-07-086.5551
2026-07-156.5539
2026-07-226.5530
2026-07-296.5684
2026-08-056.4699
2026-08-126.4754
2026-08-196.4420
2026-08-266.4065
2026-09-026.4562
2026-09-096.4150
2026-09-166.4796
2026-09-236.5512

High

6.5922

Low

6.2357

Average

6.4289

For developers

Get this rate via the API

One GET request returns the USD/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=USD&currencies=DKK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&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=USD&currencies=DKK").json()

Replace YOUR_API_KEY with the key from your dashboard.

USD/DKK API questions

How do I get the USD/DKK exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=DKK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest USD/DKK rate in rates.DKK.

How far back does USD/DKK historical data go?

Daily USD/DKK rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free USD/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.