Skip to content

PGK to WST exchange rate API

Kina to Tala · quoted 2026-09-25

0.61574

▼ +9.52% over 1Y

1 PGK = 0.61574 WST · 1 WST = 1.6241 PGK · Get this rate via the API

1 PGK buys 0.61574 WST as of 2026-09-25, so 1 WST buys 1.6241 PGK. Over the last year, PGK/WST traded between 0.60229 and 0.68051, averaged 0.63246 and fell 9.52%. The API holds daily PGK/WST rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PGK/WST over 1Y

PGK/WST over 1Y: show the values
PointPGK/WST
2025-09-250.68051
2025-10-020.65584
2025-10-090.66211
2025-10-160.65842
2025-10-230.66509
2025-10-300.65618
2025-11-060.65805
2025-11-130.66123
2025-11-200.66063
2025-11-270.65777
2025-12-040.65050
2025-12-110.65358
2025-12-180.64949
2025-12-250.64571
2026-01-010.65006
2026-01-080.64884
2026-01-150.64599
2026-01-220.64433
2026-01-290.63492
2026-02-050.63273
2026-02-120.62680
2026-02-190.62793
2026-02-260.62650
2026-03-050.62855
2026-03-120.62746
2026-03-190.62947
2026-03-260.63254
2026-04-020.63421
2026-04-090.63173
2026-04-160.62129
2026-04-230.62352
2026-04-300.61911
2026-05-070.61704
2026-05-140.61954
2026-05-210.61562
2026-05-280.61920
2026-06-040.61735
2026-06-110.62343
2026-06-180.61850
2026-06-250.62637
2026-07-020.62500
2026-07-090.62443
2026-07-160.61452
2026-07-230.61289
2026-07-300.61508
2026-08-060.61623
2026-08-130.61465
2026-08-200.60339
2026-08-270.61148
2026-09-030.60887
2026-09-100.60229
2026-09-170.61153
2026-09-240.61868

High

0.68051

Low

0.60229

Average

0.63246

For developers

Get this rate via the API

One GET request returns the PGK/WST 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=WST"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=WST");
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=WST").json()

Replace YOUR_API_KEY with the key from your dashboard.

PGK/WST API questions

How do I get the PGK/WST exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=WST, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PGK/WST rate in rates.WST.

How far back does PGK/WST historical data go?

Daily PGK/WST 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/WST 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.