HKD to BYN exchange rate API
Hong Kong Dollar to Belarussian Ruble · quoted 2026-09-25
0.38806
▼ +10.87% over 1Y
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 year, HKD/BYN traded between 0.34985 and 0.43912, averaged 0.38389 and fell 10.87%. 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 1Y: show the values
| Point | HKD/BYN |
|---|---|
| 2025-09-25 | 0.43537 |
| 2025-10-02 | 0.43562 |
| 2025-10-09 | 0.43694 |
| 2025-10-16 | 0.43816 |
| 2025-10-23 | 0.43833 |
| 2025-10-30 | 0.43856 |
| 2025-11-06 | 0.43816 |
| 2025-11-13 | 0.43895 |
| 2025-11-20 | 0.43860 |
| 2025-11-27 | 0.43912 |
| 2025-12-04 | 0.37349 |
| 2025-12-11 | 0.37518 |
| 2025-12-18 | 0.37744 |
| 2025-12-25 | 0.37491 |
| 2026-01-01 | 0.37710 |
| 2026-01-08 | 0.37810 |
| 2026-01-15 | 0.37258 |
| 2026-01-22 | 0.36633 |
| 2026-01-29 | 0.36353 |
| 2026-02-05 | 0.36635 |
| 2026-02-12 | 0.36722 |
| 2026-02-19 | 0.36619 |
| 2026-02-26 | 0.36712 |
| 2026-03-05 | 0.37407 |
| 2026-03-12 | 0.37717 |
| 2026-03-19 | 0.39134 |
| 2026-03-26 | 0.38071 |
| 2026-04-02 | 0.37896 |
| 2026-04-09 | 0.37135 |
| 2026-04-16 | 0.36426 |
| 2026-04-23 | 0.36025 |
| 2026-04-30 | 0.35963 |
| 2026-05-07 | 0.36076 |
| 2026-05-14 | 0.35682 |
| 2026-05-21 | 0.34985 |
| 2026-05-28 | 0.34997 |
| 2026-06-04 | 0.36045 |
| 2026-06-12 | 0.35220 |
| 2026-06-19 | 0.35469 |
| 2026-06-26 | 0.36604 |
| 2026-07-03 | 0.36947 |
| 2026-07-10 | 0.36478 |
| 2026-07-17 | 0.36949 |
| 2026-07-24 | 0.36695 |
| 2026-07-31 | 0.37126 |
| 2026-08-07 | 0.37925 |
| 2026-08-14 | 0.38542 |
| 2026-08-21 | 0.38555 |
| 2026-08-28 | 0.38441 |
| 2026-09-04 | 0.39305 |
| 2026-09-11 | 0.38736 |
| 2026-09-18 | 0.38655 |
| 2026-09-25 | 0.38672 |
High
0.43912
Low
0.34985
Average
0.38389
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.