GBP to HKD exchange rate API
Pound Sterling to Hong Kong Dollar · quoted 2026-09-26
10.3906
▼ +2.52% over 5Y
1 GBP = 10.3906 HKD · 1 HKD = 0.09624 GBP · Get this rate via the API
1 GBP buys 10.3906 HKD as of 2026-09-26, so 1 HKD buys 0.09624 GBP. Over the last 5 years, GBP/HKD traded between 8.6740 and 10.7609, averaged 10.0954 and fell 2.52%. The API holds daily GBP/HKD rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.
GBP/HKD over 5Y: show the values
| Point | GBP/HKD |
|---|---|
| 2021-09-27 | 10.6596 |
| 2021-11-08 | 10.5495 |
| 2021-12-20 | 10.3213 |
| 2022-01-31 | 10.4619 |
| 2022-03-14 | 10.2264 |
| 2022-04-27 | 9.8611 |
| 2022-06-08 | 9.8481 |
| 2022-07-20 | 9.3994 |
| 2022-08-31 | 9.1228 |
| 2022-10-12 | 8.6740 |
| 2022-11-23 | 9.3446 |
| 2023-01-05 | 9.3755 |
| 2023-02-16 | 9.4489 |
| 2023-03-30 | 9.6927 |
| 2023-05-16 | 9.8108 |
| 2023-06-27 | 9.9758 |
| 2023-08-08 | 9.9226 |
| 2023-09-19 | 9.7094 |
| 2023-10-31 | 9.5093 |
| 2023-12-12 | 9.8195 |
| 2024-01-26 | 9.9491 |
| 2024-03-08 | 10.0380 |
| 2024-04-23 | 9.7199 |
| 2024-06-05 | 9.9831 |
| 2024-07-17 | 10.1732 |
| 2024-08-27 | 10.3121 |
| 2024-10-01 | 10.3625 |
| 2024-10-31 | 10.1009 |
| 2024-11-30 | 9.9100 |
| 2024-12-30 | 9.7728 |
| 2025-01-29 | 9.6738 |
| 2025-02-28 | 9.8029 |
| 2025-03-30 | 10.0633 |
| 2025-04-29 | 10.3833 |
| 2025-05-29 | 10.5558 |
| 2025-06-28 | 10.7609 |
| 2025-07-28 | 10.5407 |
| 2025-08-27 | 10.4601 |
| 2025-09-26 | 10.3912 |
| 2025-10-26 | 10.3483 |
| 2025-11-25 | 10.2211 |
| 2025-12-25 | 10.5081 |
| 2026-01-24 | 10.6417 |
| 2026-02-23 | 10.5491 |
| 2026-03-25 | 10.4713 |
| 2026-04-24 | 10.5714 |
| 2026-05-24 | 10.5348 |
| 2026-06-23 | 10.3611 |
| 2026-07-23 | 10.4700 |
| 2026-08-22 | 10.6980 |
| 2026-09-21 | 10.5087 |
High
10.7609
Low
8.6740
Average
10.0954
Get this rate via the API
One GET request returns the GBP/HKD 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=GBP¤cies=HKD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=HKD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=HKD").json()Replace YOUR_API_KEY with the key from your dashboard.
GBP/HKD API questions
How do I get the GBP/HKD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=HKD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GBP/HKD rate in rates.HKD.
How far back does GBP/HKD historical data go?
Daily GBP/HKD rates are available from 1999-01-04. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free GBP/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.