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: show the values
| Point | LKR/ETB |
|---|---|
| 2025-09-24 | 0.49078 |
| 2025-10-01 | 0.48734 |
| 2025-10-08 | 0.48005 |
| 2025-10-15 | 0.48248 |
| 2025-10-22 | 0.49364 |
| 2025-10-29 | 0.49655 |
| 2025-11-05 | 0.50062 |
| 2025-11-12 | 0.50388 |
| 2025-11-19 | 0.50324 |
| 2025-11-26 | 0.49779 |
| 2025-12-03 | 0.49964 |
| 2025-12-11 | 0.50035 |
| 2025-12-18 | 0.50101 |
| 2025-12-25 | 0.50272 |
| 2026-01-01 | 0.50126 |
| 2026-01-08 | 0.50126 |
| 2026-01-15 | 0.50228 |
| 2026-01-22 | 0.50233 |
| 2026-01-29 | 0.50098 |
| 2026-02-05 | 0.49957 |
| 2026-02-12 | 0.50165 |
| 2026-02-19 | 0.49732 |
| 2026-02-26 | 0.50034 |
| 2026-03-05 | 0.49853 |
| 2026-03-12 | 0.49886 |
| 2026-03-19 | 0.50350 |
| 2026-03-26 | 0.49788 |
| 2026-04-02 | 0.49455 |
| 2026-04-09 | 0.49255 |
| 2026-04-16 | 0.49236 |
| 2026-04-23 | 0.49716 |
| 2026-04-30 | 0.49021 |
| 2026-05-07 | 0.48666 |
| 2026-05-15 | 0.48017 |
| 2026-05-23 | 0.47765 |
| 2026-05-30 | 0.48074 |
| 2026-06-06 | 0.47178 |
| 2026-06-15 | 0.47380 |
| 2026-06-22 | 0.47268 |
| 2026-06-29 | 0.47913 |
| 2026-07-06 | 0.47633 |
| 2026-07-13 | 0.47812 |
| 2026-07-20 | 0.47823 |
| 2026-07-27 | 0.47838 |
| 2026-08-03 | 0.47353 |
| 2026-08-10 | 0.47880 |
| 2026-08-17 | 0.48480 |
| 2026-08-25 | 0.49411 |
| 2026-09-01 | 0.49281 |
| 2026-09-08 | 0.49223 |
| 2026-09-15 | 0.48874 |
| 2026-09-22 | 0.49237 |
High
0.50388
Low
0.47178
Average
0.49121
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=ETB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=ETB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=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¤cies=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.