SEK to DKK exchange rate API
Swedish Krona to Danish Krone · quoted 2026-09-24
0.66237
▼ +1.94% over 30D
1 SEK = 0.66237 DKK · 1 DKK = 1.5097 SEK · Get this rate via the API
1 SEK buys 0.66237 DKK as of 2026-09-24, so 1 DKK buys 1.5097 SEK. Over the last 30 days, SEK/DKK traded between 0.66202 and 0.67547, averaged 0.66799 and fell 1.94%. The API holds daily SEK/DKK rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.
SEK/DKK over 30D: show the values
| Point | SEK/DKK |
|---|---|
| 2026-08-25 | 0.67547 |
| 2026-08-26 | 0.67479 |
| 2026-08-27 | 0.67440 |
| 2026-08-28 | 0.67410 |
| 2026-08-29 | 0.67177 |
| 2026-08-30 | 0.67161 |
| 2026-08-31 | 0.67283 |
| 2026-09-01 | 0.67253 |
| 2026-09-02 | 0.66995 |
| 2026-09-03 | 0.67190 |
| 2026-09-04 | 0.67337 |
| 2026-09-05 | 0.67253 |
| 2026-09-06 | 0.67251 |
| 2026-09-07 | 0.66965 |
| 2026-09-08 | 0.67026 |
| 2026-09-09 | 0.67041 |
| 2026-09-10 | 0.66745 |
| 2026-09-11 | 0.66518 |
| 2026-09-12 | 0.66466 |
| 2026-09-13 | 0.66548 |
| 2026-09-14 | 0.66265 |
| 2026-09-15 | 0.66305 |
| 2026-09-16 | 0.66228 |
| 2026-09-17 | 0.66320 |
| 2026-09-18 | 0.66204 |
| 2026-09-19 | 0.66202 |
| 2026-09-20 | 0.66270 |
| 2026-09-21 | 0.66302 |
| 2026-09-22 | 0.66472 |
| 2026-09-23 | 0.66320 |
| 2026-09-24 | 0.66364 |
High
0.67547
Low
0.66202
Average
0.66799
Get this rate via the API
One GET request returns the SEK/DKK 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=SEK¤cies=DKK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SEK¤cies=DKK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SEK¤cies=DKK").json()Replace YOUR_API_KEY with the key from your dashboard.
SEK/DKK API questions
How do I get the SEK/DKK exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SEK¤cies=DKK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SEK/DKK rate in rates.DKK.
How far back does SEK/DKK historical data go?
Daily SEK/DKK 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 SEK/DKK 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.