Convert RUB to LYD
Russian Ruble → Libyan Dinar
1 RUB = 0.0752212 LYD(1 LYD = 13.294122 RUB)
Currency converter
1 RUB =
0.075221 LYD
RUB to LYD: last 30 days
Over the last 30 days, 1 RUB traded between 0.072713 and 0.076111 LYD, averaging 0.07455 LYD. The RUB/LYD rate is up 1.41% since 2026-08-28.
- 30-day high
- 0.076111
- 2026-09-22
- 30-day low
- 0.072713
- 2026-09-03
- 30-day average
- 0.07455
- Days with data: 30
- 30-day change
- +1.41%
- since 2026-08-28
0.076111
0.0727132026-08-28 → 2026-09-26
| Date | 1 RUB in LYD | Daily change |
|---|---|---|
| 2026-09-26 | 0.075221 | 0.00% |
| 2026-09-25 | 0.075221 | -0.38% |
| 2026-09-24 | 0.07551 | -0.31% |
| 2026-09-23 | 0.075748 | -0.48% |
| 2026-09-22 | 0.076111 | +0.94% |
| 2026-09-21 | 0.0754 | -0.15% |
| 2026-09-20 | 0.075512 | +0.36% |
| 2026-09-19 | 0.075239 | +0.20% |
| 2026-09-18 | 0.075089 | -1.05% |
| 2026-09-17 | 0.075882 | +0.78% |
| 2026-09-16 | 0.075295 | +0.31% |
| 2026-09-15 | 0.075064 | +0.28% |
| 2026-09-14 | 0.074853 | -0.26% |
| 2026-09-13 | 0.07505 | -0.06% |
| 2026-09-12 | 0.075094 | -0.46% |
| Date | 1 RUB in LYD | Daily change |
|---|---|---|
| 2026-09-11 | 0.075439 | +1.37% |
| 2026-09-10 | 0.074419 | +1.07% |
| 2026-09-09 | 0.073631 | -0.08% |
| 2026-09-08 | 0.073693 | +0.56% |
| 2026-09-07 | 0.073281 | -0.10% |
| 2026-09-06 | 0.073352 | -1.02% |
| 2026-09-05 | 0.074105 | +0.97% |
| 2026-09-04 | 0.07339 | +0.93% |
| 2026-09-03 | 0.072713 | -0.58% |
| 2026-09-02 | 0.073136 | -0.55% |
| 2026-09-01 | 0.073542 | -0.74% |
| 2026-08-31 | 0.07409 | +0.54% |
| 2026-08-30 | 0.073695 | +0.20% |
| 2026-08-29 | 0.073548 | -0.85% |
| 2026-08-28 | 0.074176 | — |
RUB to LYD conversion table
1 RUB0.075221 LYD
5 RUB0.37611 LYD
10 RUB0.75221 LYD
25 RUB1.8805 LYD
50 RUB3.7611 LYD
100 RUB7.5221 LYD
500 RUB37.6106 LYD
1,000 RUB75.2212 LYD
5,000 RUB376.1061 LYD
10,000 RUB752.2122 LYD
Get the RUB/LYD rate in your app
One GET request returns the latest RUB → LYD 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/RUB/LYD"fetch('https://rate-api.com/api/v1/pair/RUB/LYD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} LYD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/LYD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} LYD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/LYD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 RUB = {$data['rate']} LYD\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "LYD"
},
"rate": 0.0752,
"timestamp": 1790429293,
"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
LYD to RUBLibyan Dinar → Russian Ruble13.2941Convert RUB to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.