Convert LYD to RUB
Libyan Dinar → Russian Ruble
1 LYD = 13.294122 RUB(1 RUB = 0.0752212 LYD)
Currency converter
1 LYD =
13.2941 RUB
LYD to RUB: last 30 days
Over the last 30 days, 1 LYD traded between 13.1387 and 13.7527 RUB, averaging 13.416 RUB. The LYD/RUB rate is down 1.39% since 2026-08-28.
- 30-day high
- 13.7527
- 2026-09-03
- 30-day low
- 13.1387
- 2026-09-22
- 30-day average
- 13.416
- Days with data: 30
- 30-day change
- -1.39%
- since 2026-08-28
13.7527
13.13872026-08-28 → 2026-09-26
| Date | 1 LYD in RUB | Daily change |
|---|---|---|
| 2026-09-26 | 13.2941 | 0.00% |
| 2026-09-25 | 13.2941 | +0.38% |
| 2026-09-24 | 13.2432 | +0.32% |
| 2026-09-23 | 13.2016 | +0.48% |
| 2026-09-22 | 13.1387 | -0.93% |
| 2026-09-21 | 13.2626 | +0.15% |
| 2026-09-20 | 13.2429 | -0.36% |
| 2026-09-19 | 13.291 | -0.20% |
| 2026-09-18 | 13.3175 | +1.06% |
| 2026-09-17 | 13.1783 | -0.77% |
| 2026-09-16 | 13.281 | -0.31% |
| 2026-09-15 | 13.322 | -0.28% |
| 2026-09-14 | 13.3595 | +0.26% |
| 2026-09-13 | 13.3245 | +0.06% |
| 2026-09-12 | 13.3166 | +0.46% |
| Date | 1 LYD in RUB | Daily change |
|---|---|---|
| 2026-09-11 | 13.2557 | -1.35% |
| 2026-09-10 | 13.4374 | -1.06% |
| 2026-09-09 | 13.5813 | +0.08% |
| 2026-09-08 | 13.5699 | -0.56% |
| 2026-09-07 | 13.6461 | +0.10% |
| 2026-09-06 | 13.6329 | +1.03% |
| 2026-09-05 | 13.4944 | -0.96% |
| 2026-09-04 | 13.6258 | -0.92% |
| 2026-09-03 | 13.7527 | +0.58% |
| 2026-09-02 | 13.6732 | +0.56% |
| 2026-09-01 | 13.5977 | +0.75% |
| 2026-08-31 | 13.4971 | -0.53% |
| 2026-08-30 | 13.5694 | -0.20% |
| 2026-08-29 | 13.5965 | +0.85% |
| 2026-08-28 | 13.4814 | — |
LYD to RUB conversion table
1 LYD13.2941 RUB
5 LYD66.4706 RUB
10 LYD132.9412 RUB
25 LYD332.353 RUB
50 LYD664.7061 RUB
100 LYD1,329.4122 RUB
500 LYD6,647.0608 RUB
1,000 LYD13,294.122 RUB
5,000 LYD66,470.608 RUB
10,000 LYD132,941.22 RUB
Get the LYD/RUB rate in your app
One GET request returns the latest LYD → 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/LYD/RUB"fetch('https://rate-api.com/api/v1/pair/LYD/RUB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 LYD = ${data.rate} RUB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/LYD/RUB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 LYD = {data['rate']} RUB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/LYD/RUB');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 LYD = {$data['rate']} RUB\n";Example response
{
"success": true,
"pair": {
"from": "LYD",
"to": "RUB"
},
"rate": 13.2941,
"timestamp": 1790432062,
"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 LYDRussian Ruble → Libyan Dinar0.075221Convert LYD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.