Skip to content

PGK to VEF exchange rate API

Kina to Bolivar · quoted 2026-09-25

18997718.07

▲ +7.34% over 30D

1 PGK = 18997718.07 VEF · 1 VEF = 0.000000 PGK · Get this rate via the API

1 PGK buys 18997718.07 VEF as of 2026-09-25, so 1 VEF buys 0.000000 PGK. Over the last 30 days, PGK/VEF traded between 17572996.42 and 19245414.57, averaged 18457631.62 and rose 7.34%. The API holds daily PGK/VEF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PGK/VEF over 30D

PGK/VEF over 30D: show the values
PointPGK/VEF
2026-08-2617698763.85
2026-08-2717834595.46
2026-08-2817849053.64
2026-08-2918167343.53
2026-08-3018034565.55
2026-08-3117572996.42
2026-09-0117990777.39
2026-09-0218084845.23
2026-09-0317974612.52
2026-09-0417857296.64
2026-09-0517884812.30
2026-09-0617885741.77
2026-09-0718102124.12
2026-09-0818185245.12
2026-09-0918391949.15
2026-09-1018169776.79
2026-09-1118407647.28
2026-09-1219239264.57
2026-09-1318874321.19
2026-09-1418513707.68
2026-09-1518745140.13
2026-09-1618767102.69
2026-09-1718932463.45
2026-09-1919061073.94
2026-09-2019193677.01
2026-09-2119100793.59
2026-09-2219245414.57
2026-09-2319102655.05
2026-09-2419211490.68
2026-09-2519109610.75

High

19245414.57

Low

17572996.42

Average

18457631.62

For developers

Get this rate via the API

One GET request returns the PGK/VEF 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=VEF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=VEF");
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=VEF").json()

Replace YOUR_API_KEY with the key from your dashboard.

PGK/VEF API questions

How do I get the PGK/VEF exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=VEF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PGK/VEF rate in rates.VEF.

How far back does PGK/VEF historical data go?

Daily PGK/VEF 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/VEF 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.