Skip to content

INR to LBP exchange rate API

Indian Rupee to Lebanese Pound · quoted 2026-09-24

932.7212

▼ +7.71% over 1Y

1 INR = 932.7212 LBP · 1 LBP = 0.001072 INR · Get this rate via the API

1 INR buys 932.7212 LBP as of 2026-09-24, so 1 LBP buys 0.001072 INR. Over the last year, INR/LBP traded between 928.7215 and 1017.94, averaged 968.6814 and fell 7.71%. The API holds daily INR/LBP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

INR/LBP over 1Y

INR/LBP over 1Y: show the values
PointINR/LBP
2025-09-241010.6677
2025-10-011006.9089
2025-10-081012.8104
2025-10-151017.9401
2025-10-221012.8860
2025-10-291016.9179
2025-11-051015.1300
2025-11-121012.0925
2025-11-191009.7160
2025-11-261005.4352
2025-12-03993.4763
2025-12-11987.6412
2025-12-18994.9666
2025-12-25999.2832
2026-01-011001.2715
2026-01-08997.2292
2026-01-15995.4248
2026-01-22937.9391
2026-01-29975.8507
2026-02-05978.2477
2026-02-12990.7327
2026-02-19987.3174
2026-02-26978.2397
2026-03-05976.4760
2026-03-12968.0074
2026-03-19965.3374
2026-03-26955.7159
2026-04-02962.8522
2026-04-09966.2288
2026-04-16960.1774
2026-04-23954.8310
2026-04-30943.2921
2026-05-07949.8495
2026-05-15932.9787
2026-05-23928.7215
2026-05-30937.9872
2026-06-06945.0210
2026-06-15945.4597
2026-06-22949.5843
2026-06-29950.6349
2026-07-06941.2975
2026-07-13941.0168
2026-07-20930.7667
2026-07-27935.7880
2026-08-03941.3075
2026-08-10940.1244
2026-08-17938.7939
2026-08-25940.9412
2026-09-01943.1032
2026-09-08946.5689
2026-09-15937.6227
2026-09-22938.7812

High

1017.94

Low

928.7215

Average

968.6814

For developers

Get this rate via the API

One GET request returns the INR/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=INR&currencies=LBP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR&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=INR&currencies=LBP").json()

Replace YOUR_API_KEY with the key from your dashboard.

INR/LBP API questions

How do I get the INR/LBP exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR&currencies=LBP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest INR/LBP rate in rates.LBP.

How far back does INR/LBP historical data go?

Daily INR/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 INR/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.