Skip to content

DKK to KRW exchange rate API

Danish Krone to Won · quoted 2026-09-25

208.1013

▲ +11.97% over 5Y

1 DKK = 208.1013 KRW · 1 KRW = 0.004805 DKK · Get this rate via the API

1 DKK buys 208.1013 KRW as of 2026-09-25, so 1 KRW buys 0.004805 DKK. Over the last 5 years, DKK/KRW traded between 179.6607 and 237.0989, averaged 202.7602 and rose 11.97%. The API holds daily DKK/KRW rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.

DKK/KRW over 5Y

DKK/KRW over 5Y: show the values
PointDKK/KRW
2021-09-27185.8580
2021-11-08183.9829
2021-12-20180.6544
2022-01-31181.2817
2022-03-14182.4837
2022-04-27180.3494
2022-06-08181.3971
2022-07-20179.6607
2022-08-31180.5529
2022-10-12186.1127
2022-11-23187.9010
2023-01-05180.9662
2023-02-16184.7926
2023-03-30189.7695
2023-05-16195.8935
2023-06-27191.2345
2023-08-08193.8965
2023-09-19190.3368
2023-10-31192.1926
2023-12-12189.7853
2024-01-26194.6478
2024-03-08193.4230
2024-04-23197.1947
2024-06-05199.9330
2024-07-17202.1691
2024-08-27199.1529
2024-10-01192.0111
2024-10-31201.0764
2024-11-30197.7284
2024-12-30206.3177
2025-01-29201.5383
2025-02-28203.7891
2025-03-30210.0514
2025-04-29218.7671
2025-05-29207.9243
2025-06-28213.9498
2025-07-28216.3444
2025-08-27217.0871
2025-09-26220.4695
2025-10-26224.3662
2025-11-25226.5440
2025-12-25228.1247
2026-01-24229.1820
2026-02-23227.7002
2026-03-25232.3354
2026-04-24231.4880
2026-05-24237.0989
2026-06-23234.1142
2026-07-23224.4232
2026-08-22216.4664
2026-09-21210.9063

High

237.0989

Low

179.6607

Average

202.7602

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

DKK/KRW API questions

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

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

How far back does DKK/KRW historical data go?

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