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: show the values
| Point | PGK/VEF |
|---|---|
| 2025-09-25 | 4074695.06 |
| 2025-10-02 | 4279700.96 |
| 2025-10-09 | 4534674.29 |
| 2025-10-16 | 4794795.16 |
| 2025-10-23 | 5050129.17 |
| 2025-10-30 | 5251408.58 |
| 2025-11-06 | 5333163.62 |
| 2025-11-13 | 5521838.88 |
| 2025-11-20 | 5641441.45 |
| 2025-11-27 | 5707846.33 |
| 2025-12-04 | 5819903.14 |
| 2025-12-12 | 6266774.26 |
| 2025-12-19 | 6577602.89 |
| 2025-12-26 | 6704720.71 |
| 2026-01-02 | 6985429.91 |
| 2026-01-09 | 7455119.31 |
| 2026-01-16 | 7937977.97 |
| 2026-01-23 | 8246807.01 |
| 2026-01-30 | 8455961.32 |
| 2026-02-06 | 8829916.47 |
| 2026-02-14 | 9185163.95 |
| 2026-02-21 | 9308295.18 |
| 2026-02-28 | 9724058.73 |
| 2026-03-07 | 10059532.35 |
| 2026-03-14 | 10293872.95 |
| 2026-03-21 | 10563738.73 |
| 2026-03-29 | 10856104.37 |
| 2026-04-05 | 10971647.76 |
| 2026-05-17 | 11806073.68 |
| 2026-05-26 | 12209546.63 |
| 2026-06-02 | 12767019.79 |
| 2026-06-11 | 12894762.97 |
| 2026-06-18 | 13646504.37 |
| 2026-06-25 | 14123853.50 |
| 2026-07-03 | 14662982.78 |
| 2026-07-10 | 15723007.08 |
| 2026-07-17 | 16327795.78 |
| 2026-07-24 | 16737911.79 |
| 2026-07-31 | 16727459.87 |
| 2026-08-07 | 16884688.51 |
| 2026-08-14 | 17200152.03 |
| 2026-08-22 | 17563579.49 |
| 2026-08-29 | 18167343.53 |
| 2026-09-05 | 17884812.30 |
| 2026-09-12 | 19239264.57 |
| 2026-09-20 | 19193677.01 |
High
19239264.57
Low
4074695.06
Average
10791286.69
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.