Convert RUB to ILS
Russian Ruble → Israeli New Shekel
1 RUB = 0.0356858 ILS(1 ILS = 28.022316 RUB)
Currency converter
1 RUB =
0.035686 ILS
RUB to ILS: last 30 days
Over the last 30 days, 1 RUB traded between 0.034495 and 0.036271 ILS, averaging 0.035455 ILS. The RUB/ILS rate is up 2.60% since 2026-08-28.
- 30-day high
- 0.036271
- 2026-09-11
- 30-day low
- 0.034495
- 2026-08-29
- 30-day average
- 0.035455
- Days with data: 30
- 30-day change
- +2.60%
- since 2026-08-28
0.036271
0.0344952026-08-28 → 2026-09-26
| Date | 1 RUB in ILS | Daily change |
|---|---|---|
| 2026-09-26 | 0.035686 | 0.00% |
| 2026-09-25 | 0.035686 | -0.68% |
| 2026-09-24 | 0.035929 | +0.42% |
| 2026-09-23 | 0.03578 | -0.69% |
| 2026-09-22 | 0.03603 | +0.70% |
| 2026-09-21 | 0.035781 | -0.96% |
| 2026-09-20 | 0.036127 | +0.37% |
| 2026-09-19 | 0.035993 | +0.12% |
| 2026-09-18 | 0.035949 | -0.18% |
| 2026-09-17 | 0.036013 | +0.03% |
| 2026-09-16 | 0.036001 | +0.04% |
| 2026-09-15 | 0.035987 | -0.37% |
| 2026-09-14 | 0.03612 | -0.03% |
| 2026-09-13 | 0.036131 | -0.11% |
| 2026-09-12 | 0.036171 | -0.27% |
| Date | 1 RUB in ILS | Daily change |
|---|---|---|
| 2026-09-11 | 0.036271 | +1.74% |
| 2026-09-10 | 0.03565 | +1.37% |
| 2026-09-09 | 0.035169 | +0.70% |
| 2026-09-08 | 0.034925 | +0.47% |
| 2026-09-07 | 0.034762 | +0.05% |
| 2026-09-06 | 0.034746 | -0.85% |
| 2026-09-05 | 0.035044 | +0.97% |
| 2026-09-04 | 0.034706 | +0.35% |
| 2026-09-03 | 0.034586 | -0.84% |
| 2026-09-02 | 0.034881 | -0.12% |
| 2026-09-01 | 0.034923 | +0.49% |
| 2026-08-31 | 0.034754 | +0.56% |
| 2026-08-30 | 0.03456 | +0.19% |
| 2026-08-29 | 0.034495 | -0.82% |
| 2026-08-28 | 0.034781 | — |
RUB to ILS conversion table
1 RUB0.035686 ILS
5 RUB0.17843 ILS
10 RUB0.35686 ILS
25 RUB0.89215 ILS
50 RUB1.7843 ILS
100 RUB3.5686 ILS
500 RUB17.8429 ILS
1,000 RUB35.6858 ILS
5,000 RUB178.4292 ILS
10,000 RUB356.8585 ILS
Get the RUB/ILS rate in your app
One GET request returns the latest RUB → ILS 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/ILS"fetch('https://rate-api.com/api/v1/pair/RUB/ILS', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} ILS`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/ILS",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} ILS")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/ILS');
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']} ILS\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "ILS"
},
"rate": 0.0357,
"timestamp": 1790429284,
"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
ILS to RUBIsraeli New Shekel → Russian Ruble28.0223Convert RUB to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.