Skip to content

SEK to ETB exchange rate API

Swedish Krona to Ethiopian Birr · quoted 2026-09-27

16.3091

▼ +3.49% over YTD

1 SEK = 16.3091 ETB · 1 ETB = 0.06132 SEK · Get this rate via the API

1 SEK buys 16.3091 ETB as of 2026-09-27, so 1 ETB buys 0.06132 SEK. Over the year to date, SEK/ETB traded between 16.3007 and 17.4981, averaged 16.9104 and fell 3.49%. The API holds daily SEK/ETB rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SEK/ETB over YTD

SEK/ETB over YTD: show the values
PointSEK/ETB
2025-12-3116.8990
2026-01-0716.8777
2026-01-1416.9168
2026-01-2117.1802
2026-01-2817.4981
2026-02-0417.3697
2026-02-1117.4975
2026-02-1817.3339
2026-02-2517.1026
2026-03-0416.9270
2026-03-1116.9429
2026-03-1816.6711
2026-03-2516.8350
2026-04-0116.7336
2026-04-0817.0986
2026-04-1516.9612
2026-04-2217.0228
2026-04-2916.9940
2026-05-0617.0510
2026-05-1416.8828
2026-05-2116.8574
2026-05-2917.3211
2026-06-0517.2347
2026-06-1416.9097
2026-06-2116.6216
2026-06-2816.3007
2026-07-0516.5629
2026-07-1216.4665
2026-07-1916.7093
2026-07-2616.4968
2026-08-0216.7573
2026-08-0916.9086
2026-08-1617.0057
2026-08-2417.0499
2026-08-3117.1356
2026-09-0716.9087
2026-09-1416.5218
2026-09-2116.6329

High

17.4981

Low

16.3007

Average

16.9104

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SEK/ETB API questions

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

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

How far back does SEK/ETB historical data go?

Daily SEK/ETB rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free SEK/ETB 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.