Skip to content

RUB to ALL exchange rate API

Russian Ruble to Lek · quoted 2026-09-24

0.94775

▼ +3.49% over 1Y

1 RUB = 0.94775 ALL · 1 ALL = 1.0551 RUB · Get this rate via the API

1 RUB buys 0.94775 ALL as of 2026-09-24, so 1 ALL buys 1.0551 RUB. Over the last year, RUB/ALL traded between 0.91938 and 1.1507, averaged 1.0416 and fell 3.49%. The API holds daily RUB/ALL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

RUB/ALL over 1Y

RUB/ALL over 1Y: show the values
PointRUB/ALL
2025-09-240.98199
2025-10-010.99793
2025-10-081.00662
2025-10-151.04645
2025-10-221.02244
2025-10-291.04811
2025-11-051.03811
2025-11-121.03175
2025-11-191.02840
2025-11-261.05905
2025-12-031.07288
2025-12-111.05161
2025-12-181.02219
2025-12-251.03972
2026-01-011.04289
2026-01-081.02756
2026-01-151.05611
2026-01-221.07206
2026-01-291.05723
2026-02-051.06729
2026-02-121.05313
2026-02-191.06378
2026-02-261.06337
2026-03-051.06199
2026-03-121.05333
2026-03-190.99492
2026-03-261.02391
2026-04-021.03342
2026-04-091.04977
2026-04-161.07310
2026-04-231.08562
2026-04-301.09502
2026-05-071.08863
2026-05-151.11856
2026-05-231.14981
2026-05-301.15072
2026-06-061.11940
2026-06-151.13626
2026-06-221.12598
2026-06-291.06153
2026-07-061.06377
2026-07-131.07052
2026-07-201.04780
2026-07-271.05537
2026-08-031.02171
2026-08-100.98767
2026-08-170.95547
2026-08-250.94581
2026-09-010.92261
2026-09-080.91938
2026-09-150.94122
2026-09-220.95220

High

1.1507

Low

0.91938

Average

1.0416

For developers

Get this rate via the API

One GET request returns the RUB/ALL 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=ALL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB&currencies=ALL");
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=ALL").json()

Replace YOUR_API_KEY with the key from your dashboard.

RUB/ALL API questions

How do I get the RUB/ALL exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB&currencies=ALL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest RUB/ALL rate in rates.ALL.

How far back does RUB/ALL historical data go?

Daily RUB/ALL 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/ALL 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.