Skip to content

ETB to LKR exchange rate API

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

2.0414

▲ +0.45% over 6M

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 6 months, ETB/LKR traded between 2.0141 and 2.1379, averaged 2.0668 and rose 0.45%. 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 6M

ETB/LKR over 6M: show the values
PointETB/LKR
2026-03-312.0323
2026-04-072.0180
2026-04-142.0141
2026-04-212.0412
2026-04-282.0404
2026-05-052.0409
2026-05-122.0632
2026-05-202.1379
2026-05-282.0618
2026-06-042.0853
2026-06-132.1061
2026-06-202.0915
2026-06-272.1154
2026-07-042.0984
2026-07-112.1059
2026-07-182.0820
2026-07-252.1013
2026-08-012.1007
2026-08-082.0937
2026-08-152.0572
2026-08-232.0464
2026-08-302.0459
2026-09-062.0401
2026-09-132.0405
2026-09-202.0621
2026-09-272.0393

High

2.1379

Low

2.0141

Average

2.0668

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.