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: show the values
| Point | USD/DKK |
|---|---|
| 2021-09-27 | 6.3566 |
| 2021-11-08 | 6.4240 |
| 2021-12-20 | 6.5966 |
| 2022-01-31 | 6.6708 |
| 2022-03-14 | 6.7888 |
| 2022-04-27 | 7.0311 |
| 2022-06-08 | 6.9267 |
| 2022-07-20 | 7.2999 |
| 2022-08-31 | 7.4371 |
| 2022-10-12 | 7.6653 |
| 2022-11-23 | 7.2029 |
| 2023-01-05 | 7.0157 |
| 2023-02-16 | 6.9617 |
| 2023-03-30 | 6.8430 |
| 2023-05-16 | 6.8439 |
| 2023-06-27 | 6.8007 |
| 2023-08-08 | 6.8088 |
| 2023-09-19 | 6.9589 |
| 2023-10-31 | 7.0296 |
| 2023-12-12 | 6.9020 |
| 2024-01-26 | 6.8576 |
| 2024-03-08 | 6.8192 |
| 2024-04-23 | 6.9896 |
| 2024-06-05 | 6.8609 |
| 2024-07-17 | 6.8223 |
| 2024-08-27 | 6.6842 |
| 2024-10-01 | 6.7135 |
| 2024-10-31 | 6.8554 |
| 2024-11-30 | 7.0517 |
| 2024-12-30 | 7.1429 |
| 2025-01-29 | 7.1784 |
| 2025-02-28 | 7.1639 |
| 2025-03-30 | 6.8933 |
| 2025-04-29 | 6.5626 |
| 2025-05-29 | 6.6123 |
| 2025-06-28 | 6.3656 |
| 2025-07-28 | 6.4039 |
| 2025-08-27 | 6.4390 |
| 2025-09-26 | 6.3946 |
| 2025-10-26 | 6.4232 |
| 2025-11-25 | 6.4662 |
| 2025-12-25 | 6.3412 |
| 2026-01-24 | 6.3153 |
| 2026-02-23 | 6.3397 |
| 2026-03-25 | 6.4456 |
| 2026-04-24 | 6.3806 |
| 2026-05-24 | 6.4270 |
| 2026-06-23 | 6.5615 |
| 2026-07-23 | 6.5622 |
| 2026-08-22 | 6.4026 |
| 2026-09-21 | 6.5061 |
High
7.6653
Low
6.3153
Average
6.7522
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=DKK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=DKK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=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¤cies=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.