DKK to KRW exchange rate API
Danish Krone to Won · quoted 2026-09-25
208.1013
▼ +10.77% over 6M
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 6 months, DKK/KRW traded between 208.1013 and 241.4837, averaged 227.1071 and fell 10.77%. 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 6M: show the values
| Point | DKK/KRW |
|---|---|
| 2026-03-29 | 233.2134 |
| 2026-04-05 | 233.6479 |
| 2026-04-12 | 233.1297 |
| 2026-04-19 | 230.9593 |
| 2026-04-26 | 232.1489 |
| 2026-05-03 | 231.7717 |
| 2026-05-10 | 231.0732 |
| 2026-05-17 | 233.6891 |
| 2026-05-24 | 237.0989 |
| 2026-05-31 | 235.9848 |
| 2026-06-07 | 241.4837 |
| 2026-06-14 | 236.5306 |
| 2026-06-21 | 235.2975 |
| 2026-06-28 | 234.5599 |
| 2026-07-05 | 234.4359 |
| 2026-07-12 | 229.5753 |
| 2026-07-19 | 228.2242 |
| 2026-07-26 | 222.9150 |
| 2026-08-02 | 223.2483 |
| 2026-08-09 | 218.4043 |
| 2026-08-16 | 219.0391 |
| 2026-08-23 | 217.3649 |
| 2026-08-30 | 214.1851 |
| 2026-09-06 | 210.1801 |
| 2026-09-13 | 211.7685 |
| 2026-09-20 | 213.8613 |
High
241.4837
Low
208.1013
Average
227.1071
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.