Skip to content

INR to LBP exchange rate API

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

932.7212

▼ +1.19% over 6M

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 6 months, INR/LBP traded between 928.3255 and 966.2042, averaged 943.0666 and fell 1.19%. 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 6M

INR/LBP over 6M: show the values
PointINR/LBP
2026-03-28943.9809
2026-04-04960.1275
2026-04-11961.8044
2026-04-18966.2042
2026-04-25948.5673
2026-05-02943.7079
2026-05-09948.3667
2026-05-17934.6736
2026-05-25938.6016
2026-06-01943.6510
2026-06-10941.1597
2026-06-17949.7504
2026-06-24950.0957
2026-07-01942.4736
2026-07-08941.3031
2026-07-15928.3255
2026-07-22931.9520
2026-07-29939.5027
2026-08-05942.9560
2026-08-12942.5481
2026-08-20933.9014
2026-08-27940.6522
2026-09-03940.1076
2026-09-10939.3832
2026-09-17941.1748
2026-09-24935.1046

High

966.2042

Low

928.3255

Average

943.0666

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.