Skip to content

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

CNY/HKD over 1Y: show the values
PointCNY/HKD
2025-09-231.0933
2025-09-301.0929
2025-10-071.0932
2025-10-141.0889
2025-10-211.0917
2025-10-281.0942
2025-11-041.0910
2025-11-111.0919
2025-11-181.0949
2025-11-251.0975
2025-12-021.1011
2025-12-091.1016
2025-12-161.1047
2025-12-231.1067
2025-12-301.1131
2026-01-061.1150
2026-01-131.1185
2026-01-201.1206
2026-01-271.1215
2026-02-031.1261
2026-02-101.1306
2026-02-171.1313
2026-02-241.1367
2026-03-031.1295
2026-03-101.1376
2026-03-171.1378
2026-03-241.1342
2026-03-311.1361
2026-04-071.1427
2026-04-141.1492
2026-04-211.1488
2026-04-281.1458
2026-05-051.1473
2026-05-121.1525
2026-05-191.1508
2026-05-261.1548
2026-06-021.1589
2026-06-091.1573
2026-06-161.1594
2026-06-231.1554
2026-06-301.1557
2026-07-071.1544
2026-07-141.1560
2026-07-211.1588
2026-07-281.1581
2026-08-041.1614
2026-08-111.1632
2026-08-181.1634
2026-08-251.1664
2026-09-011.1664
2026-09-081.1685
2026-09-151.1688
2026-09-221.1706

High

1.1706

Low

1.0889

Average

1.1340

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CNY&currencies=HKD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CNY&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=CNY&currencies=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&currencies=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.