Skip to content

PGK to CUP exchange rate API

Kina to Cuban Peso · quoted 2026-09-24

5.9757

▼ +2.83% over 6M

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 6 months, PGK/CUP traded between 5.4737 and 6.1499, averaged 5.9658 and fell 2.83%. 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 6M

PGK/CUP over 6M: show the values
PointPGK/CUP
2026-03-286.1499
2026-04-045.5586
2026-04-116.1463
2026-04-186.1328
2026-04-256.1151
2026-05-026.1077
2026-05-096.0914
2026-05-175.4944
2026-05-255.4737
2026-06-016.0652
2026-06-106.0395
2026-06-176.0646
2026-06-246.0493
2026-07-016.0209
2026-07-086.0326
2026-07-156.0181
2026-07-225.9992
2026-07-295.9703
2026-08-056.0051
2026-08-125.9539
2026-08-205.9018
2026-08-276.0054
2026-09-035.9454
2026-09-105.8824
2026-09-175.9295
2026-09-245.9467

High

6.1499

Low

5.4737

Average

5.9658

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=CUP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=CUP");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=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&currencies=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.