Skip to content

CUP to HKD exchange rate API

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

0.32683

▲ +0.85% over YTD

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 year to date, CUP/HKD traded between 0.29554 and 0.32814, averaged 0.30976 and rose 0.85%. 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 YTD

CUP/HKD over YTD: show the values
PointCUP/HKD
2025-12-310.32409
2026-01-070.32461
2026-01-140.32458
2026-01-210.32489
2026-01-280.32632
2026-02-040.32651
2026-02-110.32561
2026-02-180.32605
2026-02-250.32615
2026-03-040.32582
2026-03-110.32598
2026-03-180.32736
2026-03-250.32638
2026-04-010.32676
2026-04-080.32814
2026-04-150.29564
2026-04-220.29554
2026-04-290.29572
2026-05-060.29568
2026-05-140.32643
2026-05-210.32638
2026-05-290.29563
2026-06-050.29559
2026-06-140.29566
2026-06-210.29590
2026-06-280.29581
2026-07-050.29593
2026-07-120.29579
2026-07-190.29580
2026-07-260.29586
2026-08-020.29585
2026-08-090.29599
2026-08-160.29612
2026-08-240.29558
2026-08-310.29575
2026-09-070.29588
2026-09-140.29592
2026-09-210.29608

High

0.32814

Low

0.29554

Average

0.30976

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.