Skip to content

WST to PGK exchange rate API

Tala to Kina · quoted 2026-09-25

1.6224

▲ +5.18% over YTD

1 WST = 1.6224 PGK · 1 PGK = 0.61638 WST · Get this rate via the API

1 WST buys 1.6224 PGK as of 2026-09-25, so 1 PGK buys 0.61638 WST. Over the year to date, WST/PGK traded between 1.5383 and 1.6435, averaged 1.6022 and rose 5.18%. The API holds daily WST/PGK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

WST/PGK over YTD

WST/PGK over YTD: show the values
PointWST/PGK
2025-12-311.5424
2026-01-071.5425
2026-01-141.5383
2026-01-211.5492
2026-01-281.5748
2026-02-041.5812
2026-02-111.5917
2026-02-181.5952
2026-02-251.5886
2026-03-041.5893
2026-03-111.5910
2026-03-181.5873
2026-03-251.5783
2026-04-011.5785
2026-04-081.5743
2026-04-151.6014
2026-04-221.6028
2026-04-291.6069
2026-05-061.6129
2026-05-131.6204
2026-05-201.6135
2026-05-271.6167
2026-06-031.6254
2026-06-101.6128
2026-06-171.6144
2026-06-241.5975
2026-07-011.5986
2026-07-081.6099
2026-07-151.6116
2026-07-221.6190
2026-07-291.6253
2026-08-051.6204
2026-08-121.6365
2026-08-191.6351
2026-08-261.6435
2026-09-021.6326
2026-09-091.6364
2026-09-161.6374
2026-09-231.6305

High

1.6435

Low

1.5383

Average

1.6022

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=WST&currencies=PGK").json()

Replace YOUR_API_KEY with the key from your dashboard.

WST/PGK API questions

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

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

How far back does WST/PGK historical data go?

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