Skip to content

CUC to HKD exchange rate API

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

7.8430

▲ +0.84% over 1Y

1 CUC = 7.8430 HKD · 1 HKD = 0.12750 CUC · Get this rate via the API

1 CUC buys 7.8430 HKD as of 2026-09-25, so 1 HKD buys 0.12750 CUC. Over the last year, CUC/HKD traded between 7.7683 and 7.8457, averaged 7.8161 and rose 0.84%. The API holds daily CUC/HKD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CUC/HKD over 1Y

CUC/HKD over 1Y: show the values
PointCUC/HKD
2025-09-257.7780
2025-10-027.7810
2025-10-097.7800
2025-10-167.7728
2025-10-237.7712
2025-10-307.7683
2025-11-067.7751
2025-11-137.7707
2025-11-207.7857
2025-11-277.7782
2025-12-047.7834
2025-12-127.7855
2025-12-197.7809
2025-12-267.7724
2026-01-027.7919
2026-01-097.7962
2026-01-167.8000
2026-01-237.7977
2026-01-307.8083
2026-02-067.8135
2026-02-137.8170
2026-02-207.8152
2026-02-277.8237
2026-03-067.8194
2026-03-137.8274
2026-03-207.8360
2026-03-277.8339
2026-04-037.8373
2026-04-107.8327
2026-04-177.8310
2026-04-247.8350
2026-05-017.8343
2026-05-087.8282
2026-05-167.8307
2026-05-247.8355
2026-05-317.8372
2026-06-097.8354
2026-06-167.8357
2026-06-237.8421
2026-06-307.8398
2026-07-077.8401
2026-07-147.8374
2026-07-217.8381
2026-07-287.8457
2026-08-047.8429
2026-08-117.8455
2026-08-187.8415
2026-08-267.8361
2026-09-027.8402
2026-09-097.8422
2026-09-167.8451
2026-09-237.8392

High

7.8457

Low

7.7683

Average

7.8161

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

CUC/HKD API questions

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

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

How far back does CUC/HKD historical data go?

Daily CUC/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 CUC/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.