PGK to CUP exchange rate API
Kina to Cuban Peso · quoted 2026-09-24
5.9757
▲ +0.34% over 30D
1 PGK = 5.9757 CUP · 1 CUP = 0.16734 PGK · Get this rate via the API
1 PGK buys 5.9757 CUP as of 2026-09-24, so 1 CUP buys 0.16734 PGK. Over the last 30 days, PGK/CUP traded between 5.8812 and 6.1057, averaged 5.9624 and rose 0.34%. The API holds daily PGK/CUP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
PGK/CUP over 30D: show the values
| Point | PGK/CUP |
|---|---|
| 2026-08-25 | 5.9556 |
| 2026-08-26 | 5.9827 |
| 2026-08-27 | 6.0054 |
| 2026-08-28 | 5.9827 |
| 2026-08-29 | 6.0907 |
| 2026-08-30 | 6.0468 |
| 2026-08-31 | 5.8817 |
| 2026-09-01 | 5.9897 |
| 2026-09-02 | 5.9933 |
| 2026-09-03 | 5.9454 |
| 2026-09-04 | 5.8926 |
| 2026-09-05 | 5.8813 |
| 2026-09-06 | 5.8812 |
| 2026-09-07 | 5.9298 |
| 2026-09-08 | 5.9544 |
| 2026-09-09 | 5.9763 |
| 2026-09-10 | 5.8824 |
| 2026-09-11 | 5.9428 |
| 2026-09-12 | 6.1057 |
| 2026-09-13 | 6.0246 |
| 2026-09-14 | 5.9348 |
| 2026-09-15 | 5.9319 |
| 2026-09-16 | 5.9328 |
| 2026-09-17 | 5.9295 |
| 2026-09-18 | 5.9259 |
| 2026-09-19 | 5.9596 |
| 2026-09-20 | 6.0023 |
| 2026-09-21 | 5.9689 |
| 2026-09-22 | 5.9968 |
| 2026-09-23 | 5.9469 |
| 2026-09-24 | 5.9467 |
High
6.1057
Low
5.8812
Average
5.9624
Get this rate via the API
One GET request returns the PGK/CUP 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=CUP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=CUP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=CUP").json()Replace YOUR_API_KEY with the key from your dashboard.
PGK/CUP API questions
How do I get the PGK/CUP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=CUP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PGK/CUP rate in rates.CUP.
How far back does PGK/CUP historical data go?
Daily PGK/CUP 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/CUP 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.