Skip to content

HKD to BTN exchange rate API

Hong Kong Dollar to Ngultrum · quoted 2026-09-25

12.2297

▲ +7.20% over 1Y

1 HKD = 12.2297 BTN · 1 BTN = 0.08177 HKD · Get this rate via the API

1 HKD buys 12.2297 BTN as of 2026-09-25, so 1 BTN buys 0.08177 HKD. Over the last year, HKD/BTN traded between 11.2775 and 12.3006, averaged 11.8365 and rose 7.20%. The API holds daily HKD/BTN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

HKD/BTN over 1Y

HKD/BTN over 1Y: show the values
PointHKD/BTN
2025-09-2511.4088
2025-10-0211.3970
2025-10-0911.4063
2025-10-1611.2775
2025-10-2311.2974
2025-10-3011.3749
2025-11-0611.3971
2025-11-1311.4051
2025-11-2011.3675
2025-11-2711.4637
2025-12-0411.5893
2025-12-1211.5947
2025-12-1911.5973
2025-12-2611.5810
2026-01-0211.5420
2026-01-0911.5291
2026-01-1611.5795
2026-01-2311.7457
2026-01-3011.7732
2026-02-0611.5619
2026-02-1311.5934
2026-02-2011.6471
2026-02-2711.6285
2026-03-0611.7156
2026-03-1311.7903
2026-03-2011.8602
2026-03-2712.0188
2026-04-0311.8294
2026-04-1011.8082
2026-04-1711.9148
2026-04-2412.0029
2026-05-0112.1111
2026-05-0812.0802
2026-05-1612.2581
2026-05-2412.2173
2026-05-3112.1209
2026-06-0912.2043
2026-06-1612.0761
2026-06-2312.0777
2026-06-3012.0589
2026-07-0712.1574
2026-07-1412.2277
2026-07-2112.3006
2026-07-2812.2105
2026-08-0412.1640
2026-08-1112.1599
2026-08-1812.1975
2026-08-2612.1555
2026-09-0212.1066
2026-09-0912.1091
2026-09-1612.2233
2026-09-2312.1919

High

12.3006

Low

11.2775

Average

11.8365

For developers

Get this rate via the API

One GET request returns the HKD/BTN 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=BTN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=BTN");
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=BTN").json()

Replace YOUR_API_KEY with the key from your dashboard.

HKD/BTN API questions

How do I get the HKD/BTN exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=BTN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest HKD/BTN rate in rates.BTN.

How far back does HKD/BTN historical data go?

Daily HKD/BTN rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free HKD/BTN 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.