HKD to BYN exchange rate API
Hong Kong Dollar to Belarussian Ruble · quoted 2026-09-25
0.38806
▲ +21.11% over 5Y
1 HKD = 0.38806 BYN · 1 BYN = 2.5769 HKD · Get this rate via the API
1 HKD buys 0.38806 BYN as of 2026-09-25, so 1 BYN buys 2.5769 HKD. Over the last 5 years, HKD/BYN traded between 0.31434 and 0.43859, averaged 0.38453 and rose 21.11%. The API holds daily HKD/BYN rates from 2016-07-01 — 10 years of history — so any past day, or a whole series, is one request away.
HKD/BYN over 5Y: show the values
| Point | HKD/BYN |
|---|---|
| 2021-09-27 | 0.32041 |
| 2021-11-08 | 0.31434 |
| 2021-12-20 | 0.32443 |
| 2022-02-01 | 0.33204 |
| 2022-03-15 | 0.42502 |
| 2022-04-29 | 0.42905 |
| 2022-06-15 | 0.42988 |
| 2022-07-27 | 0.32161 |
| 2022-09-07 | 0.32154 |
| 2022-10-19 | 0.32307 |
| 2022-11-30 | 0.32375 |
| 2023-01-12 | 0.32322 |
| 2023-02-23 | 0.32172 |
| 2023-04-11 | 0.32161 |
| 2023-05-26 | 0.32217 |
| 2023-07-10 | 0.32237 |
| 2023-08-21 | 0.32206 |
| 2023-10-02 | 0.42025 |
| 2023-11-13 | 0.42190 |
| 2023-12-27 | 0.42278 |
| 2024-02-08 | 0.41837 |
| 2024-03-21 | 0.41845 |
| 2024-05-08 | 0.41860 |
| 2024-06-24 | 0.41912 |
| 2024-08-05 | 0.42048 |
| 2024-09-15 | 0.41994 |
| 2024-10-22 | 0.42086 |
| 2024-11-21 | 0.42032 |
| 2024-12-21 | 0.42092 |
| 2025-01-20 | 0.42025 |
| 2025-02-19 | 0.42063 |
| 2025-03-21 | 0.42085 |
| 2025-04-20 | 0.42192 |
| 2025-05-20 | 0.41837 |
| 2025-06-19 | 0.41705 |
| 2025-07-19 | 0.41734 |
| 2025-08-18 | 0.42745 |
| 2025-09-17 | 0.43535 |
| 2025-10-17 | 0.43820 |
| 2025-11-16 | 0.43859 |
| 2025-12-16 | 0.37651 |
| 2026-01-15 | 0.37258 |
| 2026-02-14 | 0.36589 |
| 2026-03-16 | 0.37903 |
| 2026-04-15 | 0.36418 |
| 2026-05-15 | 0.35681 |
| 2026-06-15 | 0.35317 |
| 2026-07-15 | 0.36624 |
| 2026-08-14 | 0.38542 |
| 2026-09-13 | 0.38687 |
High
0.43859
Low
0.31434
Average
0.38453
Get this rate via the API
One GET request returns the HKD/BYN 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=BYN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=BYN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=BYN").json()Replace YOUR_API_KEY with the key from your dashboard.
HKD/BYN API questions
How do I get the HKD/BYN exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=BYN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest HKD/BYN rate in rates.BYN.
How far back does HKD/BYN historical data go?
Daily HKD/BYN rates are available from 2016-07-01. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free HKD/BYN 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.