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: show the values
| Point | HKD/GNF |
|---|---|
| 2025-09-25 | 1116.81 |
| 2025-10-02 | 1115.84 |
| 2025-10-09 | 1115.05 |
| 2025-10-16 | 1117.21 |
| 2025-10-23 | 1116.71 |
| 2025-10-30 | 1117.86 |
| 2025-11-06 | 1117.59 |
| 2025-11-13 | 1117.24 |
| 2025-11-20 | 1116.44 |
| 2025-11-27 | 1116.81 |
| 2025-12-04 | 1117.24 |
| 2025-12-12 | 1116.75 |
| 2025-12-19 | 1123.51 |
| 2025-12-26 | 1125.08 |
| 2026-01-02 | 1123.74 |
| 2026-01-09 | 1122.91 |
| 2026-01-16 | 1122.79 |
| 2026-01-23 | 1122.77 |
| 2026-01-30 | 1124.49 |
| 2026-02-06 | 1123.67 |
| 2026-02-13 | 1123.67 |
| 2026-02-20 | 1124.00 |
| 2026-02-27 | 1121.16 |
| 2026-03-06 | 1121.88 |
| 2026-03-13 | 1120.77 |
| 2026-03-20 | 1119.86 |
| 2026-03-27 | 1119.58 |
| 2026-04-03 | 1119.46 |
| 2026-04-10 | 1120.30 |
| 2026-04-17 | 1120.39 |
| 2026-04-24 | 1119.98 |
| 2026-05-01 | 1120.39 |
| 2026-05-08 | 1124.73 |
| 2026-05-16 | 1121.24 |
| 2026-05-24 | 1119.88 |
| 2026-05-31 | 1119.78 |
| 2026-06-09 | 1117.37 |
| 2026-06-16 | 1119.15 |
| 2026-06-23 | 1118.93 |
| 2026-06-30 | 1117.78 |
| 2026-07-07 | 1118.00 |
| 2026-07-14 | 1119.99 |
| 2026-07-21 | 1119.77 |
| 2026-07-28 | 1120.30 |
| 2026-08-04 | 1120.54 |
| 2026-08-11 | 1120.15 |
| 2026-08-18 | 1120.01 |
| 2026-08-26 | 1120.82 |
| 2026-09-02 | 1121.98 |
| 2026-09-09 | 1121.28 |
| 2026-09-16 | 1121.62 |
| 2026-09-23 | 1123.09 |
High
1125.08
Low
1115.05
Average
1120.20
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.