Skip to content

PGK to VEF exchange rate API

Kina to Bolivar · quoted 2026-09-25

18997718.07

▲ +366.24% over 1Y

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 year, PGK/VEF traded between 4074695.06 and 19239264.57, averaged 10791286.69 and rose 366.24%. 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 1Y

PGK/VEF over 1Y: show the values
PointPGK/VEF
2025-09-254074695.06
2025-10-024279700.96
2025-10-094534674.29
2025-10-164794795.16
2025-10-235050129.17
2025-10-305251408.58
2025-11-065333163.62
2025-11-135521838.88
2025-11-205641441.45
2025-11-275707846.33
2025-12-045819903.14
2025-12-126266774.26
2025-12-196577602.89
2025-12-266704720.71
2026-01-026985429.91
2026-01-097455119.31
2026-01-167937977.97
2026-01-238246807.01
2026-01-308455961.32
2026-02-068829916.47
2026-02-149185163.95
2026-02-219308295.18
2026-02-289724058.73
2026-03-0710059532.35
2026-03-1410293872.95
2026-03-2110563738.73
2026-03-2910856104.37
2026-04-0510971647.76
2026-05-1711806073.68
2026-05-2612209546.63
2026-06-0212767019.79
2026-06-1112894762.97
2026-06-1813646504.37
2026-06-2514123853.50
2026-07-0314662982.78
2026-07-1015723007.08
2026-07-1716327795.78
2026-07-2416737911.79
2026-07-3116727459.87
2026-08-0716884688.51
2026-08-1417200152.03
2026-08-2217563579.49
2026-08-2918167343.53
2026-09-0517884812.30
2026-09-1219239264.57
2026-09-2019193677.01

High

19239264.57

Low

4074695.06

Average

10791286.69

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.