Skip to content

HKD to ILS exchange rate API

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

0.38827

▼ +9.71% over 1Y

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

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

HKD/ILS over 1Y

HKD/ILS over 1Y: show the values
PointHKD/ILS
2025-09-250.43004
2025-10-020.42589
2025-10-090.41716
2025-10-160.42476
2025-10-230.42580
2025-10-300.41918
2025-11-060.41877
2025-11-130.41323
2025-11-200.41831
2025-11-270.42102
2025-12-040.41579
2025-12-110.41283
2025-12-180.41346
2025-12-250.40986
2026-01-010.40824
2026-01-080.40671
2026-01-150.40467
2026-01-220.40264
2026-01-290.39431
2026-02-050.39874
2026-02-120.39169
2026-02-190.40163
2026-02-260.39754
2026-03-050.39298
2026-03-120.39779
2026-03-190.40012
2026-03-260.39985
2026-04-020.40235
2026-04-090.39354
2026-04-160.38248
2026-04-230.38251
2026-04-300.37696
2026-05-070.37125
2026-05-140.37091
2026-05-210.37218
2026-05-280.36208
2026-06-040.36913
2026-06-110.37758
2026-06-180.37554
2026-06-250.37955
2026-07-020.38261
2026-07-090.38599
2026-07-160.38376
2026-07-230.39186
2026-07-300.39132
2026-08-060.38406
2026-08-130.37990
2026-08-200.38145
2026-08-270.37942
2026-09-030.38504
2026-09-100.38644
2026-09-170.38664
2026-09-240.38867

High

0.43004

Low

0.36208

Average

0.39582

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=ILS").json()

Replace YOUR_API_KEY with the key from your dashboard.

HKD/ILS API questions

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

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

How far back does HKD/ILS historical data go?

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