Skip to content

LSL to ETB exchange rate API

Loti to Ethiopian Birr · quoted 2026-09-27

9.9473

▲ +60.48% over 5Y

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 5 years, LSL/ETB traded between 6.1983 and 10.1593, averaged 8.2826 and rose 60.48%. 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 5Y

LSL/ETB over 5Y: show the values
PointLSL/ETB
2024-08-246.1983
2024-10-076.8914
2024-11-066.8683
2024-12-066.9332
2025-01-056.8298
2025-02-046.7978
2025-03-066.9986
2025-04-066.8563
2025-05-067.3131
2025-06-077.5598
2025-07-077.6935
2025-08-067.6078
2025-09-058.0557
2025-10-068.3961
2025-11-058.6963
2025-12-059.1617
2026-01-059.4268
2026-02-049.7483
2026-03-069.3576
2026-04-059.2119
2026-05-059.3332
2026-06-069.5868
2026-07-089.8521
2026-08-079.8655
2026-09-0710.1593

High

10.1593

Low

6.1983

Average

8.2826

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.