Skip to content

ILS to PGK exchange rate API

New Israeli Sheqel to Kina · quoted 2026-09-26

1.4355

▲ +7.40% over YTD

1 ILS = 1.4355 PGK · 1 PGK = 0.69663 ILS · Get this rate via the API

1 ILS buys 1.4355 PGK as of 2026-09-26, so 1 PGK buys 0.69663 ILS. Over the year to date, ILS/PGK traded between 1.3366 and 1.5352, averaged 1.4380 and rose 7.40%. The API holds daily ILS/PGK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ILS/PGK over YTD

ILS/PGK over YTD: show the values
PointILS/PGK
2025-12-311.3366
2026-01-071.3432
2026-01-141.3490
2026-01-211.3462
2026-01-281.3825
2026-02-041.3849
2026-02-111.3952
2026-02-181.3832
2026-02-251.3875
2026-03-041.3979
2026-03-111.3853
2026-03-181.3885
2026-03-251.3806
2026-04-011.3802
2026-04-081.4060
2026-04-151.4433
2026-04-221.4498
2026-04-291.4673
2026-05-061.4958
2026-05-131.5009
2026-05-201.4933
2026-05-271.5352
2026-06-031.5211
2026-06-101.4736
2026-06-171.4960
2026-06-241.4680
2026-07-011.4779
2026-07-081.4431
2026-07-151.4668
2026-07-221.4416
2026-07-291.4491
2026-08-051.4696
2026-08-121.4891
2026-08-191.4874
2026-08-261.4897
2026-09-021.4604
2026-09-091.4687
2026-09-161.4735
2026-09-231.4783

High

1.5352

Low

1.3366

Average

1.4380

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

ILS/PGK API questions

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

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

How far back does ILS/PGK historical data go?

Daily ILS/PGK rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free ILS/PGK 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.