INR to LBP exchange rate API
Indian Rupee to Lebanese Pound · quoted 2026-09-24
932.7212
▼ +12.63% over 5Y
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 5 years, INR/LBP traded between 932.7212 and 1082.67, averaged 1008.30 and fell 12.63%. 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 5Y: show the values
| Point | INR/LBP |
|---|---|
| 2024-08-24 | 1067.5690 |
| 2024-10-07 | 1082.6684 |
| 2024-11-06 | 1060.5427 |
| 2024-12-06 | 1060.7895 |
| 2025-01-05 | 1043.1102 |
| 2025-02-04 | 1033.7520 |
| 2025-03-06 | 1030.1262 |
| 2025-04-06 | 1056.8131 |
| 2025-05-06 | 1065.9586 |
| 2025-06-07 | 1049.1901 |
| 2025-07-07 | 1043.4126 |
| 2025-08-06 | 1012.7574 |
| 2025-09-05 | 1017.6522 |
| 2025-10-06 | 1011.6546 |
| 2025-11-05 | 1015.1300 |
| 2025-12-05 | 999.7424 |
| 2026-01-05 | 990.0072 |
| 2026-02-04 | 987.0937 |
| 2026-03-06 | 969.8337 |
| 2026-04-05 | 966.7910 |
| 2026-05-05 | 938.2509 |
| 2026-06-06 | 945.0210 |
| 2026-07-08 | 941.3031 |
| 2026-08-07 | 944.4535 |
| 2026-09-07 | 949.4686 |
High
1082.67
Low
932.7212
Average
1008.30
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=LBP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=LBP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=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¤cies=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.