Skip to content

DKK to KRW exchange rate API

Danish Krone to Won · quoted 2026-09-25

208.1013

▼ +8.41% over YTD

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 year to date, DKK/KRW traded between 208.1013 and 237.9066, averaged 226.8568 and fell 8.41%. 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 YTD

DKK/KRW over YTD: show the values
PointDKK/KRW
2025-12-31227.2008
2026-01-07226.3593
2026-01-14230.0497
2026-01-21230.1480
2026-01-28229.1378
2026-02-04230.4314
2026-02-11232.7535
2026-02-18229.2288
2026-02-25225.2138
2026-03-04228.3799
2026-03-11228.9462
2026-03-18231.4079
2026-03-25232.3354
2026-04-01233.6978
2026-04-08230.9349
2026-04-15232.8409
2026-04-22232.0466
2026-04-29231.5883
2026-05-06227.9371
2026-05-13233.3311
2026-05-20233.6764
2026-05-27233.5466
2026-06-03237.9066
2026-06-10235.3495
2026-06-17235.2473
2026-06-24234.5863
2026-07-01237.2828
2026-07-08230.2151
2026-07-15227.6761
2026-07-22225.9026
2026-07-29221.1123
2026-08-05220.0541
2026-08-12218.8502
2026-08-19216.0021
2026-08-26215.9517
2026-09-02211.0462
2026-09-09208.2919
2026-09-16211.0936
2026-09-23208.4114

High

237.9066

Low

208.1013

Average

226.8568

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.