EUR to SEK exchange rate API
Euro to Swedish Krona · quoted 2026-09-24
11.2530
▲ +1.98% over 1Y
1 EUR = 11.2530 SEK · 1 SEK = 0.08887 EUR · Get this rate via the API
1 EUR buys 11.2530 SEK as of 2026-09-24, so 1 SEK buys 0.08887 EUR. Over the last year, EUR/SEK traded between 10.5572 and 11.2875, averaged 10.9102 and rose 1.98%. 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 1Y: show the values
| Point | EUR/SEK |
|---|---|
| 2025-09-24 | 11.0350 |
| 2025-10-01 | 11.0355 |
| 2025-10-08 | 10.9635 |
| 2025-10-15 | 11.0195 |
| 2025-10-22 | 10.9160 |
| 2025-10-29 | 10.8960 |
| 2025-11-05 | 11.0175 |
| 2025-11-12 | 10.9395 |
| 2025-11-19 | 10.9920 |
| 2025-11-26 | 11.0345 |
| 2025-12-03 | 10.9550 |
| 2025-12-10 | 10.8580 |
| 2025-12-17 | 10.9360 |
| 2025-12-24 | 10.8055 |
| 2025-12-31 | 10.8215 |
| 2026-01-07 | 10.7365 |
| 2026-01-14 | 10.7230 |
| 2026-01-21 | 10.6610 |
| 2026-01-28 | 10.5885 |
| 2026-02-04 | 10.5770 |
| 2026-02-11 | 10.5572 |
| 2026-02-18 | 10.6160 |
| 2026-02-25 | 10.6765 |
| 2026-03-04 | 10.6785 |
| 2026-03-11 | 10.6543 |
| 2026-03-18 | 10.7778 |
| 2026-03-25 | 10.7715 |
| 2026-04-01 | 10.8880 |
| 2026-04-08 | 10.7840 |
| 2026-04-15 | 10.8500 |
| 2026-04-22 | 10.7760 |
| 2026-04-29 | 10.8405 |
| 2026-05-06 | 10.8335 |
| 2026-05-13 | 10.9150 |
| 2026-05-20 | 10.8775 |
| 2026-05-27 | 10.7895 |
| 2026-06-03 | 10.8840 |
| 2026-06-10 | 10.9655 |
| 2026-06-17 | 10.8910 |
| 2026-06-24 | 11.0850 |
| 2026-07-01 | 11.0955 |
| 2026-07-08 | 11.0565 |
| 2026-07-15 | 11.0473 |
| 2026-07-22 | 11.0775 |
| 2026-07-29 | 11.0530 |
| 2026-08-05 | 10.9635 |
| 2026-08-12 | 10.9965 |
| 2026-08-19 | 11.0385 |
| 2026-08-26 | 11.0785 |
| 2026-09-02 | 11.1575 |
| 2026-09-09 | 11.1495 |
| 2026-09-16 | 11.2875 |
| 2026-09-23 | 11.2720 |
High
11.2875
Low
10.5572
Average
10.9102
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=SEK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=SEK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=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¤cies=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.