Skip to content

HKD to RWF exchange rate API

Hong Kong Dollar to Rwanda Franc · quoted 2026-09-25

188.1466

▲ +0.91% over 1Y

1 HKD = 188.1466 RWF · 1 RWF = 0.005315 HKD · Get this rate via the API

1 HKD buys 188.1466 RWF as of 2026-09-25, so 1 RWF buys 0.005315 HKD. Over the last year, HKD/RWF traded between 186.0858 and 189.2166, averaged 186.9839 and rose 0.91%. The API holds daily HKD/RWF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

HKD/RWF over 1Y

HKD/RWF over 1Y: show the values
PointHKD/RWF
2025-09-25186.4489
2025-10-02186.1269
2025-10-09186.4225
2025-10-16186.3335
2025-10-23186.5905
2025-10-30186.8289
2025-11-06186.8050
2025-11-13186.8283
2025-11-20186.7797
2025-11-27186.6097
2025-12-04186.6432
2025-12-12186.7391
2025-12-19187.0122
2025-12-26187.3651
2026-01-02186.9009
2026-01-09187.0185
2026-01-16186.8183
2026-01-23186.4478
2026-01-30186.8913
2026-02-06186.6422
2026-02-13186.1916
2026-02-20186.9531
2026-02-27186.4802
2026-03-06186.7411
2026-03-13187.0946
2026-03-20186.0858
2026-03-27186.2327
2026-04-03186.5371
2026-04-10186.5891
2026-04-17186.4392
2026-04-24186.4720
2026-05-01186.6153
2026-05-08187.8881
2026-05-16186.7732
2026-05-24186.9093
2026-05-31186.9083
2026-06-09187.1110
2026-06-16189.2166
2026-06-23186.8179
2026-06-30186.9707
2026-07-07186.8621
2026-07-14187.6079
2026-07-21187.7255
2026-07-28187.4946
2026-08-04187.2332
2026-08-11187.4387
2026-08-18187.3298
2026-08-26187.7796
2026-09-02187.9834
2026-09-09187.5313
2026-09-16187.7085
2026-09-23188.0273

High

189.2166

Low

186.0858

Average

186.9839

For developers

Get this rate via the API

One GET request returns the HKD/RWF 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=HKD&currencies=RWF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=RWF");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=RWF").json()

Replace YOUR_API_KEY with the key from your dashboard.

HKD/RWF API questions

How do I get the HKD/RWF exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=RWF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest HKD/RWF rate in rates.RWF.

How far back does HKD/RWF historical data go?

Daily HKD/RWF rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free HKD/RWF 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.