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: show the values
| Point | RUB/ALL |
|---|---|
| 2025-09-24 | 0.98199 |
| 2025-10-01 | 0.99793 |
| 2025-10-08 | 1.00662 |
| 2025-10-15 | 1.04645 |
| 2025-10-22 | 1.02244 |
| 2025-10-29 | 1.04811 |
| 2025-11-05 | 1.03811 |
| 2025-11-12 | 1.03175 |
| 2025-11-19 | 1.02840 |
| 2025-11-26 | 1.05905 |
| 2025-12-03 | 1.07288 |
| 2025-12-11 | 1.05161 |
| 2025-12-18 | 1.02219 |
| 2025-12-25 | 1.03972 |
| 2026-01-01 | 1.04289 |
| 2026-01-08 | 1.02756 |
| 2026-01-15 | 1.05611 |
| 2026-01-22 | 1.07206 |
| 2026-01-29 | 1.05723 |
| 2026-02-05 | 1.06729 |
| 2026-02-12 | 1.05313 |
| 2026-02-19 | 1.06378 |
| 2026-02-26 | 1.06337 |
| 2026-03-05 | 1.06199 |
| 2026-03-12 | 1.05333 |
| 2026-03-19 | 0.99492 |
| 2026-03-26 | 1.02391 |
| 2026-04-02 | 1.03342 |
| 2026-04-09 | 1.04977 |
| 2026-04-16 | 1.07310 |
| 2026-04-23 | 1.08562 |
| 2026-04-30 | 1.09502 |
| 2026-05-07 | 1.08863 |
| 2026-05-15 | 1.11856 |
| 2026-05-23 | 1.14981 |
| 2026-05-30 | 1.15072 |
| 2026-06-06 | 1.11940 |
| 2026-06-15 | 1.13626 |
| 2026-06-22 | 1.12598 |
| 2026-06-29 | 1.06153 |
| 2026-07-06 | 1.06377 |
| 2026-07-13 | 1.07052 |
| 2026-07-20 | 1.04780 |
| 2026-07-27 | 1.05537 |
| 2026-08-03 | 1.02171 |
| 2026-08-10 | 0.98767 |
| 2026-08-17 | 0.95547 |
| 2026-08-25 | 0.94581 |
| 2026-09-01 | 0.92261 |
| 2026-09-08 | 0.91938 |
| 2026-09-15 | 0.94122 |
| 2026-09-22 | 0.95220 |
High
1.1507
Low
0.91938
Average
1.0416
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=ALL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=ALL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=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¤cies=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.