INR to LBP exchange rate API
Indian Rupee to Lebanese Pound · quoted 2026-09-24
932.7212
▼ +7.71% 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-24, so 1 LBP buys 0.001072 INR. Over the last year, INR/LBP traded between 928.7215 and 1017.94, averaged 968.6814 and fell 7.71%. 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: show the values
| Point | INR/LBP |
|---|---|
| 2025-09-24 | 1010.6677 |
| 2025-10-01 | 1006.9089 |
| 2025-10-08 | 1012.8104 |
| 2025-10-15 | 1017.9401 |
| 2025-10-22 | 1012.8860 |
| 2025-10-29 | 1016.9179 |
| 2025-11-05 | 1015.1300 |
| 2025-11-12 | 1012.0925 |
| 2025-11-19 | 1009.7160 |
| 2025-11-26 | 1005.4352 |
| 2025-12-03 | 993.4763 |
| 2025-12-11 | 987.6412 |
| 2025-12-18 | 994.9666 |
| 2025-12-25 | 999.2832 |
| 2026-01-01 | 1001.2715 |
| 2026-01-08 | 997.2292 |
| 2026-01-15 | 995.4248 |
| 2026-01-22 | 937.9391 |
| 2026-01-29 | 975.8507 |
| 2026-02-05 | 978.2477 |
| 2026-02-12 | 990.7327 |
| 2026-02-19 | 987.3174 |
| 2026-02-26 | 978.2397 |
| 2026-03-05 | 976.4760 |
| 2026-03-12 | 968.0074 |
| 2026-03-19 | 965.3374 |
| 2026-03-26 | 955.7159 |
| 2026-04-02 | 962.8522 |
| 2026-04-09 | 966.2288 |
| 2026-04-16 | 960.1774 |
| 2026-04-23 | 954.8310 |
| 2026-04-30 | 943.2921 |
| 2026-05-07 | 949.8495 |
| 2026-05-15 | 932.9787 |
| 2026-05-23 | 928.7215 |
| 2026-05-30 | 937.9872 |
| 2026-06-06 | 945.0210 |
| 2026-06-15 | 945.4597 |
| 2026-06-22 | 949.5843 |
| 2026-06-29 | 950.6349 |
| 2026-07-06 | 941.2975 |
| 2026-07-13 | 941.0168 |
| 2026-07-20 | 930.7667 |
| 2026-07-27 | 935.7880 |
| 2026-08-03 | 941.3075 |
| 2026-08-10 | 940.1244 |
| 2026-08-17 | 938.7939 |
| 2026-08-25 | 940.9412 |
| 2026-09-01 | 943.1032 |
| 2026-09-08 | 946.5689 |
| 2026-09-15 | 937.6227 |
| 2026-09-22 | 938.7812 |
High
1017.94
Low
928.7215
Average
968.6814
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.