ZAR to HKD exchange rate API
Rand to Hong Kong Dollar · quoted 2026-09-25
0.48056
▲ +7.18% over 1Y
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 last year, ZAR/HKD traded between 0.44768 and 0.49795, averaged 0.47205 and rose 7.18%. 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 1Y: show the values
| Point | ZAR/HKD |
|---|---|
| 2025-09-25 | 0.44836 |
| 2025-10-02 | 0.45276 |
| 2025-10-09 | 0.45491 |
| 2025-10-16 | 0.44886 |
| 2025-10-23 | 0.44796 |
| 2025-10-30 | 0.44768 |
| 2025-11-06 | 0.44827 |
| 2025-11-13 | 0.45702 |
| 2025-11-20 | 0.45163 |
| 2025-11-27 | 0.45293 |
| 2025-12-04 | 0.45836 |
| 2025-12-11 | 0.45934 |
| 2025-12-18 | 0.46380 |
| 2025-12-25 | 0.46694 |
| 2026-01-01 | 0.47017 |
| 2026-01-08 | 0.47187 |
| 2026-01-15 | 0.47637 |
| 2026-01-22 | 0.48080 |
| 2026-01-29 | 0.49795 |
| 2026-02-05 | 0.48285 |
| 2026-02-12 | 0.49176 |
| 2026-02-19 | 0.48183 |
| 2026-02-26 | 0.49273 |
| 2026-03-05 | 0.47391 |
| 2026-03-12 | 0.47318 |
| 2026-03-19 | 0.45876 |
| 2026-03-26 | 0.45868 |
| 2026-04-02 | 0.46070 |
| 2026-04-09 | 0.47680 |
| 2026-04-16 | 0.47758 |
| 2026-04-23 | 0.47566 |
| 2026-04-30 | 0.46652 |
| 2026-05-07 | 0.48172 |
| 2026-05-14 | 0.47742 |
| 2026-05-21 | 0.47327 |
| 2026-05-28 | 0.47918 |
| 2026-06-04 | 0.48239 |
| 2026-06-11 | 0.47486 |
| 2026-06-18 | 0.47701 |
| 2026-06-25 | 0.47342 |
| 2026-07-02 | 0.47895 |
| 2026-07-09 | 0.47863 |
| 2026-07-16 | 0.47888 |
| 2026-07-23 | 0.47697 |
| 2026-07-30 | 0.47303 |
| 2026-08-06 | 0.48098 |
| 2026-08-13 | 0.48682 |
| 2026-08-20 | 0.48496 |
| 2026-08-27 | 0.49035 |
| 2026-09-03 | 0.48895 |
| 2026-09-10 | 0.48562 |
| 2026-09-17 | 0.48271 |
| 2026-09-24 | 0.47714 |
High
0.49795
Low
0.44768
Average
0.47205
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.