Skip to content

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

ZAR/HKD over YTD: show the values
PointZAR/HKD
2025-12-310.47040
2026-01-070.47321
2026-01-140.47556
2026-01-210.47805
2026-01-280.49120
2026-02-040.49014
2026-02-110.49202
2026-02-180.48771
2026-02-250.49309
2026-03-040.47904
2026-03-110.47719
2026-03-180.46420
2026-03-250.46229
2026-04-010.46705
2026-04-080.48020
2026-04-150.47727
2026-04-220.47556
2026-04-290.47213
2026-05-060.47763
2026-05-130.47602
2026-05-200.47204
2026-05-270.47891
2026-06-030.48164
2026-06-100.47203
2026-06-170.48302
2026-06-240.47193
2026-07-010.47731
2026-07-080.47848
2026-07-150.47850
2026-07-220.47588
2026-07-290.46820
2026-08-050.47980
2026-08-120.48636
2026-08-190.48273
2026-08-260.49247
2026-09-020.48728
2026-09-090.48892
2026-09-160.48223
2026-09-230.47983

High

0.49309

Low

0.46229

Average

0.47895

For developers

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