Skip to content

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

PGK/VUV over 1Y: show the values
PointPGK/VUV
2025-09-2528.1933
2025-10-0228.6643
2025-10-0929.1992
2025-10-1629.1913
2025-10-2329.4178
2025-10-3029.0121
2025-11-0628.8796
2025-11-1328.8815
2025-11-2028.8502
2025-11-2728.7958
2025-12-0428.5417
2025-12-1128.5929
2025-12-1828.5720
2025-12-2528.0241
2026-01-0128.3797
2026-01-0828.3845
2026-01-1528.4203
2026-01-2228.2277
2026-01-2927.9713
2026-02-0528.0132
2026-02-1227.7943
2026-02-1927.6188
2026-02-2627.6610
2026-03-0527.6897
2026-03-1227.6559
2026-03-1927.6331
2026-03-2627.8111
2026-04-0227.7582
2026-04-0927.7097
2026-04-1627.2429
2026-04-2327.2017
2026-04-3027.2929
2026-05-0727.0679
2026-05-1427.2585
2026-05-2127.1743
2026-05-2827.1934
2026-06-0427.0100
2026-06-1127.1892
2026-06-1827.1329
2026-06-2527.2259
2026-07-0227.3152
2026-07-0927.3554
2026-07-1626.9775
2026-07-2326.7821
2026-07-3026.9884
2026-08-0627.0011
2026-08-1326.8001
2026-08-2026.3494
2026-08-2726.7441
2026-09-0326.5102
2026-09-1026.1704
2026-09-1726.5225
2026-09-2426.7094

High

29.4178

Low

26.1704

Average

27.6887

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.