Skip to content

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

ZAR/HKD over 1Y: show the values
PointZAR/HKD
2025-09-250.44836
2025-10-020.45276
2025-10-090.45491
2025-10-160.44886
2025-10-230.44796
2025-10-300.44768
2025-11-060.44827
2025-11-130.45702
2025-11-200.45163
2025-11-270.45293
2025-12-040.45836
2025-12-110.45934
2025-12-180.46380
2025-12-250.46694
2026-01-010.47017
2026-01-080.47187
2026-01-150.47637
2026-01-220.48080
2026-01-290.49795
2026-02-050.48285
2026-02-120.49176
2026-02-190.48183
2026-02-260.49273
2026-03-050.47391
2026-03-120.47318
2026-03-190.45876
2026-03-260.45868
2026-04-020.46070
2026-04-090.47680
2026-04-160.47758
2026-04-230.47566
2026-04-300.46652
2026-05-070.48172
2026-05-140.47742
2026-05-210.47327
2026-05-280.47918
2026-06-040.48239
2026-06-110.47486
2026-06-180.47701
2026-06-250.47342
2026-07-020.47895
2026-07-090.47863
2026-07-160.47888
2026-07-230.47697
2026-07-300.47303
2026-08-060.48098
2026-08-130.48682
2026-08-200.48496
2026-08-270.49035
2026-09-030.48895
2026-09-100.48562
2026-09-170.48271
2026-09-240.47714

High

0.49795

Low

0.44768

Average

0.47205

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.