LSL to ETB exchange rate API
Loti to Ethiopian Birr · quoted 2026-09-27
9.9473
▲ +19.95% over 1Y
1 LSL = 9.9473 ETB · 1 ETB = 0.10053 LSL · Get this rate via the API
1 LSL buys 9.9473 ETB as of 2026-09-27, so 1 ETB buys 0.10053 LSL. Over the last year, LSL/ETB traded between 8.2927 and 10.2033, averaged 9.4570 and rose 19.95%. The API holds daily LSL/ETB rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
LSL/ETB over 1Y: show the values
| Point | LSL/ETB |
|---|---|
| 2025-09-27 | 8.2927 |
| 2025-10-04 | 8.3867 |
| 2025-10-11 | 8.4046 |
| 2025-10-18 | 8.5147 |
| 2025-10-25 | 8.7456 |
| 2025-11-01 | 8.8529 |
| 2025-11-08 | 8.9179 |
| 2025-11-15 | 8.9907 |
| 2025-11-22 | 8.8806 |
| 2025-11-29 | 8.9818 |
| 2025-12-06 | 9.1725 |
| 2025-12-14 | 9.2324 |
| 2025-12-21 | 9.2593 |
| 2025-12-28 | 9.3386 |
| 2026-01-04 | 9.4154 |
| 2026-01-11 | 9.4072 |
| 2026-01-18 | 9.4827 |
| 2026-01-25 | 9.6659 |
| 2026-02-01 | 9.6153 |
| 2026-02-08 | 9.6721 |
| 2026-02-15 | 9.7484 |
| 2026-02-22 | 9.6937 |
| 2026-03-01 | 9.8211 |
| 2026-03-08 | 9.4278 |
| 2026-03-15 | 9.2686 |
| 2026-03-22 | 9.2530 |
| 2026-03-29 | 9.1621 |
| 2026-04-05 | 9.2119 |
| 2026-04-12 | 9.5640 |
| 2026-04-19 | 9.5264 |
| 2026-04-26 | 9.2968 |
| 2026-05-03 | 9.4236 |
| 2026-05-10 | 9.5176 |
| 2026-05-18 | 9.4262 |
| 2026-05-26 | 9.8400 |
| 2026-06-02 | 9.7083 |
| 2026-06-11 | 9.7214 |
| 2026-06-18 | 9.8627 |
| 2026-06-25 | 9.7060 |
| 2026-07-02 | 9.7032 |
| 2026-07-09 | 9.8067 |
| 2026-07-16 | 9.8218 |
| 2026-07-23 | 9.8367 |
| 2026-07-30 | 9.6369 |
| 2026-08-06 | 9.8597 |
| 2026-08-13 | 10.0041 |
| 2026-08-21 | 10.1208 |
| 2026-08-28 | 10.2033 |
| 2026-09-04 | 10.0964 |
| 2026-09-11 | 9.9384 |
| 2026-09-18 | 9.9122 |
| 2026-09-25 | 9.9257 |
High
10.2033
Low
8.2927
Average
9.4570
Get this rate via the API
One GET request returns the LSL/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=LSL¤cies=ETB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LSL¤cies=ETB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LSL¤cies=ETB").json()Replace YOUR_API_KEY with the key from your dashboard.
LSL/ETB API questions
How do I get the LSL/ETB exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LSL¤cies=ETB, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest LSL/ETB rate in rates.ETB.
How far back does LSL/ETB historical data go?
Daily LSL/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 LSL/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.