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: show the values
| Point | CUC/HKD |
|---|---|
| 2025-09-25 | 7.7780 |
| 2025-10-02 | 7.7810 |
| 2025-10-09 | 7.7800 |
| 2025-10-16 | 7.7728 |
| 2025-10-23 | 7.7712 |
| 2025-10-30 | 7.7683 |
| 2025-11-06 | 7.7751 |
| 2025-11-13 | 7.7707 |
| 2025-11-20 | 7.7857 |
| 2025-11-27 | 7.7782 |
| 2025-12-04 | 7.7834 |
| 2025-12-12 | 7.7855 |
| 2025-12-19 | 7.7809 |
| 2025-12-26 | 7.7724 |
| 2026-01-02 | 7.7919 |
| 2026-01-09 | 7.7962 |
| 2026-01-16 | 7.8000 |
| 2026-01-23 | 7.7977 |
| 2026-01-30 | 7.8083 |
| 2026-02-06 | 7.8135 |
| 2026-02-13 | 7.8170 |
| 2026-02-20 | 7.8152 |
| 2026-02-27 | 7.8237 |
| 2026-03-06 | 7.8194 |
| 2026-03-13 | 7.8274 |
| 2026-03-20 | 7.8360 |
| 2026-03-27 | 7.8339 |
| 2026-04-03 | 7.8373 |
| 2026-04-10 | 7.8327 |
| 2026-04-17 | 7.8310 |
| 2026-04-24 | 7.8350 |
| 2026-05-01 | 7.8343 |
| 2026-05-08 | 7.8282 |
| 2026-05-16 | 7.8307 |
| 2026-05-24 | 7.8355 |
| 2026-05-31 | 7.8372 |
| 2026-06-09 | 7.8354 |
| 2026-06-16 | 7.8357 |
| 2026-06-23 | 7.8421 |
| 2026-06-30 | 7.8398 |
| 2026-07-07 | 7.8401 |
| 2026-07-14 | 7.8374 |
| 2026-07-21 | 7.8381 |
| 2026-07-28 | 7.8457 |
| 2026-08-04 | 7.8429 |
| 2026-08-11 | 7.8455 |
| 2026-08-18 | 7.8415 |
| 2026-08-26 | 7.8361 |
| 2026-09-02 | 7.8402 |
| 2026-09-09 | 7.8422 |
| 2026-09-16 | 7.8451 |
| 2026-09-23 | 7.8392 |
High
7.8457
Low
7.7683
Average
7.8161
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CUC¤cies=HKD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CUC¤cies=HKD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CUC¤cies=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¤cies=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.