ETB to LKR exchange rate API
Ethiopian Birr to Sri Lanka Rupee · quoted 2026-09-27
2.0414
▲ +2.46% over YTD
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 year to date, ETB/LKR traded between 1.9894 and 2.1667, averaged 2.0431 and rose 2.46%. 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 YTD: show the values
| Point | ETB/LKR |
|---|---|
| 2025-12-31 | 1.9924 |
| 2026-01-07 | 2.0035 |
| 2026-01-14 | 1.9906 |
| 2026-01-21 | 1.9894 |
| 2026-01-28 | 2.0054 |
| 2026-02-04 | 1.9949 |
| 2026-02-11 | 1.9970 |
| 2026-02-18 | 1.9959 |
| 2026-02-25 | 2.0013 |
| 2026-03-04 | 2.0032 |
| 2026-03-11 | 1.9988 |
| 2026-03-18 | 1.9968 |
| 2026-03-25 | 2.0118 |
| 2026-04-01 | 2.0128 |
| 2026-04-08 | 2.0050 |
| 2026-04-15 | 2.0246 |
| 2026-04-22 | 2.0303 |
| 2026-04-29 | 2.0337 |
| 2026-05-06 | 2.0434 |
| 2026-05-14 | 2.0684 |
| 2026-05-21 | 2.1667 |
| 2026-05-29 | 2.0588 |
| 2026-06-05 | 2.0909 |
| 2026-06-14 | 2.1076 |
| 2026-06-21 | 2.0958 |
| 2026-06-28 | 2.1219 |
| 2026-07-05 | 2.1008 |
| 2026-07-12 | 2.1085 |
| 2026-07-19 | 2.0851 |
| 2026-07-26 | 2.1023 |
| 2026-08-02 | 2.1104 |
| 2026-08-09 | 2.0970 |
| 2026-08-16 | 2.0579 |
| 2026-08-24 | 2.0366 |
| 2026-08-31 | 2.0025 |
| 2026-09-07 | 2.0253 |
| 2026-09-14 | 2.0411 |
| 2026-09-21 | 2.0308 |
High
2.1667
Low
1.9894
Average
2.0431
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ETB¤cies=LKR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ETB¤cies=LKR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ETB¤cies=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¤cies=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.