Skip to content

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

HKD/BYN over 1Y: show the values
PointHKD/BYN
2025-09-250.43537
2025-10-020.43562
2025-10-090.43694
2025-10-160.43816
2025-10-230.43833
2025-10-300.43856
2025-11-060.43816
2025-11-130.43895
2025-11-200.43860
2025-11-270.43912
2025-12-040.37349
2025-12-110.37518
2025-12-180.37744
2025-12-250.37491
2026-01-010.37710
2026-01-080.37810
2026-01-150.37258
2026-01-220.36633
2026-01-290.36353
2026-02-050.36635
2026-02-120.36722
2026-02-190.36619
2026-02-260.36712
2026-03-050.37407
2026-03-120.37717
2026-03-190.39134
2026-03-260.38071
2026-04-020.37896
2026-04-090.37135
2026-04-160.36426
2026-04-230.36025
2026-04-300.35963
2026-05-070.36076
2026-05-140.35682
2026-05-210.34985
2026-05-280.34997
2026-06-040.36045
2026-06-120.35220
2026-06-190.35469
2026-06-260.36604
2026-07-030.36947
2026-07-100.36478
2026-07-170.36949
2026-07-240.36695
2026-07-310.37126
2026-08-070.37925
2026-08-140.38542
2026-08-210.38555
2026-08-280.38441
2026-09-040.39305
2026-09-110.38736
2026-09-180.38655
2026-09-250.38672

High

0.43912

Low

0.34985

Average

0.38389

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=BYN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=BYN");
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=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&currencies=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.