Skip to content

DKK to KRW exchange rate API

Danish Krone to Won · quoted 2026-09-25

208.1013

▼ +5.75% over 1Y

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 year, DKK/KRW traded between 208.1013 and 238.6677, averaged 226.3981 and fell 5.75%. 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 1Y

DKK/KRW over 1Y: show the values
PointDKK/KRW
2025-09-25220.8025
2025-10-02220.6046
2025-10-09220.6836
2025-10-16221.1423
2025-10-23223.5642
2025-10-30221.9379
2025-11-06223.2936
2025-11-13227.7033
2025-11-20226.5079
2025-11-27226.8303
2025-12-04229.8544
2025-12-11230.7226
2025-12-18231.7107
2025-12-25228.1247
2026-01-01226.8224
2026-01-08226.9232
2026-01-15228.4191
2026-01-22230.0383
2026-01-29229.3379
2026-02-05231.5207
2026-02-12228.5871
2026-02-19228.0351
2026-02-26225.4112
2026-03-05229.4783
2026-03-12228.8389
2026-03-19230.9010
2026-03-26232.6205
2026-04-02233.9258
2026-04-09231.3430
2026-04-16232.7843
2026-04-23231.4947
2026-04-30231.3280
2026-05-07228.4881
2026-05-14233.5934
2026-05-21234.1751
2026-05-28233.6229
2026-06-04238.6677
2026-06-11236.0917
2026-06-18235.9587
2026-06-25234.1267
2026-07-02236.2008
2026-07-09231.3606
2026-07-16226.9461
2026-07-23224.4232
2026-07-30220.1113
2026-08-06219.7967
2026-08-13219.1313
2026-08-20218.1814
2026-08-27215.0521
2026-09-03210.9130
2026-09-10208.8213
2026-09-17212.3406
2026-09-24208.1024

High

238.6677

Low

208.1013

Average

226.3981

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.