Skip to content

RUB to ALL exchange rate API

Russian Ruble to Lek · quoted 2026-09-24

0.94775

▼ +8.48% over YTD

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 year to date, RUB/ALL traded between 0.91581 and 1.1568, averaged 1.0432 and fell 8.48%. 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 YTD

RUB/ALL over YTD: show the values
PointRUB/ALL
2025-12-311.03551
2026-01-071.02605
2026-01-141.05330
2026-01-211.05384
2026-01-281.05604
2026-02-041.06144
2026-02-111.04720
2026-02-181.06422
2026-02-251.06560
2026-03-041.06910
2026-03-111.04603
2026-03-181.01069
2026-03-251.02639
2026-04-011.02046
2026-04-081.05384
2026-04-151.07625
2026-04-221.08281
2026-04-291.08267
2026-05-061.08097
2026-05-141.10740
2026-05-211.15097
2026-05-291.15676
2026-06-051.11709
2026-06-141.13202
2026-06-211.12704
2026-06-281.04579
2026-07-051.06550
2026-07-121.07149
2026-07-191.04695
2026-07-261.05307
2026-08-021.02396
2026-08-090.98818
2026-08-160.95522
2026-08-240.95778
2026-08-310.92510
2026-09-070.91581
2026-09-140.93690
2026-09-210.94780

High

1.1568

Low

0.91581

Average

1.0432

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.