Convert LBP to RUB
Lebanese Pound → Russian Ruble
1 LBP = 0.000946068 RUB(1 RUB = 1,057.0068 LBP)
Currency converter
1 LBP =
0.00094607 RUB
LBP to RUB: last 30 days
Over the last 30 days, 1 LBP traded between 0.00093282 and 0.00098274 RUB, averaging 0.00094911 RUB. The LBP/RUB rate is down 0.76% since 2026-08-28.
- 30-day high
- 0.00098274
- 2026-09-03
- 30-day low
- 0.00093282
- 2026-09-17
- 30-day average
- 0.00094911
- Days with data: 30
- 30-day change
- -0.76%
- since 2026-08-28
0.00098274
0.000932822026-08-28 → 2026-09-26
| Date | 1 LBP in RUB | Daily change |
|---|---|---|
| 2026-09-26 | 0.00094607 | 0.00% |
| 2026-09-25 | 0.00094607 | +0.06% |
| 2026-09-24 | 0.00094548 | +1.34% |
| 2026-09-23 | 0.00093296 | -0.04% |
| 2026-09-22 | 0.00093332 | -0.65% |
| 2026-09-21 | 0.00093939 | +0.63% |
| 2026-09-20 | 0.00093346 | -0.60% |
| 2026-09-19 | 0.00093908 | -0.48% |
| 2026-09-18 | 0.0009436 | +1.16% |
| 2026-09-17 | 0.00093282 | -0.76% |
| 2026-09-16 | 0.00093998 | +0.07% |
| 2026-09-15 | 0.00093928 | -0.28% |
| 2026-09-14 | 0.00094195 | +0.46% |
| 2026-09-13 | 0.00093765 | +0.43% |
| 2026-09-12 | 0.00093359 | +0.03% |
| Date | 1 LBP in RUB | Daily change |
|---|---|---|
| 2026-09-11 | 0.00093335 | -1.55% |
| 2026-09-10 | 0.00094802 | -0.90% |
| 2026-09-09 | 0.00095663 | -0.43% |
| 2026-09-08 | 0.00096076 | -0.48% |
| 2026-09-07 | 0.00096537 | +0.32% |
| 2026-09-06 | 0.00096226 | +1.07% |
| 2026-09-05 | 0.0009521 | -1.26% |
| 2026-09-04 | 0.00096427 | -1.88% |
| 2026-09-03 | 0.00098274 | +1.69% |
| 2026-09-02 | 0.00096645 | +0.26% |
| 2026-09-01 | 0.00096394 | +1.03% |
| 2026-08-31 | 0.0009541 | -0.23% |
| 2026-08-30 | 0.00095631 | -1.31% |
| 2026-08-29 | 0.00096904 | +1.65% |
| 2026-08-28 | 0.00095332 | — |
LBP to RUB conversion table
1 LBP0.00094607 RUB
5 LBP0.0047303 RUB
10 LBP0.0094607 RUB
25 LBP0.023652 RUB
50 LBP0.047303 RUB
100 LBP0.094607 RUB
500 LBP0.47303 RUB
1,000 LBP0.94607 RUB
5,000 LBP4.7303 RUB
10,000 LBP9.4607 RUB
Get the LBP/RUB rate in your app
One GET request returns the latest LBP → RUB 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/LBP/RUB?precision=6"fetch('https://rate-api.com/api/v1/pair/LBP/RUB?precision=6', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 LBP = ${data.rate} RUB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/LBP/RUB?precision=6",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 LBP = {data['rate']} RUB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/LBP/RUB?precision=6');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 LBP = {$data['rate']} RUB\n";Example response
{
"success": true,
"pair": {
"from": "LBP",
"to": "RUB"
},
"rate": 0.000946,
"timestamp": 1790432038,
"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
RUB to LBPRussian Ruble → Lebanese Pound1,057.0068Convert LBP to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.