Skip to content

PGK to VEF exchange rate API

Kina to Bolivar · quoted 2026-09-25

18997718.07

▲ +174.48% over YTD

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 year to date, PGK/VEF traded between 6921250.33 and 19109610.75, averaged 13115411.21 and rose 174.48%. 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 YTD

PGK/VEF over YTD: show the values
PointPGK/VEF
2025-12-316921250.33
2026-01-077239526.27
2026-01-147795338.60
2026-01-218056918.12
2026-01-288413701.47
2026-02-048720098.85
2026-02-118907516.20
2026-02-199240091.14
2026-02-269534835.54
2026-03-059883227.98
2026-03-1210186336.02
2026-03-1910456148.98
2026-03-2610768224.45
2026-04-0310950503.07
2026-05-1411755675.59
2026-05-2412088895.26
2026-05-3112584771.16
2026-06-0912880585.11
2026-06-1613543549.07
2026-06-2314098975.21
2026-06-3014138827.09
2026-07-0815439566.35
2026-07-1516433732.73
2026-07-2216668766.80
2026-07-2916736288.37
2026-08-0517099292.23
2026-08-1217110473.09
2026-08-2017252088.99
2026-08-2717834595.46
2026-09-0317974612.52
2026-09-1018169776.79
2026-09-1718932463.45
2026-09-2519109610.75

High

19109610.75

Low

6921250.33

Average

13115411.21

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.