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: show the values
| Point | HKD/GMD |
|---|---|
| 2025-09-25 | 9.4614 |
| 2025-10-02 | 9.4381 |
| 2025-10-09 | 9.3573 |
| 2025-10-16 | 9.3688 |
| 2025-10-23 | 9.3709 |
| 2025-10-30 | 9.4189 |
| 2025-11-06 | 9.4508 |
| 2025-11-13 | 9.4416 |
| 2025-11-20 | 9.4575 |
| 2025-11-27 | 9.4672 |
| 2025-12-04 | 9.4232 |
| 2025-12-12 | 9.4674 |
| 2025-12-19 | 9.4942 |
| 2025-12-26 | 9.5559 |
| 2026-01-02 | 9.4920 |
| 2026-01-09 | 9.4741 |
| 2026-01-16 | 9.4641 |
| 2026-01-23 | 9.4277 |
| 2026-01-30 | 9.4698 |
| 2026-02-06 | 9.4236 |
| 2026-02-13 | 9.4414 |
| 2026-02-20 | 9.4630 |
| 2026-02-27 | 9.4076 |
| 2026-03-06 | 9.4299 |
| 2026-03-13 | 9.4093 |
| 2026-03-20 | 9.4583 |
| 2026-03-27 | 9.4541 |
| 2026-04-03 | 9.4442 |
| 2026-04-10 | 9.4475 |
| 2026-04-17 | 9.3220 |
| 2026-04-24 | 9.3814 |
| 2026-05-01 | 9.3815 |
| 2026-05-08 | 9.3253 |
| 2026-05-16 | 9.2564 |
| 2026-05-24 | 9.4955 |
| 2026-05-31 | 9.4323 |
| 2026-06-09 | 9.3778 |
| 2026-06-16 | 9.3962 |
| 2026-06-23 | 9.3775 |
| 2026-06-30 | 9.4214 |
| 2026-07-07 | 9.4267 |
| 2026-07-14 | 9.4420 |
| 2026-07-21 | 9.4377 |
| 2026-07-28 | 9.4578 |
| 2026-08-04 | 9.4452 |
| 2026-08-11 | 9.4433 |
| 2026-08-18 | 9.4545 |
| 2026-08-26 | 9.4676 |
| 2026-09-02 | 9.5071 |
| 2026-09-09 | 9.4525 |
| 2026-09-16 | 9.4324 |
| 2026-09-23 | 9.4255 |
High
9.5559
Low
9.2564
Average
9.4316
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=GMD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=GMD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=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¤cies=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.