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: show the values
| Point | INR/LBP |
|---|---|
| 2025-12-31 | 999.1869 |
| 2026-01-07 | 996.8743 |
| 2026-01-14 | 996.4849 |
| 2026-01-21 | 975.3637 |
| 2026-01-28 | 978.3982 |
| 2026-02-04 | 987.0937 |
| 2026-02-11 | 987.5310 |
| 2026-02-18 | 989.5025 |
| 2026-02-25 | 988.9595 |
| 2026-03-04 | 973.0818 |
| 2026-03-11 | 974.5964 |
| 2026-03-18 | 961.5769 |
| 2026-03-25 | 954.8762 |
| 2026-04-01 | 959.1797 |
| 2026-04-08 | 965.2225 |
| 2026-04-15 | 958.8852 |
| 2026-04-22 | 954.2975 |
| 2026-04-29 | 944.0308 |
| 2026-05-06 | 946.4560 |
| 2026-05-14 | 938.5183 |
| 2026-05-21 | 927.9287 |
| 2026-05-29 | 938.7755 |
| 2026-06-05 | 945.2850 |
| 2026-06-14 | 939.8709 |
| 2026-06-21 | 951.1803 |
| 2026-06-28 | 946.7353 |
| 2026-07-05 | 938.5364 |
| 2026-07-12 | 941.6763 |
| 2026-07-19 | 931.7699 |
| 2026-07-26 | 927.9503 |
| 2026-08-02 | 940.4585 |
| 2026-08-09 | 938.8440 |
| 2026-08-16 | 941.8466 |
| 2026-08-24 | 938.2183 |
| 2026-08-31 | 946.7744 |
| 2026-09-07 | 949.4686 |
| 2026-09-14 | 939.1797 |
| 2026-09-21 | 935.0393 |
High
999.1869
Low
927.9287
Average
955.9583
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.