Skip to content

INR to LBP exchange rate API

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

932.7212

▼ +7.89% 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-25, so 1 LBP buys 0.001072 INR. Over the last year, INR/LBP traded between 921.6467 and 1021.42, averaged 968.7962 and fell 7.89%. 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-251012.6365
2025-10-021012.3651
2025-10-091009.5762
2025-10-161021.4159
2025-10-231020.4240
2025-10-301011.2933
2025-11-061016.9433
2025-11-131012.9884
2025-11-201012.7121
2025-11-271002.9116
2025-12-04999.3128
2025-12-12989.7140
2025-12-191001.4086
2025-12-26994.4755
2026-01-02997.6224
2026-01-09996.7887
2026-01-16991.8717
2026-01-23937.1982
2026-01-30978.3876
2026-02-06991.3538
2026-02-13992.2086
2026-02-20988.2394
2026-02-27986.8577
2026-03-06969.8337
2026-03-13971.1606
2026-03-20952.1517
2026-03-27946.1343
2026-04-03967.3107
2026-04-10963.5602
2026-04-17964.5217
2026-04-24949.5567
2026-05-01940.6528
2026-05-08947.5576
2026-05-16921.6467
2026-05-24936.9597
2026-05-31939.5361
2026-06-09945.2147
2026-06-16949.1245
2026-06-23946.8591
2026-06-30948.0474
2026-07-07942.4105
2026-07-14934.1818
2026-07-21933.4683
2026-07-28937.2139
2026-08-04941.8718
2026-08-11941.7955
2026-08-18938.1140
2026-08-26939.2794
2026-09-02945.9253
2026-09-09943.5290
2026-09-16933.4124
2026-09-23943.7403

High

1021.42

Low

921.6467

Average

968.7962

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.