PGK to CUP exchange rate API
Kina to Cuban Peso · quoted 2026-09-24
5.9757
▲ +3.24% over 1Y
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 year, PGK/CUP traded between 5.5268 and 6.1793, averaged 5.8247 and rose 3.24%. 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 1Y: show the values
| Point | PGK/CUP |
|---|---|
| 2025-09-24 | 5.7880 |
| 2025-10-01 | 5.7849 |
| 2025-10-08 | 5.7464 |
| 2025-10-15 | 5.7048 |
| 2025-10-22 | 5.7726 |
| 2025-10-29 | 5.7256 |
| 2025-11-05 | 5.7026 |
| 2025-11-12 | 5.6665 |
| 2025-11-19 | 5.6742 |
| 2025-11-26 | 5.6458 |
| 2025-12-03 | 5.5907 |
| 2025-12-11 | 5.6123 |
| 2025-12-18 | 5.6365 |
| 2025-12-25 | 5.5533 |
| 2026-01-01 | 5.6339 |
| 2026-01-08 | 5.6240 |
| 2026-01-15 | 5.6250 |
| 2026-01-22 | 5.6178 |
| 2026-01-29 | 5.6079 |
| 2026-02-05 | 5.6134 |
| 2026-02-12 | 6.1793 |
| 2026-02-19 | 5.6061 |
| 2026-02-26 | 5.5627 |
| 2026-03-05 | 5.5836 |
| 2026-03-12 | 5.5797 |
| 2026-03-19 | 5.5849 |
| 2026-03-26 | 5.5868 |
| 2026-04-02 | 5.5650 |
| 2026-04-09 | 6.1336 |
| 2026-04-16 | 6.1063 |
| 2026-04-23 | 6.0970 |
| 2026-04-30 | 6.1018 |
| 2026-05-07 | 6.0925 |
| 2026-05-15 | 6.0928 |
| 2026-05-23 | 5.5268 |
| 2026-05-30 | 6.0846 |
| 2026-06-06 | 6.0679 |
| 2026-06-15 | 6.0572 |
| 2026-06-22 | 6.0506 |
| 2026-06-29 | 6.0197 |
| 2026-07-06 | 6.0077 |
| 2026-07-13 | 5.9992 |
| 2026-07-20 | 5.9980 |
| 2026-07-27 | 5.9867 |
| 2026-08-03 | 5.9710 |
| 2026-08-10 | 6.0076 |
| 2026-08-17 | 5.9276 |
| 2026-08-25 | 5.9556 |
| 2026-09-01 | 5.9897 |
| 2026-09-08 | 5.9544 |
| 2026-09-15 | 5.9319 |
| 2026-09-22 | 5.9968 |
High
6.1793
Low
5.5268
Average
5.8247
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.