PGK to VUV exchange rate API
Kina to Vatu · quoted 2026-09-25
26.4306
▼ +5.02% over 6M
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 6 months, PGK/VUV traded between 26.1677 and 27.8284, averaged 27.0986 and fell 5.02%. 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 6M: show the values
| Point | PGK/VUV |
|---|---|
| 2026-03-29 | 27.8284 |
| 2026-04-05 | 27.7147 |
| 2026-04-12 | 27.5398 |
| 2026-04-19 | 27.1040 |
| 2026-04-26 | 27.2329 |
| 2026-05-03 | 27.3360 |
| 2026-05-10 | 26.9375 |
| 2026-05-17 | 27.0779 |
| 2026-05-24 | 27.2207 |
| 2026-05-31 | 27.1423 |
| 2026-06-07 | 27.0720 |
| 2026-06-14 | 27.4528 |
| 2026-06-21 | 27.1710 |
| 2026-06-28 | 27.2406 |
| 2026-07-05 | 27.1581 |
| 2026-07-12 | 27.2614 |
| 2026-07-19 | 27.0668 |
| 2026-07-26 | 27.0389 |
| 2026-08-02 | 26.9464 |
| 2026-08-09 | 26.9285 |
| 2026-08-16 | 27.0677 |
| 2026-08-23 | 27.0023 |
| 2026-08-30 | 26.9003 |
| 2026-09-06 | 26.1677 |
| 2026-09-13 | 26.7769 |
| 2026-09-20 | 26.8456 |
High
27.8284
Low
26.1677
Average
27.0986
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.