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: show the values
| Point | PGK/WST |
|---|---|
| 2025-09-25 | 0.68051 |
| 2025-10-02 | 0.65584 |
| 2025-10-09 | 0.66211 |
| 2025-10-16 | 0.65842 |
| 2025-10-23 | 0.66509 |
| 2025-10-30 | 0.65618 |
| 2025-11-06 | 0.65805 |
| 2025-11-13 | 0.66123 |
| 2025-11-20 | 0.66063 |
| 2025-11-27 | 0.65777 |
| 2025-12-04 | 0.65050 |
| 2025-12-11 | 0.65358 |
| 2025-12-18 | 0.64949 |
| 2025-12-25 | 0.64571 |
| 2026-01-01 | 0.65006 |
| 2026-01-08 | 0.64884 |
| 2026-01-15 | 0.64599 |
| 2026-01-22 | 0.64433 |
| 2026-01-29 | 0.63492 |
| 2026-02-05 | 0.63273 |
| 2026-02-12 | 0.62680 |
| 2026-02-19 | 0.62793 |
| 2026-02-26 | 0.62650 |
| 2026-03-05 | 0.62855 |
| 2026-03-12 | 0.62746 |
| 2026-03-19 | 0.62947 |
| 2026-03-26 | 0.63254 |
| 2026-04-02 | 0.63421 |
| 2026-04-09 | 0.63173 |
| 2026-04-16 | 0.62129 |
| 2026-04-23 | 0.62352 |
| 2026-04-30 | 0.61911 |
| 2026-05-07 | 0.61704 |
| 2026-05-14 | 0.61954 |
| 2026-05-21 | 0.61562 |
| 2026-05-28 | 0.61920 |
| 2026-06-04 | 0.61735 |
| 2026-06-11 | 0.62343 |
| 2026-06-18 | 0.61850 |
| 2026-06-25 | 0.62637 |
| 2026-07-02 | 0.62500 |
| 2026-07-09 | 0.62443 |
| 2026-07-16 | 0.61452 |
| 2026-07-23 | 0.61289 |
| 2026-07-30 | 0.61508 |
| 2026-08-06 | 0.61623 |
| 2026-08-13 | 0.61465 |
| 2026-08-20 | 0.60339 |
| 2026-08-27 | 0.61148 |
| 2026-09-03 | 0.60887 |
| 2026-09-10 | 0.60229 |
| 2026-09-17 | 0.61153 |
| 2026-09-24 | 0.61868 |
High
0.68051
Low
0.60229
Average
0.63246
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=WST"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=WST");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=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¤cies=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.