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: show the values
| Point | SEK/ETB |
|---|---|
| 2025-09-27 | 15.3384 |
| 2025-10-04 | 15.4147 |
| 2025-10-11 | 15.4665 |
| 2025-10-18 | 15.6801 |
| 2025-10-25 | 16.1271 |
| 2025-11-01 | 16.1803 |
| 2025-11-08 | 16.1913 |
| 2025-11-15 | 16.2598 |
| 2025-11-22 | 16.1638 |
| 2025-11-29 | 16.2624 |
| 2025-12-06 | 16.5230 |
| 2025-12-14 | 16.7758 |
| 2025-12-21 | 16.7587 |
| 2025-12-28 | 16.9937 |
| 2026-01-04 | 16.8331 |
| 2026-01-11 | 16.8727 |
| 2026-01-18 | 16.8497 |
| 2026-01-25 | 17.4146 |
| 2026-02-01 | 17.4248 |
| 2026-02-08 | 17.1802 |
| 2026-02-15 | 17.4205 |
| 2026-02-22 | 17.1645 |
| 2026-03-01 | 17.2542 |
| 2026-03-08 | 16.9174 |
| 2026-03-15 | 16.5365 |
| 2026-03-22 | 16.8274 |
| 2026-03-29 | 16.5435 |
| 2026-04-05 | 16.5102 |
| 2026-04-12 | 16.8204 |
| 2026-04-19 | 17.0371 |
| 2026-04-26 | 16.7131 |
| 2026-05-03 | 17.0504 |
| 2026-05-10 | 16.8777 |
| 2026-05-18 | 16.6473 |
| 2026-05-26 | 17.2740 |
| 2026-06-02 | 17.0133 |
| 2026-06-11 | 16.8685 |
| 2026-06-18 | 16.7930 |
| 2026-06-25 | 16.4603 |
| 2026-07-02 | 16.3769 |
| 2026-07-09 | 16.6117 |
| 2026-07-16 | 16.6947 |
| 2026-07-23 | 16.5264 |
| 2026-07-30 | 16.7189 |
| 2026-08-06 | 17.0079 |
| 2026-08-13 | 16.8929 |
| 2026-08-21 | 17.2354 |
| 2026-08-28 | 17.1343 |
| 2026-09-04 | 16.8984 |
| 2026-09-11 | 16.6277 |
| 2026-09-18 | 16.3377 |
| 2026-09-25 | 16.4684 |
High
17.4248
Low
15.3384
Average
16.6657
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.