Skip to content

ILS to PGK exchange rate API

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

1.4355

▲ +14.94% over 1Y

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 year, ILS/PGK traded between 1.2489 and 1.5526, averaged 1.4030 and rose 14.94%. 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 1Y

ILS/PGK over 1Y: show the values
PointILS/PGK
2025-09-261.2489
2025-10-031.2664
2025-10-101.2826
2025-10-171.2684
2025-10-241.2671
2025-10-311.2966
2025-11-071.3009
2025-11-141.3021
2025-11-211.2898
2025-11-281.3027
2025-12-051.3146
2025-12-121.3247
2025-12-191.3260
2025-12-261.3533
2026-01-021.3505
2026-01-091.3515
2026-01-161.3553
2026-01-231.3588
2026-01-301.3868
2026-02-061.3706
2026-02-131.3881
2026-02-201.3749
2026-02-271.3684
2026-03-061.3903
2026-03-131.3839
2026-03-201.3832
2026-03-271.3648
2026-04-031.3779
2026-04-101.4170
2026-04-171.4510
2026-04-241.4506
2026-05-011.4777
2026-05-081.4970
2026-05-151.4885
2026-05-221.5013
2026-05-291.5526
2026-06-051.5051
2026-06-121.4991
2026-06-191.4776
2026-06-261.4669
2026-07-031.4668
2026-07-101.4730
2026-07-171.4562
2026-07-241.4455
2026-07-311.4541
2026-08-071.4883
2026-08-141.5124
2026-08-211.5026
2026-08-281.4895
2026-09-041.4954
2026-09-111.4645
2026-09-181.4721
2026-09-251.4711

High

1.5526

Low

1.2489

Average

1.4030

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.