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: show the values
| Point | SEK/ETB |
|---|---|
| 2025-12-31 | 16.8990 |
| 2026-01-07 | 16.8777 |
| 2026-01-14 | 16.9168 |
| 2026-01-21 | 17.1802 |
| 2026-01-28 | 17.4981 |
| 2026-02-04 | 17.3697 |
| 2026-02-11 | 17.4975 |
| 2026-02-18 | 17.3339 |
| 2026-02-25 | 17.1026 |
| 2026-03-04 | 16.9270 |
| 2026-03-11 | 16.9429 |
| 2026-03-18 | 16.6711 |
| 2026-03-25 | 16.8350 |
| 2026-04-01 | 16.7336 |
| 2026-04-08 | 17.0986 |
| 2026-04-15 | 16.9612 |
| 2026-04-22 | 17.0228 |
| 2026-04-29 | 16.9940 |
| 2026-05-06 | 17.0510 |
| 2026-05-14 | 16.8828 |
| 2026-05-21 | 16.8574 |
| 2026-05-29 | 17.3211 |
| 2026-06-05 | 17.2347 |
| 2026-06-14 | 16.9097 |
| 2026-06-21 | 16.6216 |
| 2026-06-28 | 16.3007 |
| 2026-07-05 | 16.5629 |
| 2026-07-12 | 16.4665 |
| 2026-07-19 | 16.7093 |
| 2026-07-26 | 16.4968 |
| 2026-08-02 | 16.7573 |
| 2026-08-09 | 16.9086 |
| 2026-08-16 | 17.0057 |
| 2026-08-24 | 17.0499 |
| 2026-08-31 | 17.1356 |
| 2026-09-07 | 16.9087 |
| 2026-09-14 | 16.5218 |
| 2026-09-21 | 16.6329 |
High
17.4981
Low
16.3007
Average
16.9104
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SEK¤cies=ETB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SEK¤cies=ETB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SEK¤cies=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¤cies=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.