ILS to JPY exchange rate API
New Israeli Sheqel to Yen · quoted 2026-09-24
52.1455
▲ +17.65% over 1Y
1 ILS = 52.1455 JPY · 1 JPY = 0.01918 ILS · Get this rate via the API
1 ILS buys 52.1455 JPY as of 2026-09-24, so 1 JPY buys 0.01918 ILS. Over the last year, ILS/JPY traded between 44.3223 and 56.2148, averaged 50.9554 and rose 17.65%. The API holds daily ILS/JPY rates from 2011-01-03 — 15 years of history — so any past day, or a whole series, is one request away.
ILS/JPY over 1Y: show the values
| Point | ILS/JPY |
|---|---|
| 2025-09-24 | 44.3223 |
| 2025-10-01 | 44.3995 |
| 2025-10-08 | 46.5055 |
| 2025-10-15 | 46.0567 |
| 2025-10-22 | 45.9321 |
| 2025-10-29 | 46.9532 |
| 2025-11-05 | 47.0280 |
| 2025-11-12 | 48.4193 |
| 2025-11-19 | 47.7845 |
| 2025-11-26 | 47.6678 |
| 2025-12-03 | 48.1475 |
| 2025-12-10 | 48.4971 |
| 2025-12-17 | 48.2666 |
| 2025-12-24 | 49.0031 |
| 2025-12-31 | 49.1287 |
| 2026-01-07 | 49.2820 |
| 2026-01-14 | 50.1806 |
| 2026-01-21 | 49.7462 |
| 2026-01-28 | 49.3639 |
| 2026-02-04 | 50.7566 |
| 2026-02-11 | 49.8496 |
| 2026-02-18 | 49.4874 |
| 2026-02-25 | 50.6305 |
| 2026-03-04 | 51.0687 |
| 2026-03-11 | 51.0381 |
| 2026-03-18 | 51.4266 |
| 2026-03-25 | 50.9230 |
| 2026-04-01 | 50.5795 |
| 2026-04-08 | 51.4022 |
| 2026-04-15 | 52.9482 |
| 2026-04-22 | 53.0560 |
| 2026-04-29 | 53.9733 |
| 2026-05-06 | 53.7566 |
| 2026-05-13 | 54.2565 |
| 2026-05-20 | 54.4028 |
| 2026-05-27 | 56.2148 |
| 2026-06-03 | 55.7739 |
| 2026-06-10 | 53.8844 |
| 2026-06-17 | 54.8886 |
| 2026-06-24 | 54.1702 |
| 2026-07-01 | 54.6342 |
| 2026-07-08 | 53.4006 |
| 2026-07-15 | 54.1168 |
| 2026-07-22 | 53.2275 |
| 2026-07-29 | 53.4521 |
| 2026-08-05 | 52.5150 |
| 2026-08-12 | 53.2161 |
| 2026-08-19 | 53.2568 |
| 2026-08-26 | 53.4836 |
| 2026-09-02 | 52.6979 |
| 2026-09-09 | 50.7646 |
| 2026-09-16 | 51.1510 |
| 2026-09-23 | 52.3579 |
High
56.2148
Low
44.3223
Average
50.9554
Get this rate via the API
One GET request returns the ILS/JPY rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ILS¤cies=JPY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ILS¤cies=JPY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ILS¤cies=JPY").json()Replace YOUR_API_KEY with the key from your dashboard.
ILS/JPY API questions
How do I get the ILS/JPY exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ILS¤cies=JPY, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ILS/JPY rate in rates.JPY.
How far back does ILS/JPY historical data go?
Daily ILS/JPY rates are available from 2011-01-03. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free ILS/JPY exchange rate API?
Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.
Put these rates in your application
One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.