Skip to content

DKK to KRW exchange rate API

Danish Krone to Won · quoted 2026-09-25

208.1013

▼ +2.21% over 7D

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 7 days, DKK/KRW traded between 206.6966 and 213.8613, averaged 209.9837 and fell 2.21%. 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 7D

DKK/KRW over 7D: show the values
PointDKK/KRW
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

213.8613

Low

206.6966

Average

209.9837

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.