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: show the values
| Point | PGK/VEF |
|---|---|
| 2025-12-31 | 6921250.33 |
| 2026-01-07 | 7239526.27 |
| 2026-01-14 | 7795338.60 |
| 2026-01-21 | 8056918.12 |
| 2026-01-28 | 8413701.47 |
| 2026-02-04 | 8720098.85 |
| 2026-02-11 | 8907516.20 |
| 2026-02-19 | 9240091.14 |
| 2026-02-26 | 9534835.54 |
| 2026-03-05 | 9883227.98 |
| 2026-03-12 | 10186336.02 |
| 2026-03-19 | 10456148.98 |
| 2026-03-26 | 10768224.45 |
| 2026-04-03 | 10950503.07 |
| 2026-05-14 | 11755675.59 |
| 2026-05-24 | 12088895.26 |
| 2026-05-31 | 12584771.16 |
| 2026-06-09 | 12880585.11 |
| 2026-06-16 | 13543549.07 |
| 2026-06-23 | 14098975.21 |
| 2026-06-30 | 14138827.09 |
| 2026-07-08 | 15439566.35 |
| 2026-07-15 | 16433732.73 |
| 2026-07-22 | 16668766.80 |
| 2026-07-29 | 16736288.37 |
| 2026-08-05 | 17099292.23 |
| 2026-08-12 | 17110473.09 |
| 2026-08-20 | 17252088.99 |
| 2026-08-27 | 17834595.46 |
| 2026-09-03 | 17974612.52 |
| 2026-09-10 | 18169776.79 |
| 2026-09-17 | 18932463.45 |
| 2026-09-25 | 19109610.75 |
High
19109610.75
Low
6921250.33
Average
13115411.21
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=VEF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=VEF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=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¤cies=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.