Skip to content

PGK to VUV exchange rate API

Kina to Vatu · quoted 2026-09-25

26.4306

▼ +6.79% over YTD

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 year to date, PGK/VUV traded between 26.4306 and 28.4567, averaged 27.3361 and fell 6.79%. 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 YTD

PGK/VUV over YTD: show the values
PointPGK/VUV
2025-12-3128.3570
2026-01-0728.3685
2026-01-1428.4567
2026-01-2128.3111
2026-01-2827.9770
2026-02-0428.0091
2026-02-1127.7878
2026-02-1827.6151
2026-02-2527.6498
2026-03-0427.6699
2026-03-1127.8097
2026-03-1827.6653
2026-03-2527.6613
2026-04-0127.8144
2026-04-0827.6918
2026-04-1527.3532
2026-04-2227.1793
2026-04-2927.2200
2026-05-0627.1889
2026-05-1326.9725
2026-05-2027.1573
2026-05-2727.1827
2026-06-0327.0890
2026-06-1027.1542
2026-06-1727.1816
2026-06-2427.2542
2026-07-0127.3027
2026-07-0827.3644
2026-07-1527.1564
2026-07-2227.0171
2026-07-2926.9348
2026-08-0527.0311
2026-08-1226.6636
2026-08-1926.6799
2026-08-2626.6745
2026-09-0226.7215
2026-09-0926.5865
2026-09-1626.5293
2026-09-2326.5739

High

28.4567

Low

26.4306

Average

27.3361

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=VUV"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=VUV");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=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&currencies=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.