Skip to content

HKD to GNF exchange rate API

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

1122.25

▲ +0.49% over 1Y

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 last year, HKD/GNF traded between 1115.05 and 1125.08, averaged 1120.20 and rose 0.49%. 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 1Y

HKD/GNF over 1Y: show the values
PointHKD/GNF
2025-09-251116.81
2025-10-021115.84
2025-10-091115.05
2025-10-161117.21
2025-10-231116.71
2025-10-301117.86
2025-11-061117.59
2025-11-131117.24
2025-11-201116.44
2025-11-271116.81
2025-12-041117.24
2025-12-121116.75
2025-12-191123.51
2025-12-261125.08
2026-01-021123.74
2026-01-091122.91
2026-01-161122.79
2026-01-231122.77
2026-01-301124.49
2026-02-061123.67
2026-02-131123.67
2026-02-201124.00
2026-02-271121.16
2026-03-061121.88
2026-03-131120.77
2026-03-201119.86
2026-03-271119.58
2026-04-031119.46
2026-04-101120.30
2026-04-171120.39
2026-04-241119.98
2026-05-011120.39
2026-05-081124.73
2026-05-161121.24
2026-05-241119.88
2026-05-311119.78
2026-06-091117.37
2026-06-161119.15
2026-06-231118.93
2026-06-301117.78
2026-07-071118.00
2026-07-141119.99
2026-07-211119.77
2026-07-281120.30
2026-08-041120.54
2026-08-111120.15
2026-08-181120.01
2026-08-261120.82
2026-09-021121.98
2026-09-091121.28
2026-09-161121.62
2026-09-231123.09

High

1125.08

Low

1115.05

Average

1120.20

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.