HKD to BWP exchange rate API
Hong Kong Dollar to Pula · quoted 2026-09-25
1.7377
▼ +2.06% over 1Y
1 HKD = 1.7377 BWP · 1 BWP = 0.57546 HKD · Get this rate via the API
1 HKD buys 1.7377 BWP as of 2026-09-25, so 1 BWP buys 0.57546 HKD. Over the last year, HKD/BWP traded between 1.6759 and 1.8275, averaged 1.7412 and fell 2.06%. The API holds daily HKD/BWP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
HKD/BWP over 1Y: show the values
| Point | HKD/BWP |
|---|---|
| 2025-09-25 | 1.7743 |
| 2025-10-02 | 1.8154 |
| 2025-10-09 | 1.8082 |
| 2025-10-16 | 1.7621 |
| 2025-10-23 | 1.7837 |
| 2025-10-30 | 1.8158 |
| 2025-11-06 | 1.7756 |
| 2025-11-13 | 1.7675 |
| 2025-11-20 | 1.7821 |
| 2025-11-27 | 1.7896 |
| 2025-12-04 | 1.7620 |
| 2025-12-12 | 1.7892 |
| 2025-12-19 | 1.7791 |
| 2025-12-26 | 1.6918 |
| 2026-01-02 | 1.7564 |
| 2026-01-09 | 1.7539 |
| 2026-01-16 | 1.7533 |
| 2026-01-23 | 1.7602 |
| 2026-01-30 | 1.6759 |
| 2026-02-06 | 1.6919 |
| 2026-02-13 | 1.6797 |
| 2026-02-20 | 1.6907 |
| 2026-02-27 | 1.6814 |
| 2026-03-06 | 1.7276 |
| 2026-03-13 | 1.7276 |
| 2026-03-20 | 1.7396 |
| 2026-03-27 | 1.7523 |
| 2026-04-03 | 1.7447 |
| 2026-04-10 | 1.7175 |
| 2026-04-17 | 1.7133 |
| 2026-04-24 | 1.7253 |
| 2026-05-01 | 1.7351 |
| 2026-05-08 | 1.7159 |
| 2026-05-16 | 1.8071 |
| 2026-05-24 | 1.7277 |
| 2026-05-31 | 1.7145 |
| 2026-06-09 | 1.7190 |
| 2026-06-16 | 1.7034 |
| 2026-06-23 | 1.7314 |
| 2026-06-30 | 1.7309 |
| 2026-07-07 | 1.7196 |
| 2026-07-14 | 1.7268 |
| 2026-07-21 | 1.8275 |
| 2026-07-28 | 1.7540 |
| 2026-08-04 | 1.7319 |
| 2026-08-11 | 1.7193 |
| 2026-08-18 | 1.7162 |
| 2026-08-26 | 1.7064 |
| 2026-09-02 | 1.7181 |
| 2026-09-09 | 1.7040 |
| 2026-09-16 | 1.7250 |
| 2026-09-23 | 1.7227 |
High
1.8275
Low
1.6759
Average
1.7412
Get this rate via the API
One GET request returns the HKD/BWP 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=BWP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=BWP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=BWP").json()Replace YOUR_API_KEY with the key from your dashboard.
HKD/BWP API questions
How do I get the HKD/BWP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=BWP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest HKD/BWP rate in rates.BWP.
How far back does HKD/BWP historical data go?
Daily HKD/BWP 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/BWP 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.