Convert INR to LBP
Indian Rupee → Lebanese Pound
1 INR = 937.81984 LBP(1 LBP = 0.0010663 INR)
Currency converter
1 INR =
937.8198 LBP
INR to LBP: last 30 days
Over the last 30 days, 1 INR traded between 932.3097 and 953.9777 LBP, averaging 941.4481 LBP. The INR/LBP rate is down 0.22% since 2026-08-28.
- 30-day high
- 953.9777
- 2026-09-05
- 30-day low
- 932.3097
- 2026-08-29
- 30-day average
- 941.4481
- Days with data: 30
- 30-day change
- -0.22%
- since 2026-08-28
953.9777
932.30972026-08-28 → 2026-09-26
| Date | 1 INR in LBP | Daily change |
|---|---|---|
| 2026-09-26 | 937.8198 | 0.00% |
| 2026-09-25 | 937.8198 | +0.29% |
| 2026-09-24 | 935.1046 | -0.92% |
| 2026-09-23 | 943.7403 | +0.52% |
| 2026-09-22 | 938.8299 | +0.41% |
| 2026-09-21 | 935.042 | -0.47% |
| 2026-09-20 | 939.4953 | +0.23% |
| 2026-09-19 | 937.3391 | +0.36% |
| 2026-09-18 | 933.9796 | -0.76% |
| 2026-09-17 | 941.1644 | +0.83% |
| 2026-09-16 | 933.4541 | -0.44% |
| 2026-09-15 | 937.6249 | -0.16% |
| 2026-09-14 | 939.1299 | -0.16% |
| 2026-09-13 | 940.6551 | -0.32% |
| 2026-09-12 | 943.698 | +0.25% |
| Date | 1 INR in LBP | Daily change |
|---|---|---|
| 2026-09-11 | 941.3563 | +0.21% |
| 2026-09-10 | 939.3951 | -0.44% |
| 2026-09-09 | 943.5318 | -0.32% |
| 2026-09-08 | 946.534 | -0.31% |
| 2026-09-07 | 949.5094 | -0.26% |
| 2026-09-06 | 951.9955 | -0.21% |
| 2026-09-05 | 953.9777 | +0.30% |
| 2026-09-04 | 951.099 | +1.17% |
| 2026-09-03 | 940.1064 | -0.62% |
| 2026-09-02 | 945.9746 | +0.30% |
| 2026-09-01 | 943.1157 | -0.39% |
| 2026-08-31 | 946.7905 | +0.41% |
| 2026-08-30 | 942.9627 | +1.14% |
| 2026-08-29 | 932.3097 | -0.81% |
| 2026-08-28 | 939.8891 | — |
INR to LBP conversion table
1 INR937.8198 LBP
5 INR4,689.0992 LBP
10 INR9,378.1984 LBP
25 INR23,445.496 LBP
50 INR46,890.992 LBP
100 INR93,781.984 LBP
500 INR468,909.92 LBP
1,000 INR937,819.84 LBP
5,000 INR4,689,099.2 LBP
10,000 INR9,378,198.4 LBP
Get the INR/LBP rate in your app
One GET request returns the latest INR → LBP rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/INR/LBP"fetch('https://rate-api.com/api/v1/pair/INR/LBP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} LBP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/LBP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} LBP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/LBP');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 INR = {$data['rate']} LBP\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "LBP"
},
"rate": 937.8198,
"timestamp": 1790429437,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
LBP to INRLebanese Pound → Indian Rupee0.0010663Convert INR to other currencies
Convert other currencies to LBP
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.