Skip to content

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

BYN/HKD over 5Y: show the values
PointBYN/HKD
2021-09-273.1210
2021-11-083.1813
2021-12-203.0823
2022-02-013.0116
2022-03-152.3528
2022-04-292.3307
2022-06-152.3262
2022-07-273.1094
2022-09-073.1100
2022-10-193.0953
2022-11-303.0888
2023-01-123.0939
2023-02-233.1083
2023-04-113.1093
2023-05-263.1039
2023-07-103.1020
2023-08-213.1050
2023-10-022.3796
2023-11-132.3702
2023-12-272.3653
2024-02-082.3902
2024-03-212.3898
2024-05-082.3889
2024-06-242.3860
2024-08-052.3782
2024-09-152.3813
2024-10-222.3761
2024-11-212.3791
2024-12-212.3757
2025-01-202.3795
2025-02-192.3774
2025-03-212.3761
2025-04-202.3701
2025-05-202.3902
2025-06-192.3978
2025-07-192.3962
2025-08-182.3395
2025-09-172.2970
2025-10-172.2821
2025-11-162.2800
2025-12-162.6560
2026-01-152.6840
2026-02-142.7330
2026-03-162.6383
2026-04-152.7459
2026-05-152.8026
2026-06-152.8315
2026-07-152.7305
2026-08-142.5946
2026-09-132.5849

High

3.1813

Low

2.2800

Average

2.6368

For developers

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BYN&currencies=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&currencies=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.