Skip to content

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

RUB/LYD over 1Y: show the values
PointRUB/LYD
2025-09-260.06431
2025-10-030.06600
2025-10-100.06695
2025-10-170.06741
2025-10-240.06679
2025-10-310.06808
2025-11-070.06722
2025-11-140.06766
2025-11-210.06838
2025-11-280.06993
2025-12-050.07068
2025-12-130.06800
2025-12-200.06717
2025-12-270.06876
2026-01-030.06738
2026-01-100.06850
2026-01-170.06979
2026-01-240.08335
2026-01-310.08229
2026-02-070.08222
2026-02-140.08273
2026-02-210.08256
2026-02-280.08212
2026-03-070.08024
2026-03-140.07974
2026-03-210.07703
2026-03-280.07830
2026-04-040.07943
2026-04-110.08242
2026-04-180.08291
2026-04-250.08425
2026-05-020.08470
2026-05-090.08520
2026-05-170.08699
2026-05-250.08904
2026-06-010.08913
2026-06-100.08870
2026-06-170.08800
2026-06-240.08629
2026-07-010.08158
2026-07-080.08407
2026-07-150.08259
2026-07-220.08196
2026-07-290.08128
2026-08-050.07906
2026-08-120.07729
2026-08-200.07534
2026-08-270.07430
2026-09-030.07271
2026-09-100.07442
2026-09-170.07588
2026-09-240.07551

High

0.08913

Low

0.06431

Average

0.07702

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB&currencies=LYD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB&currencies=LYD");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB&currencies=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&currencies=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.