DKK to KRW exchange rate API
Danish Krone to Won · quoted 2026-09-25
208.1013
▲ +11.97% over 5Y
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 5 years, DKK/KRW traded between 179.6607 and 237.0989, averaged 202.7602 and rose 11.97%. 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 5Y: show the values
| Point | DKK/KRW |
|---|---|
| 2021-09-27 | 185.8580 |
| 2021-11-08 | 183.9829 |
| 2021-12-20 | 180.6544 |
| 2022-01-31 | 181.2817 |
| 2022-03-14 | 182.4837 |
| 2022-04-27 | 180.3494 |
| 2022-06-08 | 181.3971 |
| 2022-07-20 | 179.6607 |
| 2022-08-31 | 180.5529 |
| 2022-10-12 | 186.1127 |
| 2022-11-23 | 187.9010 |
| 2023-01-05 | 180.9662 |
| 2023-02-16 | 184.7926 |
| 2023-03-30 | 189.7695 |
| 2023-05-16 | 195.8935 |
| 2023-06-27 | 191.2345 |
| 2023-08-08 | 193.8965 |
| 2023-09-19 | 190.3368 |
| 2023-10-31 | 192.1926 |
| 2023-12-12 | 189.7853 |
| 2024-01-26 | 194.6478 |
| 2024-03-08 | 193.4230 |
| 2024-04-23 | 197.1947 |
| 2024-06-05 | 199.9330 |
| 2024-07-17 | 202.1691 |
| 2024-08-27 | 199.1529 |
| 2024-10-01 | 192.0111 |
| 2024-10-31 | 201.0764 |
| 2024-11-30 | 197.7284 |
| 2024-12-30 | 206.3177 |
| 2025-01-29 | 201.5383 |
| 2025-02-28 | 203.7891 |
| 2025-03-30 | 210.0514 |
| 2025-04-29 | 218.7671 |
| 2025-05-29 | 207.9243 |
| 2025-06-28 | 213.9498 |
| 2025-07-28 | 216.3444 |
| 2025-08-27 | 217.0871 |
| 2025-09-26 | 220.4695 |
| 2025-10-26 | 224.3662 |
| 2025-11-25 | 226.5440 |
| 2025-12-25 | 228.1247 |
| 2026-01-24 | 229.1820 |
| 2026-02-23 | 227.7002 |
| 2026-03-25 | 232.3354 |
| 2026-04-24 | 231.4880 |
| 2026-05-24 | 237.0989 |
| 2026-06-23 | 234.1142 |
| 2026-07-23 | 224.4232 |
| 2026-08-22 | 216.4664 |
| 2026-09-21 | 210.9063 |
High
237.0989
Low
179.6607
Average
202.7602
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.