Skip to content

ETB to SEK exchange rate API

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

0.06122

▼ +6.10% over 1Y

1 ETB = 0.06122 SEK · 1 SEK = 16.3348 ETB · Get this rate via the API

1 ETB buys 0.06122 SEK as of 2026-09-27, so 1 SEK buys 16.3348 ETB. Over the last year, ETB/SEK traded between 0.05739 and 0.06520, averaged 0.06005 and fell 6.10%. The API holds daily ETB/SEK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ETB/SEK over 1Y

ETB/SEK over 1Y: show the values
PointETB/SEK
2025-09-270.06520
2025-10-040.06487
2025-10-110.06466
2025-10-180.06377
2025-10-250.06201
2025-11-010.06180
2025-11-080.06176
2025-11-150.06150
2025-11-220.06187
2025-11-290.06149
2025-12-060.06052
2025-12-140.05961
2025-12-210.05967
2025-12-280.05885
2026-01-040.05941
2026-01-110.05927
2026-01-180.05935
2026-01-250.05742
2026-02-010.05739
2026-02-080.05821
2026-02-150.05740
2026-02-220.05826
2026-03-010.05796
2026-03-080.05911
2026-03-150.06047
2026-03-220.05943
2026-03-290.06045
2026-04-050.06057
2026-04-120.05945
2026-04-190.05869
2026-04-260.05983
2026-05-030.05865
2026-05-100.05925
2026-05-180.06007
2026-05-260.05789
2026-06-020.05878
2026-06-110.05928
2026-06-180.05955
2026-06-250.06075
2026-07-020.06106
2026-07-090.06020
2026-07-160.05990
2026-07-230.06051
2026-07-300.05981
2026-08-060.05880
2026-08-130.05920
2026-08-210.05802
2026-08-280.05836
2026-09-040.05918
2026-09-110.06014
2026-09-180.06121
2026-09-250.06072

High

0.06520

Low

0.05739

Average

0.06005

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

ETB/SEK API questions

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

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

How far back does ETB/SEK historical data go?

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