Skip to content

HKD to GMD exchange rate API

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

9.4367

▼ +0.26% over 1Y

1 HKD = 9.4367 GMD · 1 GMD = 0.10597 HKD · Get this rate via the API

1 HKD buys 9.4367 GMD as of 2026-09-25, so 1 GMD buys 0.10597 HKD. Over the last year, HKD/GMD traded between 9.2564 and 9.5559, averaged 9.4316 and fell 0.26%. The API holds daily HKD/GMD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

HKD/GMD over 1Y

HKD/GMD over 1Y: show the values
PointHKD/GMD
2025-09-259.4614
2025-10-029.4381
2025-10-099.3573
2025-10-169.3688
2025-10-239.3709
2025-10-309.4189
2025-11-069.4508
2025-11-139.4416
2025-11-209.4575
2025-11-279.4672
2025-12-049.4232
2025-12-129.4674
2025-12-199.4942
2025-12-269.5559
2026-01-029.4920
2026-01-099.4741
2026-01-169.4641
2026-01-239.4277
2026-01-309.4698
2026-02-069.4236
2026-02-139.4414
2026-02-209.4630
2026-02-279.4076
2026-03-069.4299
2026-03-139.4093
2026-03-209.4583
2026-03-279.4541
2026-04-039.4442
2026-04-109.4475
2026-04-179.3220
2026-04-249.3814
2026-05-019.3815
2026-05-089.3253
2026-05-169.2564
2026-05-249.4955
2026-05-319.4323
2026-06-099.3778
2026-06-169.3962
2026-06-239.3775
2026-06-309.4214
2026-07-079.4267
2026-07-149.4420
2026-07-219.4377
2026-07-289.4578
2026-08-049.4452
2026-08-119.4433
2026-08-189.4545
2026-08-269.4676
2026-09-029.5071
2026-09-099.4525
2026-09-169.4324
2026-09-239.4255

High

9.5559

Low

9.2564

Average

9.4316

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

HKD/GMD API questions

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

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

How far back does HKD/GMD historical data go?

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