Skip to content

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

HKD/GHS over 1Y: show the values
PointHKD/GHS
2025-09-251.5840
2025-10-021.6126
2025-10-091.5887
2025-10-161.4194
2025-10-231.3878
2025-10-301.3969
2025-11-061.4040
2025-11-131.4107
2025-11-201.4167
2025-11-271.4369
2025-12-041.4626
2025-12-121.4726
2025-12-191.4789
2025-12-261.4284
2026-01-021.3430
2026-01-091.3753
2026-01-161.3851
2026-01-231.3944
2026-01-301.4005
2026-02-061.4045
2026-02-131.4054
2026-02-201.4074
2026-02-271.3623
2026-03-061.3803
2026-03-131.3873
2026-03-201.3885
2026-03-271.3949
2026-04-031.4014
2026-04-101.4063
2026-04-171.4078
2026-04-241.4154
2026-05-011.4290
2026-05-081.4418
2026-05-161.4595
2026-05-241.4809
2026-05-311.4970
2026-06-091.5080
2026-06-161.4223
2026-06-231.4319
2026-06-301.4397
2026-07-071.4530
2026-07-141.4662
2026-07-211.4754
2026-07-281.4850
2026-08-041.4914
2026-08-111.4991
2026-08-181.4023
2026-08-261.4253
2026-09-021.4373
2026-09-091.4549
2026-09-161.4622
2026-09-231.4726

High

1.6126

Low

1.3430

Average

1.4391

For developers

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