Skip to content

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

LKR/LBP over 1Y: show the values
PointLKR/LBP
2025-09-26302.4655
2025-10-03302.0040
2025-10-10296.8408
2025-10-17294.2703
2025-10-24294.9716
2025-10-31294.5743
2025-11-07293.6997
2025-11-14292.5169
2025-11-21291.0004
2025-11-28290.5631
2025-12-05291.0811
2025-12-13291.1577
2025-12-20290.0725
2025-12-27289.2721
2026-01-03289.2732
2026-01-10291.7223
2026-01-17291.1986
2026-01-24295.3898
2026-01-31293.6624
2026-02-07296.9511
2026-02-14298.2642
2026-02-21286.9890
2026-02-28290.3308
2026-03-07285.0766
2026-03-14287.1514
2026-03-21286.4760
2026-03-28284.2515
2026-04-04282.8650
2026-04-11283.8540
2026-04-18283.0676
2026-04-25280.9345
2026-05-02280.1317
2026-05-09278.1784
2026-05-17274.6488
2026-05-25273.3719
2026-06-01270.8184
2026-06-10270.1628
2026-06-17268.4470
2026-06-24267.4561
2026-07-01266.5541
2026-07-08267.8615
2026-07-15265.3566
2026-07-22267.0001
2026-07-29267.1028
2026-08-05266.7251
2026-08-12268.1634
2026-08-20270.1496
2026-08-27272.9517
2026-09-03270.0530
2026-09-10272.2530
2026-09-17271.4369
2026-09-24271.4609

High

302.4655

Low

265.3566

Average

282.5180

For developers

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

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