Skip to content

ETB to LKR exchange rate API

Ethiopian Birr to Sri Lanka Rupee · quoted 2026-09-27

2.0414

▼ +25.21% over 5Y

1 ETB = 2.0414 LKR · 1 LKR = 0.48987 ETB · Get this rate via the API

1 ETB buys 2.0414 LKR as of 2026-09-27, so 1 LKR buys 0.48987 ETB. Over the last 5 years, ETB/LKR traded between 1.9851 and 2.7296, averaged 2.1630 and fell 25.21%. The API holds daily ETB/LKR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ETB/LKR over 5Y

ETB/LKR over 5Y: show the values
PointETB/LKR
2024-08-242.7296
2024-10-072.4316
2024-11-062.3898
2024-12-062.2841
2025-01-052.2652
2025-02-042.3056
2025-03-062.2748
2025-04-062.2406
2025-05-062.2008
2025-06-072.2256
2025-07-072.1847
2025-08-062.1747
2025-09-052.0764
2025-10-062.0509
2025-11-051.9975
2025-12-051.9851
2026-01-051.9922
2026-02-041.9949
2026-03-062.0097
2026-04-052.0166
2026-05-052.0409
2026-06-062.1196
2026-07-082.0965
2026-08-072.0833
2026-09-072.0253

High

2.7296

Low

1.9851

Average

2.1630

For developers

Get this rate via the API

One GET request returns the ETB/LKR 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=ETB&currencies=LKR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ETB&currencies=LKR");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ETB&currencies=LKR").json()

Replace YOUR_API_KEY with the key from your dashboard.

ETB/LKR API questions

How do I get the ETB/LKR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ETB&currencies=LKR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ETB/LKR rate in rates.LKR.

How far back does ETB/LKR historical data go?

Daily ETB/LKR 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 ETB/LKR 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.