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: show the values
| Point | RUB/ALL |
|---|---|
| 2025-12-31 | 1.03551 |
| 2026-01-07 | 1.02605 |
| 2026-01-14 | 1.05330 |
| 2026-01-21 | 1.05384 |
| 2026-01-28 | 1.05604 |
| 2026-02-04 | 1.06144 |
| 2026-02-11 | 1.04720 |
| 2026-02-18 | 1.06422 |
| 2026-02-25 | 1.06560 |
| 2026-03-04 | 1.06910 |
| 2026-03-11 | 1.04603 |
| 2026-03-18 | 1.01069 |
| 2026-03-25 | 1.02639 |
| 2026-04-01 | 1.02046 |
| 2026-04-08 | 1.05384 |
| 2026-04-15 | 1.07625 |
| 2026-04-22 | 1.08281 |
| 2026-04-29 | 1.08267 |
| 2026-05-06 | 1.08097 |
| 2026-05-14 | 1.10740 |
| 2026-05-21 | 1.15097 |
| 2026-05-29 | 1.15676 |
| 2026-06-05 | 1.11709 |
| 2026-06-14 | 1.13202 |
| 2026-06-21 | 1.12704 |
| 2026-06-28 | 1.04579 |
| 2026-07-05 | 1.06550 |
| 2026-07-12 | 1.07149 |
| 2026-07-19 | 1.04695 |
| 2026-07-26 | 1.05307 |
| 2026-08-02 | 1.02396 |
| 2026-08-09 | 0.98818 |
| 2026-08-16 | 0.95522 |
| 2026-08-24 | 0.95778 |
| 2026-08-31 | 0.92510 |
| 2026-09-07 | 0.91581 |
| 2026-09-14 | 0.93690 |
| 2026-09-21 | 0.94780 |
High
1.1568
Low
0.91581
Average
1.0432
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.