PGK to VUV exchange rate API
Kina to Vatu · quoted 2026-09-25
26.4306
▼ +14.21% over 5Y
1 PGK = 26.4306 VUV · 1 VUV = 0.03783 PGK · Get this rate via the API
1 PGK buys 26.4306 VUV as of 2026-09-25, so 1 VUV buys 0.03783 PGK. Over the last 5 years, PGK/VUV traded between 26.4306 and 31.1628, averaged 28.7695 and fell 14.21%. The API holds daily PGK/VUV rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
PGK/VUV over 5Y: show the values
| Point | PGK/VUV |
|---|---|
| 2024-08-24 | 30.8088 |
| 2024-10-01 | 30.2111 |
| 2024-10-31 | 30.3400 |
| 2024-11-30 | 30.3455 |
| 2024-12-30 | 30.6604 |
| 2025-01-29 | 31.1628 |
| 2025-02-28 | 30.7471 |
| 2025-03-30 | 30.5989 |
| 2025-04-29 | 29.8606 |
| 2025-05-29 | 29.4736 |
| 2025-06-28 | 29.3483 |
| 2025-07-28 | 28.7239 |
| 2025-08-27 | 28.5732 |
| 2025-09-26 | 27.8489 |
| 2025-10-26 | 29.0433 |
| 2025-11-25 | 29.1126 |
| 2025-12-25 | 28.0241 |
| 2026-01-24 | 28.1346 |
| 2026-02-23 | 27.5744 |
| 2026-03-25 | 27.6613 |
| 2026-04-24 | 27.3623 |
| 2026-05-24 | 27.2207 |
| 2026-06-23 | 27.2333 |
| 2026-07-23 | 26.7821 |
| 2026-08-22 | 26.7800 |
| 2026-09-21 | 26.7135 |
High
31.1628
Low
26.4306
Average
28.7695
Get this rate via the API
One GET request returns the PGK/VUV 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=VUV"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=VUV");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=VUV").json()Replace YOUR_API_KEY with the key from your dashboard.
PGK/VUV API questions
How do I get the PGK/VUV exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=VUV, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PGK/VUV rate in rates.VUV.
How far back does PGK/VUV historical data go?
Daily PGK/VUV 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/VUV 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.