Skip to content

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

HKD/BWP over 1Y: show the values
PointHKD/BWP
2025-09-251.7743
2025-10-021.8154
2025-10-091.8082
2025-10-161.7621
2025-10-231.7837
2025-10-301.8158
2025-11-061.7756
2025-11-131.7675
2025-11-201.7821
2025-11-271.7896
2025-12-041.7620
2025-12-121.7892
2025-12-191.7791
2025-12-261.6918
2026-01-021.7564
2026-01-091.7539
2026-01-161.7533
2026-01-231.7602
2026-01-301.6759
2026-02-061.6919
2026-02-131.6797
2026-02-201.6907
2026-02-271.6814
2026-03-061.7276
2026-03-131.7276
2026-03-201.7396
2026-03-271.7523
2026-04-031.7447
2026-04-101.7175
2026-04-171.7133
2026-04-241.7253
2026-05-011.7351
2026-05-081.7159
2026-05-161.8071
2026-05-241.7277
2026-05-311.7145
2026-06-091.7190
2026-06-161.7034
2026-06-231.7314
2026-06-301.7309
2026-07-071.7196
2026-07-141.7268
2026-07-211.8275
2026-07-281.7540
2026-08-041.7319
2026-08-111.7193
2026-08-181.7162
2026-08-261.7064
2026-09-021.7181
2026-09-091.7040
2026-09-161.7250
2026-09-231.7227

High

1.8275

Low

1.6759

Average

1.7412

For developers

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