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: show the values
| Point | HKD/GNF |
|---|---|
| 2025-12-31 | 1125.06 |
| 2026-01-07 | 1123.96 |
| 2026-01-14 | 1123.50 |
| 2026-01-21 | 1122.62 |
| 2026-01-28 | 1124.90 |
| 2026-02-04 | 1121.34 |
| 2026-02-11 | 1123.56 |
| 2026-02-18 | 1122.79 |
| 2026-02-25 | 1122.27 |
| 2026-03-04 | 1121.49 |
| 2026-03-11 | 1120.96 |
| 2026-03-18 | 1118.15 |
| 2026-03-25 | 1120.31 |
| 2026-04-01 | 1119.63 |
| 2026-04-08 | 1120.71 |
| 2026-04-15 | 1120.56 |
| 2026-04-22 | 1122.04 |
| 2026-04-29 | 1120.06 |
| 2026-05-06 | 1117.69 |
| 2026-05-14 | 1119.60 |
| 2026-05-21 | 1120.10 |
| 2026-05-29 | 1117.56 |
| 2026-06-05 | 1119.87 |
| 2026-06-14 | 1119.61 |
| 2026-06-21 | 1118.88 |
| 2026-06-28 | 1118.37 |
| 2026-07-05 | 1119.08 |
| 2026-07-12 | 1119.87 |
| 2026-07-19 | 1119.62 |
| 2026-07-26 | 1119.82 |
| 2026-08-02 | 1121.83 |
| 2026-08-09 | 1120.52 |
| 2026-08-16 | 1121.74 |
| 2026-08-24 | 1122.79 |
| 2026-08-31 | 1123.24 |
| 2026-09-07 | 1121.83 |
| 2026-09-14 | 1122.22 |
| 2026-09-21 | 1121.45 |
High
1125.06
Low
1117.56
Average
1121.07
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=GNF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=GNF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=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¤cies=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.