Skip to content

DKK to USD exchange rate API

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

0.15238

▼ +2.56% over 1Y

1 DKK = 0.15238 USD · 1 USD = 6.5626 DKK · Get this rate via the API

1 DKK buys 0.15238 USD as of 2026-09-26, so 1 USD buys 6.5626 DKK. Over the last year, DKK/USD traded between 0.15219 and 0.15961, averaged 0.15546 and fell 2.56%. The API holds daily DKK/USD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

DKK/USD over 1Y

DKK/USD over 1Y: show the values
PointDKK/USD
2025-09-260.15638
2025-10-030.15715
2025-10-100.15492
2025-10-170.15639
2025-10-240.15545
2025-10-310.15472
2025-11-070.15483
2025-11-140.15597
2025-11-210.15424
2025-11-280.15486
2025-12-050.15591
2025-12-120.15704
2025-12-190.15676
2025-12-260.15770
2026-01-020.15692
2026-01-090.15580
2026-01-160.15549
2026-01-230.15722
2026-01-300.15961
2026-02-060.15794
2026-02-130.15878
2026-02-200.15749
2026-02-270.15799
2026-03-060.15475
2026-03-130.15357
2026-03-200.15466
2026-03-270.15413
2026-04-030.15420
2026-04-100.15672
2026-04-170.15785
2026-04-240.15672
2026-05-010.15707
2026-05-080.15739
2026-05-150.15560
2026-05-220.15516
2026-05-290.15581
2026-06-050.15573
2026-06-120.15475
2026-06-190.15341
2026-06-260.15253
2026-07-030.15316
2026-07-100.15291
2026-07-170.15296
2026-07-240.15219
2026-07-310.15364
2026-08-070.15430
2026-08-140.15473
2026-08-210.15649
2026-08-280.15576
2026-09-040.15548
2026-09-110.15508
2026-09-180.15330
2026-09-250.15254

High

0.15961

Low

0.15219

Average

0.15546

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DKK&currencies=USD").json()

Replace YOUR_API_KEY with the key from your dashboard.

DKK/USD API questions

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

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

How far back does DKK/USD historical data go?

Daily DKK/USD 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 DKK/USD 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.