LKR to LBP exchange rate API
Sri Lanka Rupee to Lebanese Pound · quoted 2026-09-26
271.2220
▼ +10.33% over 1Y
1 LKR = 271.2220 LBP · 1 LBP = 0.003687 LKR · Get this rate via the API
1 LKR buys 271.2220 LBP as of 2026-09-26, so 1 LBP buys 0.003687 LKR. Over the last year, LKR/LBP traded between 265.3566 and 302.4655, averaged 282.5180 and fell 10.33%. The API holds daily LKR/LBP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
LKR/LBP over 1Y: show the values
| Point | LKR/LBP |
|---|---|
| 2025-09-26 | 302.4655 |
| 2025-10-03 | 302.0040 |
| 2025-10-10 | 296.8408 |
| 2025-10-17 | 294.2703 |
| 2025-10-24 | 294.9716 |
| 2025-10-31 | 294.5743 |
| 2025-11-07 | 293.6997 |
| 2025-11-14 | 292.5169 |
| 2025-11-21 | 291.0004 |
| 2025-11-28 | 290.5631 |
| 2025-12-05 | 291.0811 |
| 2025-12-13 | 291.1577 |
| 2025-12-20 | 290.0725 |
| 2025-12-27 | 289.2721 |
| 2026-01-03 | 289.2732 |
| 2026-01-10 | 291.7223 |
| 2026-01-17 | 291.1986 |
| 2026-01-24 | 295.3898 |
| 2026-01-31 | 293.6624 |
| 2026-02-07 | 296.9511 |
| 2026-02-14 | 298.2642 |
| 2026-02-21 | 286.9890 |
| 2026-02-28 | 290.3308 |
| 2026-03-07 | 285.0766 |
| 2026-03-14 | 287.1514 |
| 2026-03-21 | 286.4760 |
| 2026-03-28 | 284.2515 |
| 2026-04-04 | 282.8650 |
| 2026-04-11 | 283.8540 |
| 2026-04-18 | 283.0676 |
| 2026-04-25 | 280.9345 |
| 2026-05-02 | 280.1317 |
| 2026-05-09 | 278.1784 |
| 2026-05-17 | 274.6488 |
| 2026-05-25 | 273.3719 |
| 2026-06-01 | 270.8184 |
| 2026-06-10 | 270.1628 |
| 2026-06-17 | 268.4470 |
| 2026-06-24 | 267.4561 |
| 2026-07-01 | 266.5541 |
| 2026-07-08 | 267.8615 |
| 2026-07-15 | 265.3566 |
| 2026-07-22 | 267.0001 |
| 2026-07-29 | 267.1028 |
| 2026-08-05 | 266.7251 |
| 2026-08-12 | 268.1634 |
| 2026-08-20 | 270.1496 |
| 2026-08-27 | 272.9517 |
| 2026-09-03 | 270.0530 |
| 2026-09-10 | 272.2530 |
| 2026-09-17 | 271.4369 |
| 2026-09-24 | 271.4609 |
High
302.4655
Low
265.3566
Average
282.5180
Get this rate via the API
One GET request returns the LKR/LBP 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=LBP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=LBP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=LBP").json()Replace YOUR_API_KEY with the key from your dashboard.
LKR/LBP API questions
How do I get the LKR/LBP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=LBP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest LKR/LBP rate in rates.LBP.
How far back does LKR/LBP historical data go?
Daily LKR/LBP 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/LBP 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.