INR to LBP exchange rate API
Indian Rupee to Lebanese Pound · quoted 2026-09-24
932.7212
▼ +0.87% over 30D
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 30 days, INR/LBP traded between 931.2103 and 954.5595, averaged 941.0049 and fell 0.87%. 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 30D: show the values
| Point | INR/LBP |
|---|---|
| 2026-08-25 | 940.9412 |
| 2026-08-26 | 939.2794 |
| 2026-08-27 | 940.6522 |
| 2026-08-28 | 939.9236 |
| 2026-08-29 | 931.2103 |
| 2026-08-30 | 940.9826 |
| 2026-08-31 | 946.7744 |
| 2026-09-01 | 943.1032 |
| 2026-09-02 | 945.9253 |
| 2026-09-03 | 940.1076 |
| 2026-09-04 | 951.0971 |
| 2026-09-05 | 954.5595 |
| 2026-09-06 | 950.7169 |
| 2026-09-07 | 949.4686 |
| 2026-09-08 | 946.5689 |
| 2026-09-09 | 943.5290 |
| 2026-09-10 | 939.3832 |
| 2026-09-11 | 941.4043 |
| 2026-09-12 | 943.2830 |
| 2026-09-13 | 938.7056 |
| 2026-09-14 | 939.1797 |
| 2026-09-15 | 937.6227 |
| 2026-09-16 | 933.4124 |
| 2026-09-17 | 941.1748 |
| 2026-09-18 | 934.0050 |
| 2026-09-19 | 936.1643 |
| 2026-09-20 | 937.5963 |
| 2026-09-21 | 935.0393 |
| 2026-09-22 | 938.7812 |
| 2026-09-23 | 943.7403 |
| 2026-09-24 | 935.1046 |
High
954.5595
Low
931.2103
Average
941.0049
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.