Skip to content

SEK to ETB exchange rate API

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

16.3091

▲ +6.33% over 1Y

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 last year, SEK/ETB traded between 15.3384 and 17.4248, averaged 16.6657 and rose 6.33%. 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 1Y

SEK/ETB over 1Y: show the values
PointSEK/ETB
2025-09-2715.3384
2025-10-0415.4147
2025-10-1115.4665
2025-10-1815.6801
2025-10-2516.1271
2025-11-0116.1803
2025-11-0816.1913
2025-11-1516.2598
2025-11-2216.1638
2025-11-2916.2624
2025-12-0616.5230
2025-12-1416.7758
2025-12-2116.7587
2025-12-2816.9937
2026-01-0416.8331
2026-01-1116.8727
2026-01-1816.8497
2026-01-2517.4146
2026-02-0117.4248
2026-02-0817.1802
2026-02-1517.4205
2026-02-2217.1645
2026-03-0117.2542
2026-03-0816.9174
2026-03-1516.5365
2026-03-2216.8274
2026-03-2916.5435
2026-04-0516.5102
2026-04-1216.8204
2026-04-1917.0371
2026-04-2616.7131
2026-05-0317.0504
2026-05-1016.8777
2026-05-1816.6473
2026-05-2617.2740
2026-06-0217.0133
2026-06-1116.8685
2026-06-1816.7930
2026-06-2516.4603
2026-07-0216.3769
2026-07-0916.6117
2026-07-1616.6947
2026-07-2316.5264
2026-07-3016.7189
2026-08-0617.0079
2026-08-1316.8929
2026-08-2117.2354
2026-08-2817.1343
2026-09-0416.8984
2026-09-1116.6277
2026-09-1816.3377
2026-09-2516.4684

High

17.4248

Low

15.3384

Average

16.6657

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.