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: show the values
| Point | HKD/RWF |
|---|---|
| 2025-09-25 | 186.4489 |
| 2025-10-02 | 186.1269 |
| 2025-10-09 | 186.4225 |
| 2025-10-16 | 186.3335 |
| 2025-10-23 | 186.5905 |
| 2025-10-30 | 186.8289 |
| 2025-11-06 | 186.8050 |
| 2025-11-13 | 186.8283 |
| 2025-11-20 | 186.7797 |
| 2025-11-27 | 186.6097 |
| 2025-12-04 | 186.6432 |
| 2025-12-12 | 186.7391 |
| 2025-12-19 | 187.0122 |
| 2025-12-26 | 187.3651 |
| 2026-01-02 | 186.9009 |
| 2026-01-09 | 187.0185 |
| 2026-01-16 | 186.8183 |
| 2026-01-23 | 186.4478 |
| 2026-01-30 | 186.8913 |
| 2026-02-06 | 186.6422 |
| 2026-02-13 | 186.1916 |
| 2026-02-20 | 186.9531 |
| 2026-02-27 | 186.4802 |
| 2026-03-06 | 186.7411 |
| 2026-03-13 | 187.0946 |
| 2026-03-20 | 186.0858 |
| 2026-03-27 | 186.2327 |
| 2026-04-03 | 186.5371 |
| 2026-04-10 | 186.5891 |
| 2026-04-17 | 186.4392 |
| 2026-04-24 | 186.4720 |
| 2026-05-01 | 186.6153 |
| 2026-05-08 | 187.8881 |
| 2026-05-16 | 186.7732 |
| 2026-05-24 | 186.9093 |
| 2026-05-31 | 186.9083 |
| 2026-06-09 | 187.1110 |
| 2026-06-16 | 189.2166 |
| 2026-06-23 | 186.8179 |
| 2026-06-30 | 186.9707 |
| 2026-07-07 | 186.8621 |
| 2026-07-14 | 187.6079 |
| 2026-07-21 | 187.7255 |
| 2026-07-28 | 187.4946 |
| 2026-08-04 | 187.2332 |
| 2026-08-11 | 187.4387 |
| 2026-08-18 | 187.3298 |
| 2026-08-26 | 187.7796 |
| 2026-09-02 | 187.9834 |
| 2026-09-09 | 187.5313 |
| 2026-09-16 | 187.7085 |
| 2026-09-23 | 188.0273 |
High
189.2166
Low
186.0858
Average
186.9839
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=RWF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=RWF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=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¤cies=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.