Skip to content

ILS to HKD exchange rate API

New Israeli Sheqel to Hong Kong Dollar · quoted 2026-09-25

2.5756

▲ +10.76% over 1Y

1 ILS = 2.5756 HKD · 1 HKD = 0.38827 ILS · Get this rate via the API

1 ILS buys 2.5756 HKD as of 2026-09-25, so 1 HKD buys 0.38827 ILS. Over the last year, ILS/HKD traded between 2.3254 and 2.7618, averaged 2.5310 and rose 10.76%. The API holds daily ILS/HKD rates from 2011-01-03 — 15 years of history — so any past day, or a whole series, is one request away.

ILS/HKD over 1Y

ILS/HKD over 1Y: show the values
PointILS/HKD
2025-09-252.3254
2025-10-022.3480
2025-10-092.3971
2025-10-162.3543
2025-10-232.3485
2025-10-302.3856
2025-11-062.3880
2025-11-132.4199
2025-11-202.3906
2025-11-272.3752
2025-12-042.4051
2025-12-112.4223
2025-12-182.4186
2025-12-252.4398
2026-01-012.4495
2026-01-082.4587
2026-01-152.4712
2026-01-222.4836
2026-01-292.5361
2026-02-052.5079
2026-02-122.5530
2026-02-192.4899
2026-02-262.5154
2026-03-052.5447
2026-03-122.5139
2026-03-192.4993
2026-03-262.5009
2026-04-022.4854
2026-04-092.5410
2026-04-162.6145
2026-04-232.6143
2026-04-302.6528
2026-05-072.6936
2026-05-142.6961
2026-05-212.6869
2026-05-282.7618
2026-06-042.7091
2026-06-112.6484
2026-06-182.6628
2026-06-252.6347
2026-07-022.6136
2026-07-092.5907
2026-07-162.6058
2026-07-232.5519
2026-07-302.5554
2026-08-062.6037
2026-08-132.6323
2026-08-202.6216
2026-08-272.6356
2026-09-032.5971
2026-09-102.5877
2026-09-172.5864
2026-09-242.5729

High

2.7618

Low

2.3254

Average

2.5310

For developers

Get this rate via the API

One GET request returns the ILS/HKD 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=HKD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ILS&currencies=HKD");
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=HKD").json()

Replace YOUR_API_KEY with the key from your dashboard.

ILS/HKD API questions

How do I get the ILS/HKD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ILS&currencies=HKD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ILS/HKD rate in rates.HKD.

How far back does ILS/HKD historical data go?

Daily ILS/HKD 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/HKD 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.