Skip to content

EUR to SEK exchange rate API

Euro to Swedish Krona · quoted 2026-09-24

11.2414

▲ +3.88% over YTD

1 EUR = 11.2414 SEK · 1 SEK = 0.08896 EUR · Get this rate via the API

1 EUR buys 11.2414 SEK as of 2026-09-24, so 1 SEK buys 0.08896 EUR. Over the year to date, EUR/SEK traded between 10.5572 and 11.2875, averaged 10.8933 and rose 3.88%. The API holds daily EUR/SEK rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.

EUR/SEK over YTD

EUR/SEK over YTD: show the values
PointEUR/SEK
2025-12-3110.8215
2026-01-0710.7365
2026-01-1410.7230
2026-01-2110.6610
2026-01-2810.5885
2026-02-0410.5770
2026-02-1110.5572
2026-02-1810.6160
2026-02-2510.6765
2026-03-0410.6785
2026-03-1110.6543
2026-03-1810.7778
2026-03-2510.7715
2026-04-0110.8880
2026-04-0810.7840
2026-04-1510.8500
2026-04-2210.7760
2026-04-2910.8405
2026-05-0610.8335
2026-05-1310.9150
2026-05-2010.8775
2026-05-2710.7895
2026-06-0310.8840
2026-06-1010.9655
2026-06-1710.8910
2026-06-2411.0850
2026-07-0111.0955
2026-07-0811.0565
2026-07-1511.0473
2026-07-2211.0775
2026-07-2911.0530
2026-08-0510.9635
2026-08-1210.9965
2026-08-1911.0385
2026-08-2611.0785
2026-09-0211.1575
2026-09-0911.1495
2026-09-1611.2875
2026-09-2311.2720

High

11.2875

Low

10.5572

Average

10.8933

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR&currencies=SEK").json()

Replace YOUR_API_KEY with the key from your dashboard.

EUR/SEK API questions

How do I get the EUR/SEK exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR&currencies=SEK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest EUR/SEK rate in rates.SEK.

How far back does EUR/SEK historical data go?

Daily EUR/SEK 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 EUR/SEK 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.