Skip to content

DKK to KRW exchange rate API

Danish Krone to Won · quoted 2026-09-25

208.1013

▼ +10.77% over 6M

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 6 months, DKK/KRW traded between 208.1013 and 241.4837, averaged 227.1071 and fell 10.77%. 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 6M

DKK/KRW over 6M: show the values
PointDKK/KRW
2026-03-29233.2134
2026-04-05233.6479
2026-04-12233.1297
2026-04-19230.9593
2026-04-26232.1489
2026-05-03231.7717
2026-05-10231.0732
2026-05-17233.6891
2026-05-24237.0989
2026-05-31235.9848
2026-06-07241.4837
2026-06-14236.5306
2026-06-21235.2975
2026-06-28234.5599
2026-07-05234.4359
2026-07-12229.5753
2026-07-19228.2242
2026-07-26222.9150
2026-08-02223.2483
2026-08-09218.4043
2026-08-16219.0391
2026-08-23217.3649
2026-08-30214.1851
2026-09-06210.1801
2026-09-13211.7685
2026-09-20213.8613

High

241.4837

Low

208.1013

Average

227.1071

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.