CNY to HKD exchange rate API
Yuan Renminbi to Hong Kong Dollar · quoted 2026-09-23
1.1684
▲ +6.87% over 1Y
1 CNY = 1.1684 HKD · 1 HKD = 0.85586 CNY · Get this rate via the API
1 CNY buys 1.1684 HKD as of 2026-09-23, so 1 HKD buys 0.85586 CNY. Over the last year, CNY/HKD traded between 1.0889 and 1.1706, averaged 1.1340 and rose 6.87%. The API holds daily CNY/HKD rates from 2005-04-01 — 21 years of history — so any past day, or a whole series, is one request away.
CNY/HKD over 1Y: show the values
| Point | CNY/HKD |
|---|---|
| 2025-09-23 | 1.0933 |
| 2025-09-30 | 1.0929 |
| 2025-10-07 | 1.0932 |
| 2025-10-14 | 1.0889 |
| 2025-10-21 | 1.0917 |
| 2025-10-28 | 1.0942 |
| 2025-11-04 | 1.0910 |
| 2025-11-11 | 1.0919 |
| 2025-11-18 | 1.0949 |
| 2025-11-25 | 1.0975 |
| 2025-12-02 | 1.1011 |
| 2025-12-09 | 1.1016 |
| 2025-12-16 | 1.1047 |
| 2025-12-23 | 1.1067 |
| 2025-12-30 | 1.1131 |
| 2026-01-06 | 1.1150 |
| 2026-01-13 | 1.1185 |
| 2026-01-20 | 1.1206 |
| 2026-01-27 | 1.1215 |
| 2026-02-03 | 1.1261 |
| 2026-02-10 | 1.1306 |
| 2026-02-17 | 1.1313 |
| 2026-02-24 | 1.1367 |
| 2026-03-03 | 1.1295 |
| 2026-03-10 | 1.1376 |
| 2026-03-17 | 1.1378 |
| 2026-03-24 | 1.1342 |
| 2026-03-31 | 1.1361 |
| 2026-04-07 | 1.1427 |
| 2026-04-14 | 1.1492 |
| 2026-04-21 | 1.1488 |
| 2026-04-28 | 1.1458 |
| 2026-05-05 | 1.1473 |
| 2026-05-12 | 1.1525 |
| 2026-05-19 | 1.1508 |
| 2026-05-26 | 1.1548 |
| 2026-06-02 | 1.1589 |
| 2026-06-09 | 1.1573 |
| 2026-06-16 | 1.1594 |
| 2026-06-23 | 1.1554 |
| 2026-06-30 | 1.1557 |
| 2026-07-07 | 1.1544 |
| 2026-07-14 | 1.1560 |
| 2026-07-21 | 1.1588 |
| 2026-07-28 | 1.1581 |
| 2026-08-04 | 1.1614 |
| 2026-08-11 | 1.1632 |
| 2026-08-18 | 1.1634 |
| 2026-08-25 | 1.1664 |
| 2026-09-01 | 1.1664 |
| 2026-09-08 | 1.1685 |
| 2026-09-15 | 1.1688 |
| 2026-09-22 | 1.1706 |
High
1.1706
Low
1.0889
Average
1.1340
Get this rate via the API
One GET request returns the CNY/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=CNY¤cies=HKD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CNY¤cies=HKD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CNY¤cies=HKD").json()Replace YOUR_API_KEY with the key from your dashboard.
CNY/HKD API questions
How do I get the CNY/HKD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CNY¤cies=HKD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CNY/HKD rate in rates.HKD.
How far back does CNY/HKD historical data go?
Daily CNY/HKD rates are available from 2005-04-01. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free CNY/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.