Skip to content

INR to LBP exchange rate API

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

932.7212

▼ +6.65% over YTD

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 year to date, INR/LBP traded between 927.9287 and 999.1869, averaged 955.9583 and fell 6.65%. 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 YTD

INR/LBP over YTD: show the values
PointINR/LBP
2025-12-31999.1869
2026-01-07996.8743
2026-01-14996.4849
2026-01-21975.3637
2026-01-28978.3982
2026-02-04987.0937
2026-02-11987.5310
2026-02-18989.5025
2026-02-25988.9595
2026-03-04973.0818
2026-03-11974.5964
2026-03-18961.5769
2026-03-25954.8762
2026-04-01959.1797
2026-04-08965.2225
2026-04-15958.8852
2026-04-22954.2975
2026-04-29944.0308
2026-05-06946.4560
2026-05-14938.5183
2026-05-21927.9287
2026-05-29938.7755
2026-06-05945.2850
2026-06-14939.8709
2026-06-21951.1803
2026-06-28946.7353
2026-07-05938.5364
2026-07-12941.6763
2026-07-19931.7699
2026-07-26927.9503
2026-08-02940.4585
2026-08-09938.8440
2026-08-16941.8466
2026-08-24938.2183
2026-08-31946.7744
2026-09-07949.4686
2026-09-14939.1797
2026-09-21935.0393

High

999.1869

Low

927.9287

Average

955.9583

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.