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: show the values
| Point | DKK/KRW |
|---|---|
| 2025-12-31 | 227.2008 |
| 2026-01-07 | 226.3593 |
| 2026-01-14 | 230.0497 |
| 2026-01-21 | 230.1480 |
| 2026-01-28 | 229.1378 |
| 2026-02-04 | 230.4314 |
| 2026-02-11 | 232.7535 |
| 2026-02-18 | 229.2288 |
| 2026-02-25 | 225.2138 |
| 2026-03-04 | 228.3799 |
| 2026-03-11 | 228.9462 |
| 2026-03-18 | 231.4079 |
| 2026-03-25 | 232.3354 |
| 2026-04-01 | 233.6978 |
| 2026-04-08 | 230.9349 |
| 2026-04-15 | 232.8409 |
| 2026-04-22 | 232.0466 |
| 2026-04-29 | 231.5883 |
| 2026-05-06 | 227.9371 |
| 2026-05-13 | 233.3311 |
| 2026-05-20 | 233.6764 |
| 2026-05-27 | 233.5466 |
| 2026-06-03 | 237.9066 |
| 2026-06-10 | 235.3495 |
| 2026-06-17 | 235.2473 |
| 2026-06-24 | 234.5863 |
| 2026-07-01 | 237.2828 |
| 2026-07-08 | 230.2151 |
| 2026-07-15 | 227.6761 |
| 2026-07-22 | 225.9026 |
| 2026-07-29 | 221.1123 |
| 2026-08-05 | 220.0541 |
| 2026-08-12 | 218.8502 |
| 2026-08-19 | 216.0021 |
| 2026-08-26 | 215.9517 |
| 2026-09-02 | 211.0462 |
| 2026-09-09 | 208.2919 |
| 2026-09-16 | 211.0936 |
| 2026-09-23 | 208.4114 |
High
237.9066
Low
208.1013
Average
226.8568
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DKK¤cies=KRW"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DKK¤cies=KRW");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DKK¤cies=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¤cies=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.