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: show the values
| Point | ILS/PGK |
|---|---|
| 2024-08-24 | 1.0414 |
| 2024-10-01 | 1.0287 |
| 2024-10-31 | 1.0414 |
| 2024-11-30 | 1.1028 |
| 2024-12-30 | 1.0819 |
| 2025-01-29 | 1.0799 |
| 2025-02-28 | 1.0970 |
| 2025-03-30 | 1.0659 |
| 2025-04-29 | 1.0950 |
| 2025-05-29 | 1.1384 |
| 2025-06-28 | 1.1982 |
| 2025-07-28 | 1.2084 |
| 2025-08-27 | 1.2214 |
| 2025-09-26 | 1.2489 |
| 2025-10-26 | 1.2848 |
| 2025-11-25 | 1.2938 |
| 2025-12-25 | 1.3552 |
| 2026-01-24 | 1.3607 |
| 2026-02-23 | 1.3783 |
| 2026-03-25 | 1.3806 |
| 2026-04-24 | 1.4506 |
| 2026-05-24 | 1.5028 |
| 2026-06-23 | 1.4599 |
| 2026-07-23 | 1.4492 |
| 2026-08-22 | 1.4828 |
| 2026-09-21 | 1.4741 |
High
1.5028
Low
1.0287
Average
1.2577
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.