PGK to NZD exchange rate API
Kina to New Zealand Dollar · quoted 2026-09-25
0.39609
▼ +4.63% over 1Y
1 PGK = 0.39609 NZD · 1 NZD = 2.5247 PGK · Get this rate via the API
1 PGK buys 0.39609 NZD as of 2026-09-25, so 1 NZD buys 2.5247 PGK. Over the last year, PGK/NZD traded between 0.37483 and 0.42092, averaged 0.39756 and fell 4.63%. The API holds daily PGK/NZD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
PGK/NZD over 1Y: show the values
| Point | PGK/NZD |
|---|---|
| 2025-09-25 | 0.41532 |
| 2025-10-02 | 0.41025 |
| 2025-10-09 | 0.41617 |
| 2025-10-16 | 0.41583 |
| 2025-10-23 | 0.41973 |
| 2025-10-30 | 0.41637 |
| 2025-11-06 | 0.41760 |
| 2025-11-13 | 0.41796 |
| 2025-11-20 | 0.42092 |
| 2025-11-27 | 0.41127 |
| 2025-12-04 | 0.40523 |
| 2025-12-11 | 0.40467 |
| 2025-12-18 | 0.40750 |
| 2025-12-25 | 0.39646 |
| 2026-01-01 | 0.40769 |
| 2026-01-08 | 0.40787 |
| 2026-01-15 | 0.40795 |
| 2026-01-22 | 0.39820 |
| 2026-01-29 | 0.38458 |
| 2026-02-05 | 0.38990 |
| 2026-02-12 | 0.38467 |
| 2026-02-19 | 0.39085 |
| 2026-02-26 | 0.38866 |
| 2026-03-05 | 0.39275 |
| 2026-03-12 | 0.39375 |
| 2026-03-19 | 0.39970 |
| 2026-03-26 | 0.40140 |
| 2026-04-02 | 0.40619 |
| 2026-04-09 | 0.39654 |
| 2026-04-16 | 0.39087 |
| 2026-04-23 | 0.39076 |
| 2026-04-30 | 0.39268 |
| 2026-05-07 | 0.38453 |
| 2026-05-14 | 0.38957 |
| 2026-05-21 | 0.39175 |
| 2026-05-28 | 0.38985 |
| 2026-06-04 | 0.38838 |
| 2026-06-11 | 0.39435 |
| 2026-06-18 | 0.39572 |
| 2026-06-25 | 0.40358 |
| 2026-07-02 | 0.40048 |
| 2026-07-09 | 0.39630 |
| 2026-07-16 | 0.38600 |
| 2026-07-23 | 0.38812 |
| 2026-07-30 | 0.38621 |
| 2026-08-06 | 0.38517 |
| 2026-08-13 | 0.38631 |
| 2026-08-20 | 0.37483 |
| 2026-08-27 | 0.38067 |
| 2026-09-03 | 0.38208 |
| 2026-09-10 | 0.38106 |
| 2026-09-17 | 0.38975 |
| 2026-09-24 | 0.39735 |
High
0.42092
Low
0.37483
Average
0.39756
Get this rate via the API
One GET request returns the PGK/NZD 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=PGK¤cies=NZD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=NZD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=NZD").json()Replace YOUR_API_KEY with the key from your dashboard.
PGK/NZD API questions
How do I get the PGK/NZD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=NZD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PGK/NZD rate in rates.NZD.
How far back does PGK/NZD historical data go?
Daily PGK/NZD 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 PGK/NZD 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.