Skip to content

PAB to HKD exchange rate API

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

7.8432

▲ +0.84% over 1Y

1 PAB = 7.8432 HKD · 1 HKD = 0.12750 PAB · Get this rate via the API

1 PAB buys 7.8432 HKD as of 2026-09-25, so 1 HKD buys 0.12750 PAB. Over the last year, PAB/HKD traded between 7.7683 and 7.8463, averaged 7.8160 and rose 0.84%. The API holds daily PAB/HKD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PAB/HKD over 1Y

PAB/HKD over 1Y: show the values
PointPAB/HKD
2025-09-257.7780
2025-10-027.7810
2025-10-097.7800
2025-10-167.7728
2025-10-237.7712
2025-10-307.7683
2025-11-067.7751
2025-11-137.7707
2025-11-207.7857
2025-11-277.7782
2025-12-047.7834
2025-12-127.7855
2025-12-197.7809
2025-12-267.7724
2026-01-027.7919
2026-01-097.7962
2026-01-167.8000
2026-01-237.7977
2026-01-307.8083
2026-02-067.8135
2026-02-137.8170
2026-02-207.8152
2026-02-277.8237
2026-03-067.8194
2026-03-137.8274
2026-03-207.8360
2026-03-277.8339
2026-04-037.8373
2026-04-107.8427
2026-04-177.8313
2026-04-247.8344
2026-05-017.8327
2026-05-087.8028
2026-05-167.8307
2026-05-247.8355
2026-05-317.8367
2026-06-097.8364
2026-06-167.8334
2026-06-237.8400
2026-06-307.8418
2026-07-077.8423
2026-07-147.8375
2026-07-217.8407
2026-07-287.8416
2026-08-047.8433
2026-08-117.8463
2026-08-187.8437
2026-08-267.8381
2026-09-027.8425
2026-09-097.8423
2026-09-167.8449
2026-09-237.8438

High

7.8463

Low

7.7683

Average

7.8160

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PAB/HKD API questions

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

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

How far back does PAB/HKD historical data go?

Daily PAB/HKD 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 PAB/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.