Convert RUB to ALL
Russian Ruble → Albanian Lek
1 RUB = 0.946979 ALL(1 ALL = 1.05599 RUB)
Currency converter
1 RUB =
0.94698 ALL
RUB to ALL: last 30 days
Over the last 30 days, 1 RUB traded between 0.91054 and 0.9522 ALL, averaging 0.93392 ALL. The RUB/ALL rate is up 2.10% since 2026-08-28.
- 30-day high
- 0.9522
- 2026-09-22
- 30-day low
- 0.91054
- 2026-09-03
- 30-day average
- 0.93392
- Days with data: 30
- 30-day change
- +2.10%
- since 2026-08-28
0.9522
0.910542026-08-28 → 2026-09-26
| Date | 1 RUB in ALL | Daily change |
|---|---|---|
| 2026-09-26 | 0.94698 | 0.00% |
| 2026-09-25 | 0.94698 | -0.08% |
| 2026-09-24 | 0.94775 | -0.14% |
| 2026-09-23 | 0.94912 | -0.32% |
| 2026-09-22 | 0.9522 | +0.46% |
| 2026-09-21 | 0.94781 | -0.05% |
| 2026-09-20 | 0.9483 | +0.38% |
| 2026-09-19 | 0.94474 | -0.16% |
| 2026-09-18 | 0.94622 | +0.25% |
| 2026-09-17 | 0.94386 | -0.03% |
| 2026-09-16 | 0.94413 | +0.31% |
| 2026-09-15 | 0.94122 | +0.46% |
| 2026-09-14 | 0.9369 | -0.30% |
| 2026-09-13 | 0.93969 | -0.16% |
| 2026-09-12 | 0.94118 | -0.37% |
| Date | 1 RUB in ALL | Daily change |
|---|---|---|
| 2026-09-11 | 0.94471 | +1.50% |
| 2026-09-10 | 0.93073 | +0.89% |
| 2026-09-09 | 0.9225 | +0.34% |
| 2026-09-08 | 0.91938 | +0.39% |
| 2026-09-07 | 0.91581 | -0.05% |
| 2026-09-06 | 0.91629 | -0.88% |
| 2026-09-05 | 0.92445 | +1.09% |
| 2026-09-04 | 0.91452 | +0.44% |
| 2026-09-03 | 0.91054 | -0.81% |
| 2026-09-02 | 0.91795 | -0.51% |
| 2026-09-01 | 0.92261 | -0.27% |
| 2026-08-31 | 0.9251 | -0.01% |
| 2026-08-30 | 0.92515 | +0.19% |
| 2026-08-29 | 0.92337 | -0.44% |
| 2026-08-28 | 0.92746 | — |
RUB to ALL conversion table
1 RUB0.94698 ALL
5 RUB4.7349 ALL
10 RUB9.4698 ALL
25 RUB23.6745 ALL
50 RUB47.3489 ALL
100 RUB94.6979 ALL
500 RUB473.4895 ALL
1,000 RUB946.9789 ALL
5,000 RUB4,734.8947 ALL
10,000 RUB9,469.7894 ALL
Get the RUB/ALL rate in your app
One GET request returns the latest RUB → ALL 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/RUB/ALL"fetch('https://rate-api.com/api/v1/pair/RUB/ALL', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} ALL`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/ALL",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} ALL")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/ALL');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 RUB = {$data['rate']} ALL\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "ALL"
},
"rate": 0.947,
"timestamp": 1790429274,
"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
ALL to RUBAlbanian Lek → Russian Ruble1.056Convert RUB to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.