Skip to content

HKD to GNF exchange rate API

Hong Kong Dollar to Guinea Franc · quoted 2026-09-25

1122.25

▼ +0.25% over YTD

1 HKD = 1122.25 GNF · 1 GNF = 0.000891 HKD · Get this rate via the API

1 HKD buys 1122.25 GNF as of 2026-09-25, so 1 GNF buys 0.000891 HKD. Over the year to date, HKD/GNF traded between 1117.56 and 1125.06, averaged 1121.07 and fell 0.25%. The API holds daily HKD/GNF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

HKD/GNF over YTD

HKD/GNF over YTD: show the values
PointHKD/GNF
2025-12-311125.06
2026-01-071123.96
2026-01-141123.50
2026-01-211122.62
2026-01-281124.90
2026-02-041121.34
2026-02-111123.56
2026-02-181122.79
2026-02-251122.27
2026-03-041121.49
2026-03-111120.96
2026-03-181118.15
2026-03-251120.31
2026-04-011119.63
2026-04-081120.71
2026-04-151120.56
2026-04-221122.04
2026-04-291120.06
2026-05-061117.69
2026-05-141119.60
2026-05-211120.10
2026-05-291117.56
2026-06-051119.87
2026-06-141119.61
2026-06-211118.88
2026-06-281118.37
2026-07-051119.08
2026-07-121119.87
2026-07-191119.62
2026-07-261119.82
2026-08-021121.83
2026-08-091120.52
2026-08-161121.74
2026-08-241122.79
2026-08-311123.24
2026-09-071121.83
2026-09-141122.22
2026-09-211121.45

High

1125.06

Low

1117.56

Average

1121.07

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

HKD/GNF API questions

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

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

How far back does HKD/GNF historical data go?

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