Skip to content

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

PGK/NZD over 1Y: show the values
PointPGK/NZD
2025-09-250.41532
2025-10-020.41025
2025-10-090.41617
2025-10-160.41583
2025-10-230.41973
2025-10-300.41637
2025-11-060.41760
2025-11-130.41796
2025-11-200.42092
2025-11-270.41127
2025-12-040.40523
2025-12-110.40467
2025-12-180.40750
2025-12-250.39646
2026-01-010.40769
2026-01-080.40787
2026-01-150.40795
2026-01-220.39820
2026-01-290.38458
2026-02-050.38990
2026-02-120.38467
2026-02-190.39085
2026-02-260.38866
2026-03-050.39275
2026-03-120.39375
2026-03-190.39970
2026-03-260.40140
2026-04-020.40619
2026-04-090.39654
2026-04-160.39087
2026-04-230.39076
2026-04-300.39268
2026-05-070.38453
2026-05-140.38957
2026-05-210.39175
2026-05-280.38985
2026-06-040.38838
2026-06-110.39435
2026-06-180.39572
2026-06-250.40358
2026-07-020.40048
2026-07-090.39630
2026-07-160.38600
2026-07-230.38812
2026-07-300.38621
2026-08-060.38517
2026-08-130.38631
2026-08-200.37483
2026-08-270.38067
2026-09-030.38208
2026-09-100.38106
2026-09-170.38975
2026-09-240.39735

High

0.42092

Low

0.37483

Average

0.39756

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=NZD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=NZD");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=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&currencies=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.