Skip to content

PGK to VUV exchange rate API

Kina to Vatu · quoted 2026-09-25

26.4306

▼ +0.91% over 30D

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 30 days, PGK/VUV traded between 26.0686 and 27.0870, averaged 26.5729 and fell 0.91%. 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 30D

PGK/VUV over 30D: show the values
PointPGK/VUV
2026-08-2626.6745
2026-08-2726.7441
2026-08-2826.6452
2026-08-2927.0870
2026-08-3026.9003
2026-08-3126.2257
2026-09-0126.6612
2026-09-0226.7215
2026-09-0326.5102
2026-09-0426.2522
2026-09-0526.0686
2026-09-0626.1677
2026-09-0726.4037
2026-09-0826.4820
2026-09-0926.5865
2026-09-1026.1704
2026-09-1126.4624
2026-09-1227.0339
2026-09-1326.7769
2026-09-1426.5011
2026-09-1526.4893
2026-09-1626.5293
2026-09-1726.5225
2026-09-1826.5045
2026-09-1926.6000
2026-09-2026.8456
2026-09-2126.7135
2026-09-2226.7660
2026-09-2326.5739
2026-09-2426.7094
2026-09-2526.5743

High

27.0870

Low

26.0686

Average

26.5729

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.