Convert ILS to RUB
Israeli New Shekel → Russian Ruble
1 ILS = 28.022316 RUB(1 RUB = 0.0356858 ILS)
Currency converter
1 ILS =
28.0223 RUB
ILS to RUB: last 30 days
Over the last 30 days, 1 ILS traded between 27.5704 and 28.9894 RUB, averaging 28.2134 RUB. The ILS/RUB rate is down 2.53% since 2026-08-28.
- 30-day high
- 28.9894
- 2026-08-29
- 30-day low
- 27.5704
- 2026-09-11
- 30-day average
- 28.2134
- Days with data: 30
- 30-day change
- -2.53%
- since 2026-08-28
28.9894
27.57042026-08-28 → 2026-09-26
| Date | 1 ILS in RUB | Daily change |
|---|---|---|
| 2026-09-26 | 28.0223 | 0.00% |
| 2026-09-25 | 28.0223 | +0.68% |
| 2026-09-24 | 27.8328 | -0.42% |
| 2026-09-23 | 27.9489 | +0.70% |
| 2026-09-22 | 27.7547 | -0.69% |
| 2026-09-21 | 27.9478 | +0.97% |
| 2026-09-20 | 27.6805 | -0.37% |
| 2026-09-19 | 27.7832 | -0.12% |
| 2026-09-18 | 27.817 | +0.18% |
| 2026-09-17 | 27.7681 | -0.03% |
| 2026-09-16 | 27.777 | -0.04% |
| 2026-09-15 | 27.7879 | +0.37% |
| 2026-09-14 | 27.6852 | +0.03% |
| 2026-09-13 | 27.6769 | +0.11% |
| 2026-09-12 | 27.6462 | +0.27% |
| Date | 1 ILS in RUB | Daily change |
|---|---|---|
| 2026-09-11 | 27.5704 | -1.71% |
| 2026-09-10 | 28.0504 | -1.35% |
| 2026-09-09 | 28.4339 | -0.70% |
| 2026-09-08 | 28.6331 | -0.47% |
| 2026-09-07 | 28.7671 | -0.05% |
| 2026-09-06 | 28.78 | +0.86% |
| 2026-09-05 | 28.5354 | -0.96% |
| 2026-09-04 | 28.8132 | -0.35% |
| 2026-09-03 | 28.9131 | +0.85% |
| 2026-09-02 | 28.6692 | +0.12% |
| 2026-09-01 | 28.6347 | -0.48% |
| 2026-08-31 | 28.7738 | -0.56% |
| 2026-08-30 | 28.9354 | -0.19% |
| 2026-08-29 | 28.9894 | +0.83% |
| 2026-08-28 | 28.751 | — |
ILS to RUB conversion table
1 ILS28.0223 RUB
5 ILS140.1116 RUB
10 ILS280.2232 RUB
25 ILS700.5579 RUB
50 ILS1,401.1158 RUB
100 ILS2,802.2316 RUB
500 ILS14,011.158 RUB
1,000 ILS28,022.316 RUB
5,000 ILS140,111.58 RUB
10,000 ILS280,223.16 RUB
Get the ILS/RUB rate in your app
One GET request returns the latest ILS → 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/ILS/RUB"fetch('https://rate-api.com/api/v1/pair/ILS/RUB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 ILS = ${data.rate} RUB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/ILS/RUB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 ILS = {data['rate']} RUB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/ILS/RUB');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 ILS = {$data['rate']} RUB\n";Example response
{
"success": true,
"pair": {
"from": "ILS",
"to": "RUB"
},
"rate": 28.0223,
"timestamp": 1790432039,
"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 ILSRussian Ruble → Israeli New Shekel0.035686Convert ILS to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.