RUB to LYD exchange rate API
Russian Ruble to Libyan Dinar · quoted 2026-09-26
0.07570
▲ +17.70% over 1Y
1 RUB = 0.07570 LYD · 1 LYD = 13.2102 RUB · Get this rate via the API
1 RUB buys 0.07570 LYD as of 2026-09-26, so 1 LYD buys 13.2102 RUB. Over the last year, RUB/LYD traded between 0.06431 and 0.08913, averaged 0.07702 and rose 17.70%. The API holds daily RUB/LYD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
RUB/LYD over 1Y: show the values
| Point | RUB/LYD |
|---|---|
| 2025-09-26 | 0.06431 |
| 2025-10-03 | 0.06600 |
| 2025-10-10 | 0.06695 |
| 2025-10-17 | 0.06741 |
| 2025-10-24 | 0.06679 |
| 2025-10-31 | 0.06808 |
| 2025-11-07 | 0.06722 |
| 2025-11-14 | 0.06766 |
| 2025-11-21 | 0.06838 |
| 2025-11-28 | 0.06993 |
| 2025-12-05 | 0.07068 |
| 2025-12-13 | 0.06800 |
| 2025-12-20 | 0.06717 |
| 2025-12-27 | 0.06876 |
| 2026-01-03 | 0.06738 |
| 2026-01-10 | 0.06850 |
| 2026-01-17 | 0.06979 |
| 2026-01-24 | 0.08335 |
| 2026-01-31 | 0.08229 |
| 2026-02-07 | 0.08222 |
| 2026-02-14 | 0.08273 |
| 2026-02-21 | 0.08256 |
| 2026-02-28 | 0.08212 |
| 2026-03-07 | 0.08024 |
| 2026-03-14 | 0.07974 |
| 2026-03-21 | 0.07703 |
| 2026-03-28 | 0.07830 |
| 2026-04-04 | 0.07943 |
| 2026-04-11 | 0.08242 |
| 2026-04-18 | 0.08291 |
| 2026-04-25 | 0.08425 |
| 2026-05-02 | 0.08470 |
| 2026-05-09 | 0.08520 |
| 2026-05-17 | 0.08699 |
| 2026-05-25 | 0.08904 |
| 2026-06-01 | 0.08913 |
| 2026-06-10 | 0.08870 |
| 2026-06-17 | 0.08800 |
| 2026-06-24 | 0.08629 |
| 2026-07-01 | 0.08158 |
| 2026-07-08 | 0.08407 |
| 2026-07-15 | 0.08259 |
| 2026-07-22 | 0.08196 |
| 2026-07-29 | 0.08128 |
| 2026-08-05 | 0.07906 |
| 2026-08-12 | 0.07729 |
| 2026-08-20 | 0.07534 |
| 2026-08-27 | 0.07430 |
| 2026-09-03 | 0.07271 |
| 2026-09-10 | 0.07442 |
| 2026-09-17 | 0.07588 |
| 2026-09-24 | 0.07551 |
High
0.08913
Low
0.06431
Average
0.07702
Get this rate via the API
One GET request returns the RUB/LYD 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=RUB¤cies=LYD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=LYD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=LYD").json()Replace YOUR_API_KEY with the key from your dashboard.
RUB/LYD API questions
How do I get the RUB/LYD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=LYD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest RUB/LYD rate in rates.LYD.
How far back does RUB/LYD historical data go?
Daily RUB/LYD 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 RUB/LYD 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.