Convert ILS to JPY
Israeli New Shekel → Japanese Yen
1 ILS = 51.945424 JPY(1 JPY = 0.019251 ILS)
Currency converter
1 ILS =
51.9454 JPY
ILS to JPY: last 30 days
Over the last 30 days, 1 ILS traded between 50.5829 and 53.7137 JPY, averaging 51.8881 JPY. The ILS/JPY rate is down 3.29% since 2026-08-28.
- 30-day high
- 53.7137
- 2026-08-28
- 30-day low
- 50.5829
- 2026-09-11
- 30-day average
- 51.8881
- Days with data: 30
- 30-day change
- -3.29%
- since 2026-08-28
53.7137
50.58292026-08-28 → 2026-09-26
| Date | 1 ILS in JPY | Daily change |
|---|---|---|
| 2026-09-26 | 51.9454 | 0.00% |
| 2026-09-25 | 51.9454 | -0.32% |
| 2026-09-24 | 52.1141 | -0.47% |
| 2026-09-23 | 52.3578 | +0.53% |
| 2026-09-22 | 52.0843 | -0.27% |
| 2026-09-21 | 52.2231 | +0.47% |
| 2026-09-20 | 51.9768 | 0.00% |
| 2026-09-19 | 51.9768 | 0.00% |
| 2026-09-18 | 51.9768 | +1.27% |
| 2026-09-17 | 51.3269 | +0.34% |
| 2026-09-16 | 51.1514 | +0.37% |
| 2026-09-15 | 50.965 | +0.69% |
| 2026-09-14 | 50.6157 | +0.06% |
| 2026-09-13 | 50.5829 | 0.00% |
| 2026-09-12 | 50.5829 | 0.00% |
| Date | 1 ILS in JPY | Daily change |
|---|---|---|
| 2026-09-11 | 50.5829 | -0.59% |
| 2026-09-10 | 50.8828 | +0.23% |
| 2026-09-09 | 50.7651 | -0.91% |
| 2026-09-08 | 51.2318 | -0.32% |
| 2026-09-07 | 51.3983 | -1.07% |
| 2026-09-06 | 51.9517 | 0.00% |
| 2026-09-05 | 51.9517 | 0.00% |
| 2026-09-04 | 51.9517 | +0.54% |
| 2026-09-03 | 51.6709 | -1.95% |
| 2026-09-02 | 52.6994 | -0.81% |
| 2026-09-01 | 53.1299 | -0.62% |
| 2026-08-31 | 53.4607 | -0.47% |
| 2026-08-30 | 53.7137 | 0.00% |
| 2026-08-29 | 53.7137 | 0.00% |
| 2026-08-28 | 53.7137 | — |
ILS to JPY conversion table
1 ILS51.9454 JPY
5 ILS259.7271 JPY
10 ILS519.4542 JPY
25 ILS1,298.6356 JPY
50 ILS2,597.2712 JPY
100 ILS5,194.5424 JPY
500 ILS25,972.712 JPY
1,000 ILS51,945.424 JPY
5,000 ILS259,727.12 JPY
10,000 ILS519,454.24 JPY
Get the ILS/JPY rate in your app
One GET request returns the latest ILS → JPY 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/JPY"fetch('https://rate-api.com/api/v1/pair/ILS/JPY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 ILS = ${data.rate} JPY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/ILS/JPY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 ILS = {data['rate']} JPY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/ILS/JPY');
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']} JPY\n";Example response
{
"success": true,
"pair": {
"from": "ILS",
"to": "JPY"
},
"rate": 51.9454,
"timestamp": 1790432046,
"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
JPY to ILSJapanese Yen → Israeli New Shekel0.019251Convert ILS to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.