Skip to content

WST to PGK exchange rate API

Tala to Kina · quoted 2026-09-25

1.6256

▲ +10.63% over 1Y

1 WST = 1.6256 PGK · 1 PGK = 0.61514 WST · Get this rate via the API

1 WST buys 1.6256 PGK as of 2026-09-25, so 1 PGK buys 0.61514 WST. Over the last year, WST/PGK traded between 1.4695 and 1.6603, averaged 1.5825 and rose 10.63%. 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 1Y

WST/PGK over 1Y: show the values
PointWST/PGK
2025-09-251.4695
2025-10-021.5248
2025-10-091.5103
2025-10-161.5188
2025-10-231.5035
2025-10-301.5240
2025-11-061.5196
2025-11-131.5123
2025-11-201.5137
2025-11-271.5203
2025-12-041.5373
2025-12-111.5300
2025-12-181.5397
2025-12-251.5487
2026-01-011.5383
2026-01-081.5412
2026-01-151.5480
2026-01-221.5520
2026-01-291.5750
2026-02-051.5804
2026-02-121.5954
2026-02-191.5925
2026-02-261.5962
2026-03-051.5910
2026-03-121.5937
2026-03-191.5886
2026-03-261.5809
2026-04-021.5768
2026-04-091.5830
2026-04-161.6096
2026-04-231.6038
2026-04-301.6152
2026-05-071.6206
2026-05-141.6141
2026-05-211.6244
2026-05-281.6150
2026-06-041.6198
2026-06-111.6040
2026-06-181.6168
2026-06-251.5965
2026-07-021.6000
2026-07-091.6015
2026-07-161.6273
2026-07-231.6316
2026-07-301.6258
2026-08-061.6228
2026-08-131.6269
2026-08-201.6573
2026-08-271.6354
2026-09-031.6424
2026-09-101.6603
2026-09-171.6352
2026-09-241.6164

High

1.6603

Low

1.4695

Average

1.5825

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.