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: show the values
| Point | INR/LBP |
|---|---|
| 2025-09-25 | 1012.6365 |
| 2025-10-02 | 1012.3651 |
| 2025-10-09 | 1009.5762 |
| 2025-10-16 | 1021.4159 |
| 2025-10-23 | 1020.4240 |
| 2025-10-30 | 1011.2933 |
| 2025-11-06 | 1016.9433 |
| 2025-11-13 | 1012.9884 |
| 2025-11-20 | 1012.7121 |
| 2025-11-27 | 1002.9116 |
| 2025-12-04 | 999.3128 |
| 2025-12-12 | 989.7140 |
| 2025-12-19 | 1001.4086 |
| 2025-12-26 | 994.4755 |
| 2026-01-02 | 997.6224 |
| 2026-01-09 | 996.7887 |
| 2026-01-16 | 991.8717 |
| 2026-01-23 | 937.1982 |
| 2026-01-30 | 978.3876 |
| 2026-02-06 | 991.3538 |
| 2026-02-13 | 992.2086 |
| 2026-02-20 | 988.2394 |
| 2026-02-27 | 986.8577 |
| 2026-03-06 | 969.8337 |
| 2026-03-13 | 971.1606 |
| 2026-03-20 | 952.1517 |
| 2026-03-27 | 946.1343 |
| 2026-04-03 | 967.3107 |
| 2026-04-10 | 963.5602 |
| 2026-04-17 | 964.5217 |
| 2026-04-24 | 949.5567 |
| 2026-05-01 | 940.6528 |
| 2026-05-08 | 947.5576 |
| 2026-05-16 | 921.6467 |
| 2026-05-24 | 936.9597 |
| 2026-05-31 | 939.5361 |
| 2026-06-09 | 945.2147 |
| 2026-06-16 | 949.1245 |
| 2026-06-23 | 946.8591 |
| 2026-06-30 | 948.0474 |
| 2026-07-07 | 942.4105 |
| 2026-07-14 | 934.1818 |
| 2026-07-21 | 933.4683 |
| 2026-07-28 | 937.2139 |
| 2026-08-04 | 941.8718 |
| 2026-08-11 | 941.7955 |
| 2026-08-18 | 938.1140 |
| 2026-08-26 | 939.2794 |
| 2026-09-02 | 945.9253 |
| 2026-09-09 | 943.5290 |
| 2026-09-16 | 933.4124 |
| 2026-09-23 | 943.7403 |
High
1021.42
Low
921.6467
Average
968.7962
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.