Skip to content

CUP to HKD exchange rate API

Cuban Peso to Hong Kong Dollar · quoted 2026-09-25

0.32683

▲ +0.76% over 1Y

1 CUP = 0.32683 HKD · 1 HKD = 3.0597 CUP · Get this rate via the API

1 CUP buys 0.32683 HKD as of 2026-09-25, so 1 HKD buys 3.0597 CUP. Over the last year, CUP/HKD traded between 0.29540 and 0.32732, averaged 0.31296 and rose 0.76%. The API holds daily CUP/HKD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CUP/HKD over 1Y

CUP/HKD over 1Y: show the values
PointCUP/HKD
2025-09-250.32437
2025-10-020.32440
2025-10-090.32427
2025-10-160.32436
2025-10-230.32417
2025-10-300.32369
2025-11-060.32443
2025-11-130.32420
2025-11-200.32469
2025-11-270.32415
2025-12-040.32433
2025-12-120.32495
2025-12-190.32427
2025-12-260.32410
2026-01-020.32467
2026-01-090.32445
2026-01-160.32496
2026-01-230.32578
2026-01-300.32520
2026-02-060.32533
2026-02-130.32523
2026-02-200.32533
2026-02-270.32571
2026-03-060.32601
2026-03-130.32508
2026-03-200.32663
2026-03-270.32714
2026-04-030.32732
2026-04-100.29557
2026-04-170.29551
2026-04-240.29566
2026-05-010.29563
2026-05-080.29540
2026-05-160.32617
2026-05-240.32725
2026-05-310.29574
2026-06-090.29568
2026-06-160.29569
2026-06-230.29593
2026-06-300.29584
2026-07-070.29585
2026-07-140.29575
2026-07-210.29578
2026-07-280.29607
2026-08-040.29596
2026-08-110.29606
2026-08-180.29591
2026-08-260.29570
2026-09-020.29586
2026-09-090.29593
2026-09-160.29604
2026-09-230.29582

High

0.32732

Low

0.29540

Average

0.31296

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CUP&currencies=HKD").json()

Replace YOUR_API_KEY with the key from your dashboard.

CUP/HKD API questions

How do I get the CUP/HKD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CUP&currencies=HKD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CUP/HKD rate in rates.HKD.

How far back does CUP/HKD historical data go?

Daily CUP/HKD 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 CUP/HKD 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.