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: show the values
| Point | ILS/PGK |
|---|---|
| 2025-12-31 | 1.3366 |
| 2026-01-07 | 1.3432 |
| 2026-01-14 | 1.3490 |
| 2026-01-21 | 1.3462 |
| 2026-01-28 | 1.3825 |
| 2026-02-04 | 1.3849 |
| 2026-02-11 | 1.3952 |
| 2026-02-18 | 1.3832 |
| 2026-02-25 | 1.3875 |
| 2026-03-04 | 1.3979 |
| 2026-03-11 | 1.3853 |
| 2026-03-18 | 1.3885 |
| 2026-03-25 | 1.3806 |
| 2026-04-01 | 1.3802 |
| 2026-04-08 | 1.4060 |
| 2026-04-15 | 1.4433 |
| 2026-04-22 | 1.4498 |
| 2026-04-29 | 1.4673 |
| 2026-05-06 | 1.4958 |
| 2026-05-13 | 1.5009 |
| 2026-05-20 | 1.4933 |
| 2026-05-27 | 1.5352 |
| 2026-06-03 | 1.5211 |
| 2026-06-10 | 1.4736 |
| 2026-06-17 | 1.4960 |
| 2026-06-24 | 1.4680 |
| 2026-07-01 | 1.4779 |
| 2026-07-08 | 1.4431 |
| 2026-07-15 | 1.4668 |
| 2026-07-22 | 1.4416 |
| 2026-07-29 | 1.4491 |
| 2026-08-05 | 1.4696 |
| 2026-08-12 | 1.4891 |
| 2026-08-19 | 1.4874 |
| 2026-08-26 | 1.4897 |
| 2026-09-02 | 1.4604 |
| 2026-09-09 | 1.4687 |
| 2026-09-16 | 1.4735 |
| 2026-09-23 | 1.4783 |
High
1.5352
Low
1.3366
Average
1.4380
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.