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: show the values
| Point | ILS/PGK |
|---|---|
| 2025-09-26 | 1.2489 |
| 2025-10-03 | 1.2664 |
| 2025-10-10 | 1.2826 |
| 2025-10-17 | 1.2684 |
| 2025-10-24 | 1.2671 |
| 2025-10-31 | 1.2966 |
| 2025-11-07 | 1.3009 |
| 2025-11-14 | 1.3021 |
| 2025-11-21 | 1.2898 |
| 2025-11-28 | 1.3027 |
| 2025-12-05 | 1.3146 |
| 2025-12-12 | 1.3247 |
| 2025-12-19 | 1.3260 |
| 2025-12-26 | 1.3533 |
| 2026-01-02 | 1.3505 |
| 2026-01-09 | 1.3515 |
| 2026-01-16 | 1.3553 |
| 2026-01-23 | 1.3588 |
| 2026-01-30 | 1.3868 |
| 2026-02-06 | 1.3706 |
| 2026-02-13 | 1.3881 |
| 2026-02-20 | 1.3749 |
| 2026-02-27 | 1.3684 |
| 2026-03-06 | 1.3903 |
| 2026-03-13 | 1.3839 |
| 2026-03-20 | 1.3832 |
| 2026-03-27 | 1.3648 |
| 2026-04-03 | 1.3779 |
| 2026-04-10 | 1.4170 |
| 2026-04-17 | 1.4510 |
| 2026-04-24 | 1.4506 |
| 2026-05-01 | 1.4777 |
| 2026-05-08 | 1.4970 |
| 2026-05-15 | 1.4885 |
| 2026-05-22 | 1.5013 |
| 2026-05-29 | 1.5526 |
| 2026-06-05 | 1.5051 |
| 2026-06-12 | 1.4991 |
| 2026-06-19 | 1.4776 |
| 2026-06-26 | 1.4669 |
| 2026-07-03 | 1.4668 |
| 2026-07-10 | 1.4730 |
| 2026-07-17 | 1.4562 |
| 2026-07-24 | 1.4455 |
| 2026-07-31 | 1.4541 |
| 2026-08-07 | 1.4883 |
| 2026-08-14 | 1.5124 |
| 2026-08-21 | 1.5026 |
| 2026-08-28 | 1.4895 |
| 2026-09-04 | 1.4954 |
| 2026-09-11 | 1.4645 |
| 2026-09-18 | 1.4721 |
| 2026-09-25 | 1.4711 |
High
1.5526
Low
1.2489
Average
1.4030
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ILS¤cies=PGK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ILS¤cies=PGK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ILS¤cies=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¤cies=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.