Skip to content

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

SEK/DKK over 30D: show the values
PointSEK/DKK
2026-08-250.67547
2026-08-260.67479
2026-08-270.67440
2026-08-280.67410
2026-08-290.67177
2026-08-300.67161
2026-08-310.67283
2026-09-010.67253
2026-09-020.66995
2026-09-030.67190
2026-09-040.67337
2026-09-050.67253
2026-09-060.67251
2026-09-070.66965
2026-09-080.67026
2026-09-090.67041
2026-09-100.66745
2026-09-110.66518
2026-09-120.66466
2026-09-130.66548
2026-09-140.66265
2026-09-150.66305
2026-09-160.66228
2026-09-170.66320
2026-09-180.66204
2026-09-190.66202
2026-09-200.66270
2026-09-210.66302
2026-09-220.66472
2026-09-230.66320
2026-09-240.66364

High

0.67547

Low

0.66202

Average

0.66799

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SEK&currencies=DKK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SEK&currencies=DKK");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SEK&currencies=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&currencies=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.