Skip to content

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

LSL/ETB over 1Y: show the values
PointLSL/ETB
2025-09-278.2927
2025-10-048.3867
2025-10-118.4046
2025-10-188.5147
2025-10-258.7456
2025-11-018.8529
2025-11-088.9179
2025-11-158.9907
2025-11-228.8806
2025-11-298.9818
2025-12-069.1725
2025-12-149.2324
2025-12-219.2593
2025-12-289.3386
2026-01-049.4154
2026-01-119.4072
2026-01-189.4827
2026-01-259.6659
2026-02-019.6153
2026-02-089.6721
2026-02-159.7484
2026-02-229.6937
2026-03-019.8211
2026-03-089.4278
2026-03-159.2686
2026-03-229.2530
2026-03-299.1621
2026-04-059.2119
2026-04-129.5640
2026-04-199.5264
2026-04-269.2968
2026-05-039.4236
2026-05-109.5176
2026-05-189.4262
2026-05-269.8400
2026-06-029.7083
2026-06-119.7214
2026-06-189.8627
2026-06-259.7060
2026-07-029.7032
2026-07-099.8067
2026-07-169.8218
2026-07-239.8367
2026-07-309.6369
2026-08-069.8597
2026-08-1310.0041
2026-08-2110.1208
2026-08-2810.2033
2026-09-0410.0964
2026-09-119.9384
2026-09-189.9122
2026-09-259.9257

High

10.2033

Low

8.2927

Average

9.4570

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LSL&currencies=ETB"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LSL&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=LSL&currencies=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&currencies=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.