Skip to content

ILS to PGK exchange rate API

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

1.4355

▲ +37.84% over 5Y

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 last 5 years, ILS/PGK traded between 1.0287 and 1.5028, averaged 1.2577 and rose 37.84%. 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 5Y

ILS/PGK over 5Y: show the values
PointILS/PGK
2024-08-241.0414
2024-10-011.0287
2024-10-311.0414
2024-11-301.1028
2024-12-301.0819
2025-01-291.0799
2025-02-281.0970
2025-03-301.0659
2025-04-291.0950
2025-05-291.1384
2025-06-281.1982
2025-07-281.2084
2025-08-271.2214
2025-09-261.2489
2025-10-261.2848
2025-11-251.2938
2025-12-251.3552
2026-01-241.3607
2026-02-231.3783
2026-03-251.3806
2026-04-241.4506
2026-05-241.5028
2026-06-231.4599
2026-07-231.4492
2026-08-221.4828
2026-09-211.4741

High

1.5028

Low

1.0287

Average

1.2577

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.