Skip to content

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

PGK/CUP over 1Y: show the values
PointPGK/CUP
2025-09-245.7880
2025-10-015.7849
2025-10-085.7464
2025-10-155.7048
2025-10-225.7726
2025-10-295.7256
2025-11-055.7026
2025-11-125.6665
2025-11-195.6742
2025-11-265.6458
2025-12-035.5907
2025-12-115.6123
2025-12-185.6365
2025-12-255.5533
2026-01-015.6339
2026-01-085.6240
2026-01-155.6250
2026-01-225.6178
2026-01-295.6079
2026-02-055.6134
2026-02-126.1793
2026-02-195.6061
2026-02-265.5627
2026-03-055.5836
2026-03-125.5797
2026-03-195.5849
2026-03-265.5868
2026-04-025.5650
2026-04-096.1336
2026-04-166.1063
2026-04-236.0970
2026-04-306.1018
2026-05-076.0925
2026-05-156.0928
2026-05-235.5268
2026-05-306.0846
2026-06-066.0679
2026-06-156.0572
2026-06-226.0506
2026-06-296.0197
2026-07-066.0077
2026-07-135.9992
2026-07-205.9980
2026-07-275.9867
2026-08-035.9710
2026-08-106.0076
2026-08-175.9276
2026-08-255.9556
2026-09-015.9897
2026-09-085.9544
2026-09-155.9319
2026-09-225.9968

High

6.1793

Low

5.5268

Average

5.8247

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.