Convert ALL to RUB
Albanian Lek → Russian Ruble
1 ALL = 1.05599 RUB(1 RUB = 0.946979 ALL)
Currency converter
1 ALL =
1.056 RUB
ALL to RUB: last 30 days
Over the last 30 days, 1 ALL traded between 1.0502 and 1.0982 RUB, averaging 1.071 RUB. The ALL/RUB rate is down 2.06% since 2026-08-28.
- 30-day high
- 1.0982
- 2026-09-03
- 30-day low
- 1.0502
- 2026-09-22
- 30-day average
- 1.071
- Days with data: 30
- 30-day change
- -2.06%
- since 2026-08-28
1.0982
1.05022026-08-28 → 2026-09-26
| Date | 1 ALL in RUB | Daily change |
|---|---|---|
| 2026-09-26 | 1.056 | 0.00% |
| 2026-09-25 | 1.056 | +0.08% |
| 2026-09-24 | 1.0551 | +0.14% |
| 2026-09-23 | 1.0536 | +0.32% |
| 2026-09-22 | 1.0502 | -0.46% |
| 2026-09-21 | 1.0551 | +0.05% |
| 2026-09-20 | 1.0545 | -0.38% |
| 2026-09-19 | 1.0585 | +0.16% |
| 2026-09-18 | 1.0568 | -0.25% |
| 2026-09-17 | 1.0595 | +0.03% |
| 2026-09-16 | 1.0592 | -0.31% |
| 2026-09-15 | 1.0624 | -0.46% |
| 2026-09-14 | 1.0674 | +0.30% |
| 2026-09-13 | 1.0642 | +0.16% |
| 2026-09-12 | 1.0625 | +0.37% |
| Date | 1 ALL in RUB | Daily change |
|---|---|---|
| 2026-09-11 | 1.0585 | -1.48% |
| 2026-09-10 | 1.0744 | -0.88% |
| 2026-09-09 | 1.084 | -0.34% |
| 2026-09-08 | 1.0877 | -0.39% |
| 2026-09-07 | 1.0919 | +0.05% |
| 2026-09-06 | 1.0914 | +0.89% |
| 2026-09-05 | 1.0817 | -1.07% |
| 2026-09-04 | 1.0935 | -0.44% |
| 2026-09-03 | 1.0982 | +0.81% |
| 2026-09-02 | 1.0894 | +0.51% |
| 2026-09-01 | 1.0839 | +0.27% |
| 2026-08-31 | 1.081 | +0.01% |
| 2026-08-30 | 1.0809 | -0.19% |
| 2026-08-29 | 1.083 | +0.44% |
| 2026-08-28 | 1.0782 | — |
ALL to RUB conversion table
1 ALL1.056 RUB
5 ALL5.2799 RUB
10 ALL10.5599 RUB
25 ALL26.3997 RUB
50 ALL52.7995 RUB
100 ALL105.599 RUB
500 ALL527.9949 RUB
1,000 ALL1,055.9897 RUB
5,000 ALL5,279.9485 RUB
10,000 ALL10,559.897 RUB
Get the ALL/RUB rate in your app
One GET request returns the latest ALL → RUB rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/ALL/RUB"fetch('https://rate-api.com/api/v1/pair/ALL/RUB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 ALL = ${data.rate} RUB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/ALL/RUB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 ALL = {data['rate']} RUB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/ALL/RUB');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 ALL = {$data['rate']} RUB\n";Example response
{
"success": true,
"pair": {
"from": "ALL",
"to": "RUB"
},
"rate": 1.056,
"timestamp": 1790432040,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
RUB to ALLRussian Ruble → Albanian Lek0.94698Convert ALL to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.