Skip to content

LSL to ETB exchange rate API

Loti to Ethiopian Birr · quoted 2026-09-27

9.9473

▲ +6.09% over YTD

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 year to date, LSL/ETB traded between 9.2410 and 10.1593, averaged 9.6870 and rose 6.09%. 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 YTD

LSL/ETB over YTD: show the values
PointLSL/ETB
2025-12-319.3761
2026-01-079.4837
2026-01-149.5122
2026-01-219.5133
2026-01-289.7280
2026-02-049.7483
2026-02-119.7675
2026-02-189.6993
2026-02-259.7176
2026-03-049.3881
2026-03-119.5824
2026-03-189.3667
2026-03-259.2410
2026-04-019.3018
2026-04-089.5454
2026-04-159.5351
2026-04-229.5429
2026-04-299.5177
2026-05-069.4039
2026-05-149.5890
2026-05-219.5652
2026-05-299.8671
2026-06-059.8531
2026-06-149.7727
2026-06-219.6868
2026-06-289.6330
2026-07-059.8462
2026-07-129.7583
2026-07-199.7772
2026-07-269.5098
2026-08-029.6294
2026-08-099.9255
2026-08-1610.0124
2026-08-2410.1160
2026-08-3110.1513
2026-09-0710.1593
2026-09-149.9640
2026-09-2110.0593

High

10.1593

Low

9.2410

Average

9.6870

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.