Skip to content

ETB to LKR exchange rate API

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

2.0414

▼ +2.31% over 1Y

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 year, ETB/LKR traded between 1.9746 and 2.1150, averaged 2.0323 and fell 2.31%. 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 1Y

ETB/LKR over 1Y: show the values
PointETB/LKR
2025-09-272.0896
2025-10-042.0941
2025-10-112.0515
2025-10-182.0514
2025-10-252.0030
2025-11-011.9843
2025-11-081.9746
2025-11-151.9951
2025-11-221.9942
2025-11-292.0020
2025-12-061.9854
2025-12-141.9869
2025-12-211.9911
2025-12-281.9889
2026-01-041.9957
2026-01-111.9935
2026-01-181.9943
2026-01-251.9933
2026-02-011.9938
2026-02-081.9985
2026-02-151.9925
2026-02-221.9931
2026-03-011.9832
2026-03-081.9943
2026-03-151.9889
2026-03-221.9850
2026-03-292.0101
2026-04-052.0166
2026-04-122.0147
2026-04-192.0252
2026-04-262.0630
2026-05-032.0369
2026-05-102.0660
2026-05-182.1062
2026-05-262.0185
2026-06-022.1004
2026-06-112.0724
2026-06-182.0767
2026-06-252.1005
2026-07-022.1150
2026-07-092.0916
2026-07-162.0975
2026-07-232.0926
2026-07-302.0983
2026-08-062.0889
2026-08-132.0705
2026-08-212.0270
2026-08-282.0151
2026-09-042.0378
2026-09-112.0434
2026-09-182.0609
2026-09-252.0294

High

2.1150

Low

1.9746

Average

2.0323

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.