LBP to LKR exchange rate API
Lebanese Pound to Sri Lanka Rupee · quoted 2026-09-26
0.003687
▲ +11.52% over 1Y
1 LBP = 0.003687 LKR · 1 LKR = 271.2232 LBP · Get this rate via the API
1 LBP buys 0.003687 LKR as of 2026-09-26, so 1 LKR buys 271.2232 LBP. Over the last year, LBP/LKR traded between 0.003306 and 0.003768, averaged 0.003545 and rose 11.52%. The API holds daily LBP/LKR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
LBP/LKR over 1Y: show the values
| Point | LBP/LKR |
|---|---|
| 2025-09-26 | 0.003306 |
| 2025-10-03 | 0.003311 |
| 2025-10-10 | 0.003368 |
| 2025-10-17 | 0.003398 |
| 2025-10-24 | 0.003390 |
| 2025-10-31 | 0.003394 |
| 2025-11-07 | 0.003404 |
| 2025-11-14 | 0.003418 |
| 2025-11-21 | 0.003436 |
| 2025-11-28 | 0.003441 |
| 2025-12-05 | 0.003435 |
| 2025-12-13 | 0.003434 |
| 2025-12-20 | 0.003447 |
| 2025-12-27 | 0.003456 |
| 2026-01-03 | 0.003456 |
| 2026-01-10 | 0.003427 |
| 2026-01-17 | 0.003434 |
| 2026-01-24 | 0.003385 |
| 2026-01-31 | 0.003405 |
| 2026-02-07 | 0.003367 |
| 2026-02-14 | 0.003352 |
| 2026-02-21 | 0.003484 |
| 2026-02-28 | 0.003444 |
| 2026-03-07 | 0.003507 |
| 2026-03-14 | 0.003482 |
| 2026-03-21 | 0.003490 |
| 2026-03-28 | 0.003518 |
| 2026-04-04 | 0.003535 |
| 2026-04-11 | 0.003522 |
| 2026-04-18 | 0.003532 |
| 2026-04-25 | 0.003559 |
| 2026-05-02 | 0.003569 |
| 2026-05-09 | 0.003594 |
| 2026-05-17 | 0.003641 |
| 2026-05-25 | 0.003658 |
| 2026-06-01 | 0.003692 |
| 2026-06-10 | 0.003701 |
| 2026-06-17 | 0.003725 |
| 2026-06-24 | 0.003738 |
| 2026-07-01 | 0.003751 |
| 2026-07-08 | 0.003733 |
| 2026-07-15 | 0.003768 |
| 2026-07-22 | 0.003745 |
| 2026-07-29 | 0.003743 |
| 2026-08-05 | 0.003749 |
| 2026-08-12 | 0.003729 |
| 2026-08-20 | 0.003701 |
| 2026-08-27 | 0.003663 |
| 2026-09-03 | 0.003702 |
| 2026-09-10 | 0.003673 |
| 2026-09-17 | 0.003684 |
| 2026-09-24 | 0.003683 |
High
0.003768
Low
0.003306
Average
0.003545
Get this rate via the API
One GET request returns the LBP/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=LBP¤cies=LKR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LBP¤cies=LKR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LBP¤cies=LKR").json()Replace YOUR_API_KEY with the key from your dashboard.
LBP/LKR API questions
How do I get the LBP/LKR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LBP¤cies=LKR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest LBP/LKR rate in rates.LKR.
How far back does LBP/LKR historical data go?
Daily LBP/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 LBP/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.