BYN to HKD exchange rate API
Belarussian Ruble to Hong Kong Dollar · quoted 2026-09-26
2.5986
▼ +16.74% over 5Y
1 BYN = 2.5986 HKD · 1 HKD = 0.38483 BYN · Get this rate via the API
1 BYN buys 2.5986 HKD as of 2026-09-26, so 1 HKD buys 0.38483 BYN. Over the last 5 years, BYN/HKD traded between 2.2800 and 3.1813, averaged 2.6368 and fell 16.74%. The API holds daily BYN/HKD rates from 2016-07-01 — 10 years of history — so any past day, or a whole series, is one request away.
BYN/HKD over 5Y: show the values
| Point | BYN/HKD |
|---|---|
| 2021-09-27 | 3.1210 |
| 2021-11-08 | 3.1813 |
| 2021-12-20 | 3.0823 |
| 2022-02-01 | 3.0116 |
| 2022-03-15 | 2.3528 |
| 2022-04-29 | 2.3307 |
| 2022-06-15 | 2.3262 |
| 2022-07-27 | 3.1094 |
| 2022-09-07 | 3.1100 |
| 2022-10-19 | 3.0953 |
| 2022-11-30 | 3.0888 |
| 2023-01-12 | 3.0939 |
| 2023-02-23 | 3.1083 |
| 2023-04-11 | 3.1093 |
| 2023-05-26 | 3.1039 |
| 2023-07-10 | 3.1020 |
| 2023-08-21 | 3.1050 |
| 2023-10-02 | 2.3796 |
| 2023-11-13 | 2.3702 |
| 2023-12-27 | 2.3653 |
| 2024-02-08 | 2.3902 |
| 2024-03-21 | 2.3898 |
| 2024-05-08 | 2.3889 |
| 2024-06-24 | 2.3860 |
| 2024-08-05 | 2.3782 |
| 2024-09-15 | 2.3813 |
| 2024-10-22 | 2.3761 |
| 2024-11-21 | 2.3791 |
| 2024-12-21 | 2.3757 |
| 2025-01-20 | 2.3795 |
| 2025-02-19 | 2.3774 |
| 2025-03-21 | 2.3761 |
| 2025-04-20 | 2.3701 |
| 2025-05-20 | 2.3902 |
| 2025-06-19 | 2.3978 |
| 2025-07-19 | 2.3962 |
| 2025-08-18 | 2.3395 |
| 2025-09-17 | 2.2970 |
| 2025-10-17 | 2.2821 |
| 2025-11-16 | 2.2800 |
| 2025-12-16 | 2.6560 |
| 2026-01-15 | 2.6840 |
| 2026-02-14 | 2.7330 |
| 2026-03-16 | 2.6383 |
| 2026-04-15 | 2.7459 |
| 2026-05-15 | 2.8026 |
| 2026-06-15 | 2.8315 |
| 2026-07-15 | 2.7305 |
| 2026-08-14 | 2.5946 |
| 2026-09-13 | 2.5849 |
High
3.1813
Low
2.2800
Average
2.6368
Get this rate via the API
One GET request returns the BYN/HKD 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=BYN¤cies=HKD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BYN¤cies=HKD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BYN¤cies=HKD").json()Replace YOUR_API_KEY with the key from your dashboard.
BYN/HKD API questions
How do I get the BYN/HKD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BYN¤cies=HKD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BYN/HKD rate in rates.HKD.
How far back does BYN/HKD historical data go?
Daily BYN/HKD 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 BYN/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.