ZAR to HKD exchange rate API
Rand to Hong Kong Dollar · quoted 2026-09-25
0.48056
▲ +2.16% over YTD
1 ZAR = 0.48056 HKD · 1 HKD = 2.0809 ZAR · Get this rate via the API
1 ZAR buys 0.48056 HKD as of 2026-09-25, so 1 HKD buys 2.0809 ZAR. Over the year to date, ZAR/HKD traded between 0.46229 and 0.49309, averaged 0.47895 and rose 2.16%. The API holds daily ZAR/HKD rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.
ZAR/HKD over YTD: show the values
| Point | ZAR/HKD |
|---|---|
| 2025-12-31 | 0.47040 |
| 2026-01-07 | 0.47321 |
| 2026-01-14 | 0.47556 |
| 2026-01-21 | 0.47805 |
| 2026-01-28 | 0.49120 |
| 2026-02-04 | 0.49014 |
| 2026-02-11 | 0.49202 |
| 2026-02-18 | 0.48771 |
| 2026-02-25 | 0.49309 |
| 2026-03-04 | 0.47904 |
| 2026-03-11 | 0.47719 |
| 2026-03-18 | 0.46420 |
| 2026-03-25 | 0.46229 |
| 2026-04-01 | 0.46705 |
| 2026-04-08 | 0.48020 |
| 2026-04-15 | 0.47727 |
| 2026-04-22 | 0.47556 |
| 2026-04-29 | 0.47213 |
| 2026-05-06 | 0.47763 |
| 2026-05-13 | 0.47602 |
| 2026-05-20 | 0.47204 |
| 2026-05-27 | 0.47891 |
| 2026-06-03 | 0.48164 |
| 2026-06-10 | 0.47203 |
| 2026-06-17 | 0.48302 |
| 2026-06-24 | 0.47193 |
| 2026-07-01 | 0.47731 |
| 2026-07-08 | 0.47848 |
| 2026-07-15 | 0.47850 |
| 2026-07-22 | 0.47588 |
| 2026-07-29 | 0.46820 |
| 2026-08-05 | 0.47980 |
| 2026-08-12 | 0.48636 |
| 2026-08-19 | 0.48273 |
| 2026-08-26 | 0.49247 |
| 2026-09-02 | 0.48728 |
| 2026-09-09 | 0.48892 |
| 2026-09-16 | 0.48223 |
| 2026-09-23 | 0.47983 |
High
0.49309
Low
0.46229
Average
0.47895
Get this rate via the API
One GET request returns the ZAR/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=ZAR¤cies=HKD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZAR¤cies=HKD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZAR¤cies=HKD").json()Replace YOUR_API_KEY with the key from your dashboard.
ZAR/HKD API questions
How do I get the ZAR/HKD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ZAR¤cies=HKD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ZAR/HKD rate in rates.HKD.
How far back does ZAR/HKD historical data go?
Daily ZAR/HKD rates are available from 1999-01-04. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free ZAR/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.