DKK to KRW exchange rate API
Danish Krone to Won · quoted 2026-09-25
208.1013
▼ +5.75% over 1Y
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 year, DKK/KRW traded between 208.1013 and 238.6677, averaged 226.3981 and fell 5.75%. 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 1Y: show the values
| Point | DKK/KRW |
|---|---|
| 2025-09-25 | 220.8025 |
| 2025-10-02 | 220.6046 |
| 2025-10-09 | 220.6836 |
| 2025-10-16 | 221.1423 |
| 2025-10-23 | 223.5642 |
| 2025-10-30 | 221.9379 |
| 2025-11-06 | 223.2936 |
| 2025-11-13 | 227.7033 |
| 2025-11-20 | 226.5079 |
| 2025-11-27 | 226.8303 |
| 2025-12-04 | 229.8544 |
| 2025-12-11 | 230.7226 |
| 2025-12-18 | 231.7107 |
| 2025-12-25 | 228.1247 |
| 2026-01-01 | 226.8224 |
| 2026-01-08 | 226.9232 |
| 2026-01-15 | 228.4191 |
| 2026-01-22 | 230.0383 |
| 2026-01-29 | 229.3379 |
| 2026-02-05 | 231.5207 |
| 2026-02-12 | 228.5871 |
| 2026-02-19 | 228.0351 |
| 2026-02-26 | 225.4112 |
| 2026-03-05 | 229.4783 |
| 2026-03-12 | 228.8389 |
| 2026-03-19 | 230.9010 |
| 2026-03-26 | 232.6205 |
| 2026-04-02 | 233.9258 |
| 2026-04-09 | 231.3430 |
| 2026-04-16 | 232.7843 |
| 2026-04-23 | 231.4947 |
| 2026-04-30 | 231.3280 |
| 2026-05-07 | 228.4881 |
| 2026-05-14 | 233.5934 |
| 2026-05-21 | 234.1751 |
| 2026-05-28 | 233.6229 |
| 2026-06-04 | 238.6677 |
| 2026-06-11 | 236.0917 |
| 2026-06-18 | 235.9587 |
| 2026-06-25 | 234.1267 |
| 2026-07-02 | 236.2008 |
| 2026-07-09 | 231.3606 |
| 2026-07-16 | 226.9461 |
| 2026-07-23 | 224.4232 |
| 2026-07-30 | 220.1113 |
| 2026-08-06 | 219.7967 |
| 2026-08-13 | 219.1313 |
| 2026-08-20 | 218.1814 |
| 2026-08-27 | 215.0521 |
| 2026-09-03 | 210.9130 |
| 2026-09-10 | 208.8213 |
| 2026-09-17 | 212.3406 |
| 2026-09-24 | 208.1024 |
High
238.6677
Low
208.1013
Average
226.3981
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.