Skip to content

LKR to ETB exchange rate API

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

0.49040

▼ +0.08% over 1Y

1 LKR = 0.49040 ETB · 1 ETB = 2.0392 LKR · Get this rate via the API

1 LKR buys 0.49040 ETB as of 2026-09-24, so 1 ETB buys 2.0392 LKR. Over the last year, LKR/ETB traded between 0.47178 and 0.50388, averaged 0.49121 and fell 0.08%. The API holds daily LKR/ETB rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

LKR/ETB over 1Y

LKR/ETB over 1Y: show the values
PointLKR/ETB
2025-09-240.49078
2025-10-010.48734
2025-10-080.48005
2025-10-150.48248
2025-10-220.49364
2025-10-290.49655
2025-11-050.50062
2025-11-120.50388
2025-11-190.50324
2025-11-260.49779
2025-12-030.49964
2025-12-110.50035
2025-12-180.50101
2025-12-250.50272
2026-01-010.50126
2026-01-080.50126
2026-01-150.50228
2026-01-220.50233
2026-01-290.50098
2026-02-050.49957
2026-02-120.50165
2026-02-190.49732
2026-02-260.50034
2026-03-050.49853
2026-03-120.49886
2026-03-190.50350
2026-03-260.49788
2026-04-020.49455
2026-04-090.49255
2026-04-160.49236
2026-04-230.49716
2026-04-300.49021
2026-05-070.48666
2026-05-150.48017
2026-05-230.47765
2026-05-300.48074
2026-06-060.47178
2026-06-150.47380
2026-06-220.47268
2026-06-290.47913
2026-07-060.47633
2026-07-130.47812
2026-07-200.47823
2026-07-270.47838
2026-08-030.47353
2026-08-100.47880
2026-08-170.48480
2026-08-250.49411
2026-09-010.49281
2026-09-080.49223
2026-09-150.48874
2026-09-220.49237

High

0.50388

Low

0.47178

Average

0.49121

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

LKR/ETB API questions

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

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

How far back does LKR/ETB historical data go?

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