Skip to content

DKK to KRW exchange rate API

Danish Krone to Won · quoted 2026-09-25

208.1013

▼ +3.64% over 30D

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 30 days, DKK/KRW traded between 206.6966 and 215.9517, averaged 210.7301 and fell 3.64%. 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 30D

DKK/KRW over 30D: show the values
PointDKK/KRW
2026-08-26215.9517
2026-08-27215.0521
2026-08-28214.1048
2026-08-29213.2640
2026-08-30214.1851
2026-08-31212.2206
2026-09-01213.1388
2026-09-02211.0462
2026-09-03210.9130
2026-09-04209.9589
2026-09-05209.0724
2026-09-06210.1801
2026-09-07209.5845
2026-09-08208.4631
2026-09-09208.2919
2026-09-10208.8213
2026-09-11208.2410
2026-09-12207.9913
2026-09-13211.7685
2026-09-14208.0238
2026-09-15209.8031
2026-09-16211.0936
2026-09-17212.3406
2026-09-18212.7993
2026-09-19213.0245
2026-09-20213.8613
2026-09-21210.9063
2026-09-22207.9499
2026-09-23208.4114
2026-09-24208.1024
2026-09-25206.6966

High

215.9517

Low

206.6966

Average

210.7301

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.