Skip to content

PGK to VEF exchange rate API

Kina to Bolivar · quoted 2026-09-25

18997718.07

▲ +1897.63% over 5Y

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 5 years, PGK/VEF traded between 951013.45 and 19100793.59, averaged 6628435.47 and rose 1897.63%. 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 5Y

PGK/VEF over 5Y: show the values
PointPGK/VEF
2024-08-24951013.45
2024-10-07962182.71
2024-11-061122676.98
2024-12-061250408.78
2025-01-051335501.49
2025-02-041487663.07
2025-03-071614644.76
2025-04-111902064.25
2025-05-122290466.74
2025-06-122466690.18
2025-07-122796616.18
2025-08-113263799.50
2025-09-103775226.76
2025-10-114578910.58
2025-11-105396272.71
2025-12-116141503.97
2026-01-107618497.91
2026-02-098882080.18
2026-03-1210186336.02
2026-05-1711806073.68
2026-06-2013872883.29
2026-07-2116627936.19
2026-08-2117282925.84
2026-09-2119100793.59

High

19100793.59

Low

951013.45

Average

6628435.47

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.