Skip to content

GMD to HKD exchange rate API

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

0.10597

▲ +0.36% over YTD

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

1 GMD buys 0.10597 HKD as of 2026-09-25, so 1 HKD buys 9.4367 GMD. Over the year to date, GMD/HKD traded between 0.10452 and 0.10734, averaged 0.10588 and rose 0.36%. The API holds daily GMD/HKD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GMD/HKD over YTD

GMD/HKD over YTD: show the values
PointGMD/HKD
2025-12-310.10559
2026-01-070.10548
2026-01-140.10559
2026-01-210.10566
2026-01-280.10505
2026-02-040.10611
2026-02-110.10592
2026-02-180.10590
2026-02-250.10580
2026-03-040.10610
2026-03-110.10636
2026-03-180.10588
2026-03-250.10563
2026-04-010.10598
2026-04-080.10568
2026-04-150.10657
2026-04-220.10656
2026-04-290.10664
2026-05-060.10734
2026-05-140.10631
2026-05-210.10650
2026-05-290.10641
2026-06-050.10691
2026-06-140.10614
2026-06-210.10497
2026-06-280.10565
2026-07-050.10602
2026-07-120.10537
2026-07-190.10587
2026-07-260.10482
2026-08-020.10452
2026-08-090.10598
2026-08-160.10472
2026-08-240.10556
2026-08-310.10587
2026-09-070.10587
2026-09-140.10596
2026-09-210.10607

High

0.10734

Low

0.10452

Average

0.10588

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

GMD/HKD API questions

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

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

How far back does GMD/HKD historical data go?

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