PGK to CUP exchange rate API
Kina to Cuban Peso · quoted 2026-09-24
5.9757
▲ +6.05% over YTD
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 year to date, PGK/CUP traded between 5.5082 and 6.1106, averaged 5.8291 and rose 6.05%. 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 YTD: show the values
| Point | PGK/CUP |
|---|---|
| 2025-12-31 | 5.6349 |
| 2026-01-07 | 5.6218 |
| 2026-01-14 | 5.6328 |
| 2026-01-21 | 5.6207 |
| 2026-01-28 | 5.5931 |
| 2026-02-04 | 5.5976 |
| 2026-02-11 | 5.5937 |
| 2026-02-18 | 5.5812 |
| 2026-02-25 | 5.5823 |
| 2026-03-04 | 5.5788 |
| 2026-03-11 | 5.5787 |
| 2026-03-18 | 5.5576 |
| 2026-03-25 | 5.5587 |
| 2026-04-01 | 5.5521 |
| 2026-04-08 | 5.5175 |
| 2026-04-15 | 6.1106 |
| 2026-04-22 | 6.0909 |
| 2026-04-29 | 6.1002 |
| 2026-05-06 | 6.0964 |
| 2026-05-14 | 5.5434 |
| 2026-05-21 | 5.5082 |
| 2026-05-29 | 6.0820 |
| 2026-06-05 | 6.0477 |
| 2026-06-14 | 6.1009 |
| 2026-06-21 | 6.0527 |
| 2026-06-28 | 6.0394 |
| 2026-07-05 | 6.0083 |
| 2026-07-12 | 6.0265 |
| 2026-07-19 | 6.0204 |
| 2026-07-26 | 6.0078 |
| 2026-08-02 | 6.0008 |
| 2026-08-09 | 5.9895 |
| 2026-08-16 | 6.0424 |
| 2026-08-24 | 5.9762 |
| 2026-08-31 | 5.8817 |
| 2026-09-07 | 5.9298 |
| 2026-09-14 | 5.9348 |
| 2026-09-21 | 5.9689 |
High
6.1106
Low
5.5082
Average
5.8291
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.