Skip to content

ILS to JPY exchange rate API

New Israeli Sheqel to Yen · quoted 2026-09-24

52.1455

▲ +50.43% over 5Y

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 5 years, ILS/JPY traded between 34.6648 and 54.9184, averaged 42.7736 and rose 50.43%. 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 5Y

ILS/JPY over 5Y: show the values
PointILS/JPY
2021-09-2734.6648
2021-11-0836.6302
2021-12-2035.9414
2022-01-3136.1364
2022-03-1436.0569
2022-04-2738.5383
2022-06-0840.1473
2022-07-2040.0945
2022-08-3141.5342
2022-10-1241.1114
2022-11-2340.8481
2023-01-0537.6872
2023-02-1637.8057
2023-03-3036.9786
2023-05-1637.1070
2023-06-2739.4527
2023-08-0838.6067
2023-09-1938.8459
2023-10-3137.4918
2023-12-1239.1669
2024-01-2640.0979
2024-03-0841.1918
2024-04-2340.8763
2024-06-0542.1121
2024-07-1743.1238
2024-08-2739.1978
2024-10-0138.6731
2024-10-3141.1216
2024-11-3041.2039
2024-12-3043.1716
2025-01-2943.1553
2025-02-2841.9041
2025-03-3040.4703
2025-04-2939.3989
2025-05-2941.3106
2025-06-2842.7475
2025-07-2844.1617
2025-08-2744.2836
2025-09-2644.4849
2025-10-2646.6716
2025-11-2547.7251
2025-12-2548.9058
2026-01-2449.7346
2026-02-2349.6179
2026-03-2550.9230
2026-04-2453.4986
2026-05-2454.9184
2026-06-2353.9000
2026-07-2353.2025
2026-08-2253.2272
2026-09-2152.2224

High

54.9184

Low

34.6648

Average

42.7736

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ILS&currencies=JPY"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ILS&currencies=JPY");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ILS&currencies=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&currencies=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.