PGK to CUP exchange rate API
Kina to Cuban Peso · quoted 2026-09-24
5.9757
▼ +4.38% over 5Y
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 5 years, PGK/CUP traded between 5.5389 and 6.2561, averaged 5.9329 and fell 4.38%. 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 5Y: show the values
| Point | PGK/CUP |
|---|---|
| 2024-08-24 | 6.2494 |
| 2024-10-07 | 6.2561 |
| 2024-11-06 | 6.2008 |
| 2024-12-06 | 6.2176 |
| 2025-01-05 | 6.0538 |
| 2025-02-04 | 6.1134 |
| 2025-03-06 | 5.9783 |
| 2025-04-06 | 5.9715 |
| 2025-05-06 | 6.0088 |
| 2025-06-07 | 5.8535 |
| 2025-07-07 | 5.9770 |
| 2025-08-06 | 5.9581 |
| 2025-09-05 | 5.9024 |
| 2025-10-06 | 5.7714 |
| 2025-11-05 | 5.7026 |
| 2025-12-05 | 5.6440 |
| 2026-01-05 | 5.6366 |
| 2026-02-04 | 5.5976 |
| 2026-03-06 | 5.5782 |
| 2026-04-05 | 5.5389 |
| 2026-05-05 | 6.1086 |
| 2026-06-06 | 6.0679 |
| 2026-07-08 | 6.0326 |
| 2026-08-07 | 5.9296 |
| 2026-09-07 | 5.9298 |
High
6.2561
Low
5.5389
Average
5.9329
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.