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: show the values
| Point | HKD/BTN |
|---|---|
| 2025-09-25 | 11.4088 |
| 2025-10-02 | 11.3970 |
| 2025-10-09 | 11.4063 |
| 2025-10-16 | 11.2775 |
| 2025-10-23 | 11.2974 |
| 2025-10-30 | 11.3749 |
| 2025-11-06 | 11.3971 |
| 2025-11-13 | 11.4051 |
| 2025-11-20 | 11.3675 |
| 2025-11-27 | 11.4637 |
| 2025-12-04 | 11.5893 |
| 2025-12-12 | 11.5947 |
| 2025-12-19 | 11.5973 |
| 2025-12-26 | 11.5810 |
| 2026-01-02 | 11.5420 |
| 2026-01-09 | 11.5291 |
| 2026-01-16 | 11.5795 |
| 2026-01-23 | 11.7457 |
| 2026-01-30 | 11.7732 |
| 2026-02-06 | 11.5619 |
| 2026-02-13 | 11.5934 |
| 2026-02-20 | 11.6471 |
| 2026-02-27 | 11.6285 |
| 2026-03-06 | 11.7156 |
| 2026-03-13 | 11.7903 |
| 2026-03-20 | 11.8602 |
| 2026-03-27 | 12.0188 |
| 2026-04-03 | 11.8294 |
| 2026-04-10 | 11.8082 |
| 2026-04-17 | 11.9148 |
| 2026-04-24 | 12.0029 |
| 2026-05-01 | 12.1111 |
| 2026-05-08 | 12.0802 |
| 2026-05-16 | 12.2581 |
| 2026-05-24 | 12.2173 |
| 2026-05-31 | 12.1209 |
| 2026-06-09 | 12.2043 |
| 2026-06-16 | 12.0761 |
| 2026-06-23 | 12.0777 |
| 2026-06-30 | 12.0589 |
| 2026-07-07 | 12.1574 |
| 2026-07-14 | 12.2277 |
| 2026-07-21 | 12.3006 |
| 2026-07-28 | 12.2105 |
| 2026-08-04 | 12.1640 |
| 2026-08-11 | 12.1599 |
| 2026-08-18 | 12.1975 |
| 2026-08-26 | 12.1555 |
| 2026-09-02 | 12.1066 |
| 2026-09-09 | 12.1091 |
| 2026-09-16 | 12.2233 |
| 2026-09-23 | 12.1919 |
High
12.3006
Low
11.2775
Average
11.8365
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=BTN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=BTN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=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¤cies=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.