HKD to GHS exchange rate API
Hong Kong Dollar to Ghana Cedi · quoted 2026-09-25
1.4782
▼ +6.68% over 1Y
1 HKD = 1.4782 GHS · 1 GHS = 0.67650 HKD · Get this rate via the API
1 HKD buys 1.4782 GHS as of 2026-09-25, so 1 GHS buys 0.67650 HKD. Over the last year, HKD/GHS traded between 1.3430 and 1.6126, averaged 1.4391 and fell 6.68%. The API holds daily HKD/GHS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
HKD/GHS over 1Y: show the values
| Point | HKD/GHS |
|---|---|
| 2025-09-25 | 1.5840 |
| 2025-10-02 | 1.6126 |
| 2025-10-09 | 1.5887 |
| 2025-10-16 | 1.4194 |
| 2025-10-23 | 1.3878 |
| 2025-10-30 | 1.3969 |
| 2025-11-06 | 1.4040 |
| 2025-11-13 | 1.4107 |
| 2025-11-20 | 1.4167 |
| 2025-11-27 | 1.4369 |
| 2025-12-04 | 1.4626 |
| 2025-12-12 | 1.4726 |
| 2025-12-19 | 1.4789 |
| 2025-12-26 | 1.4284 |
| 2026-01-02 | 1.3430 |
| 2026-01-09 | 1.3753 |
| 2026-01-16 | 1.3851 |
| 2026-01-23 | 1.3944 |
| 2026-01-30 | 1.4005 |
| 2026-02-06 | 1.4045 |
| 2026-02-13 | 1.4054 |
| 2026-02-20 | 1.4074 |
| 2026-02-27 | 1.3623 |
| 2026-03-06 | 1.3803 |
| 2026-03-13 | 1.3873 |
| 2026-03-20 | 1.3885 |
| 2026-03-27 | 1.3949 |
| 2026-04-03 | 1.4014 |
| 2026-04-10 | 1.4063 |
| 2026-04-17 | 1.4078 |
| 2026-04-24 | 1.4154 |
| 2026-05-01 | 1.4290 |
| 2026-05-08 | 1.4418 |
| 2026-05-16 | 1.4595 |
| 2026-05-24 | 1.4809 |
| 2026-05-31 | 1.4970 |
| 2026-06-09 | 1.5080 |
| 2026-06-16 | 1.4223 |
| 2026-06-23 | 1.4319 |
| 2026-06-30 | 1.4397 |
| 2026-07-07 | 1.4530 |
| 2026-07-14 | 1.4662 |
| 2026-07-21 | 1.4754 |
| 2026-07-28 | 1.4850 |
| 2026-08-04 | 1.4914 |
| 2026-08-11 | 1.4991 |
| 2026-08-18 | 1.4023 |
| 2026-08-26 | 1.4253 |
| 2026-09-02 | 1.4373 |
| 2026-09-09 | 1.4549 |
| 2026-09-16 | 1.4622 |
| 2026-09-23 | 1.4726 |
High
1.6126
Low
1.3430
Average
1.4391
Get this rate via the API
One GET request returns the HKD/GHS 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=GHS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=GHS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=GHS").json()Replace YOUR_API_KEY with the key from your dashboard.
HKD/GHS API questions
How do I get the HKD/GHS exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=GHS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest HKD/GHS rate in rates.GHS.
How far back does HKD/GHS historical data go?
Daily HKD/GHS 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/GHS 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.