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: show the values
| Point | ETB/LKR |
|---|---|
| 2025-09-27 | 2.0896 |
| 2025-10-04 | 2.0941 |
| 2025-10-11 | 2.0515 |
| 2025-10-18 | 2.0514 |
| 2025-10-25 | 2.0030 |
| 2025-11-01 | 1.9843 |
| 2025-11-08 | 1.9746 |
| 2025-11-15 | 1.9951 |
| 2025-11-22 | 1.9942 |
| 2025-11-29 | 2.0020 |
| 2025-12-06 | 1.9854 |
| 2025-12-14 | 1.9869 |
| 2025-12-21 | 1.9911 |
| 2025-12-28 | 1.9889 |
| 2026-01-04 | 1.9957 |
| 2026-01-11 | 1.9935 |
| 2026-01-18 | 1.9943 |
| 2026-01-25 | 1.9933 |
| 2026-02-01 | 1.9938 |
| 2026-02-08 | 1.9985 |
| 2026-02-15 | 1.9925 |
| 2026-02-22 | 1.9931 |
| 2026-03-01 | 1.9832 |
| 2026-03-08 | 1.9943 |
| 2026-03-15 | 1.9889 |
| 2026-03-22 | 1.9850 |
| 2026-03-29 | 2.0101 |
| 2026-04-05 | 2.0166 |
| 2026-04-12 | 2.0147 |
| 2026-04-19 | 2.0252 |
| 2026-04-26 | 2.0630 |
| 2026-05-03 | 2.0369 |
| 2026-05-10 | 2.0660 |
| 2026-05-18 | 2.1062 |
| 2026-05-26 | 2.0185 |
| 2026-06-02 | 2.1004 |
| 2026-06-11 | 2.0724 |
| 2026-06-18 | 2.0767 |
| 2026-06-25 | 2.1005 |
| 2026-07-02 | 2.1150 |
| 2026-07-09 | 2.0916 |
| 2026-07-16 | 2.0975 |
| 2026-07-23 | 2.0926 |
| 2026-07-30 | 2.0983 |
| 2026-08-06 | 2.0889 |
| 2026-08-13 | 2.0705 |
| 2026-08-21 | 2.0270 |
| 2026-08-28 | 2.0151 |
| 2026-09-04 | 2.0378 |
| 2026-09-11 | 2.0434 |
| 2026-09-18 | 2.0609 |
| 2026-09-25 | 2.0294 |
High
2.1150
Low
1.9746
Average
2.0323
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.