PGK to VUV exchange rate API
Kina to Vatu · quoted 2026-09-25
26.4306
▼ +6.25% over 1Y
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 year, PGK/VUV traded between 26.1704 and 29.4178, averaged 27.6887 and fell 6.25%. 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 1Y: show the values
| Point | PGK/VUV |
|---|---|
| 2025-09-25 | 28.1933 |
| 2025-10-02 | 28.6643 |
| 2025-10-09 | 29.1992 |
| 2025-10-16 | 29.1913 |
| 2025-10-23 | 29.4178 |
| 2025-10-30 | 29.0121 |
| 2025-11-06 | 28.8796 |
| 2025-11-13 | 28.8815 |
| 2025-11-20 | 28.8502 |
| 2025-11-27 | 28.7958 |
| 2025-12-04 | 28.5417 |
| 2025-12-11 | 28.5929 |
| 2025-12-18 | 28.5720 |
| 2025-12-25 | 28.0241 |
| 2026-01-01 | 28.3797 |
| 2026-01-08 | 28.3845 |
| 2026-01-15 | 28.4203 |
| 2026-01-22 | 28.2277 |
| 2026-01-29 | 27.9713 |
| 2026-02-05 | 28.0132 |
| 2026-02-12 | 27.7943 |
| 2026-02-19 | 27.6188 |
| 2026-02-26 | 27.6610 |
| 2026-03-05 | 27.6897 |
| 2026-03-12 | 27.6559 |
| 2026-03-19 | 27.6331 |
| 2026-03-26 | 27.8111 |
| 2026-04-02 | 27.7582 |
| 2026-04-09 | 27.7097 |
| 2026-04-16 | 27.2429 |
| 2026-04-23 | 27.2017 |
| 2026-04-30 | 27.2929 |
| 2026-05-07 | 27.0679 |
| 2026-05-14 | 27.2585 |
| 2026-05-21 | 27.1743 |
| 2026-05-28 | 27.1934 |
| 2026-06-04 | 27.0100 |
| 2026-06-11 | 27.1892 |
| 2026-06-18 | 27.1329 |
| 2026-06-25 | 27.2259 |
| 2026-07-02 | 27.3152 |
| 2026-07-09 | 27.3554 |
| 2026-07-16 | 26.9775 |
| 2026-07-23 | 26.7821 |
| 2026-07-30 | 26.9884 |
| 2026-08-06 | 27.0011 |
| 2026-08-13 | 26.8001 |
| 2026-08-20 | 26.3494 |
| 2026-08-27 | 26.7441 |
| 2026-09-03 | 26.5102 |
| 2026-09-10 | 26.1704 |
| 2026-09-17 | 26.5225 |
| 2026-09-24 | 26.7094 |
High
29.4178
Low
26.1704
Average
27.6887
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.