Skip to content

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

LBP/LKR over 1Y: show the values
PointLBP/LKR
2025-09-260.003306
2025-10-030.003311
2025-10-100.003368
2025-10-170.003398
2025-10-240.003390
2025-10-310.003394
2025-11-070.003404
2025-11-140.003418
2025-11-210.003436
2025-11-280.003441
2025-12-050.003435
2025-12-130.003434
2025-12-200.003447
2025-12-270.003456
2026-01-030.003456
2026-01-100.003427
2026-01-170.003434
2026-01-240.003385
2026-01-310.003405
2026-02-070.003367
2026-02-140.003352
2026-02-210.003484
2026-02-280.003444
2026-03-070.003507
2026-03-140.003482
2026-03-210.003490
2026-03-280.003518
2026-04-040.003535
2026-04-110.003522
2026-04-180.003532
2026-04-250.003559
2026-05-020.003569
2026-05-090.003594
2026-05-170.003641
2026-05-250.003658
2026-06-010.003692
2026-06-100.003701
2026-06-170.003725
2026-06-240.003738
2026-07-010.003751
2026-07-080.003733
2026-07-150.003768
2026-07-220.003745
2026-07-290.003743
2026-08-050.003749
2026-08-120.003729
2026-08-200.003701
2026-08-270.003663
2026-09-030.003702
2026-09-100.003673
2026-09-170.003684
2026-09-240.003683

High

0.003768

Low

0.003306

Average

0.003545

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LBP&currencies=LKR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LBP&currencies=LKR");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LBP&currencies=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&currencies=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.