Skip to content

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

GBP/HKD over 5Y: show the values
PointGBP/HKD
2021-09-2710.6596
2021-11-0810.5495
2021-12-2010.3213
2022-01-3110.4619
2022-03-1410.2264
2022-04-279.8611
2022-06-089.8481
2022-07-209.3994
2022-08-319.1228
2022-10-128.6740
2022-11-239.3446
2023-01-059.3755
2023-02-169.4489
2023-03-309.6927
2023-05-169.8108
2023-06-279.9758
2023-08-089.9226
2023-09-199.7094
2023-10-319.5093
2023-12-129.8195
2024-01-269.9491
2024-03-0810.0380
2024-04-239.7199
2024-06-059.9831
2024-07-1710.1732
2024-08-2710.3121
2024-10-0110.3625
2024-10-3110.1009
2024-11-309.9100
2024-12-309.7728
2025-01-299.6738
2025-02-289.8029
2025-03-3010.0633
2025-04-2910.3833
2025-05-2910.5558
2025-06-2810.7609
2025-07-2810.5407
2025-08-2710.4601
2025-09-2610.3912
2025-10-2610.3483
2025-11-2510.2211
2025-12-2510.5081
2026-01-2410.6417
2026-02-2310.5491
2026-03-2510.4713
2026-04-2410.5714
2026-05-2410.5348
2026-06-2310.3611
2026-07-2310.4700
2026-08-2210.6980
2026-09-2110.5087

High

10.7609

Low

8.6740

Average

10.0954

For developers

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