Skip to content

USD to DKK exchange rate API

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

6.5679

▲ +3.32% over 5Y

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 5 years, USD/DKK traded between 6.3153 and 7.6653, averaged 6.7522 and rose 3.32%. 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 5Y

USD/DKK over 5Y: show the values
PointUSD/DKK
2021-09-276.3566
2021-11-086.4240
2021-12-206.5966
2022-01-316.6708
2022-03-146.7888
2022-04-277.0311
2022-06-086.9267
2022-07-207.2999
2022-08-317.4371
2022-10-127.6653
2022-11-237.2029
2023-01-057.0157
2023-02-166.9617
2023-03-306.8430
2023-05-166.8439
2023-06-276.8007
2023-08-086.8088
2023-09-196.9589
2023-10-317.0296
2023-12-126.9020
2024-01-266.8576
2024-03-086.8192
2024-04-236.9896
2024-06-056.8609
2024-07-176.8223
2024-08-276.6842
2024-10-016.7135
2024-10-316.8554
2024-11-307.0517
2024-12-307.1429
2025-01-297.1784
2025-02-287.1639
2025-03-306.8933
2025-04-296.5626
2025-05-296.6123
2025-06-286.3656
2025-07-286.4039
2025-08-276.4390
2025-09-266.3946
2025-10-266.4232
2025-11-256.4662
2025-12-256.3412
2026-01-246.3153
2026-02-236.3397
2026-03-256.4456
2026-04-246.3806
2026-05-246.4270
2026-06-236.5615
2026-07-236.5622
2026-08-226.4026
2026-09-216.5061

High

7.6653

Low

6.3153

Average

6.7522

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.