HKD to GYD exchange rate API
Hong Kong Dollar to Guyana Dollar · quoted 2026-09-25
26.6678
▼ +0.01% over 30D
1 HKD = 26.6678 GYD · 1 GYD = 0.03750 HKD · Get this rate via the API
1 HKD buys 26.6678 GYD as of 2026-09-25, so 1 GYD buys 0.03750 HKD. Over the last 30 days, HKD/GYD traded between 26.6222 and 26.8186, averaged 26.6794 and fell 0.01%. The API holds daily HKD/GYD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
HKD/GYD over 30D: show the values
| Point | HKD/GYD |
|---|---|
| 2026-08-26 | 26.6704 |
| 2026-08-27 | 26.6944 |
| 2026-08-28 | 26.6556 |
| 2026-08-29 | 26.7038 |
| 2026-08-30 | 26.6894 |
| 2026-08-31 | 26.8176 |
| 2026-09-01 | 26.6570 |
| 2026-09-02 | 26.6937 |
| 2026-09-03 | 26.6429 |
| 2026-09-04 | 26.6294 |
| 2026-09-05 | 26.6358 |
| 2026-09-06 | 26.6895 |
| 2026-09-07 | 26.6835 |
| 2026-09-08 | 26.6755 |
| 2026-09-09 | 26.6347 |
| 2026-09-10 | 26.6798 |
| 2026-09-11 | 26.7083 |
| 2026-09-12 | 26.6222 |
| 2026-09-13 | 26.6503 |
| 2026-09-14 | 26.6662 |
| 2026-09-15 | 26.6478 |
| 2026-09-16 | 26.6524 |
| 2026-09-17 | 26.8186 |
| 2026-09-18 | 26.6613 |
| 2026-09-19 | 26.6307 |
| 2026-09-20 | 26.6915 |
| 2026-09-21 | 26.6495 |
| 2026-09-22 | 26.6827 |
| 2026-09-23 | 26.7004 |
| 2026-09-24 | 26.7696 |
| 2026-09-25 | 26.6687 |
High
26.8186
Low
26.6222
Average
26.6794
Get this rate via the API
One GET request returns the HKD/GYD 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=GYD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=GYD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=GYD").json()Replace YOUR_API_KEY with the key from your dashboard.
HKD/GYD API questions
How do I get the HKD/GYD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=GYD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest HKD/GYD rate in rates.GYD.
How far back does HKD/GYD historical data go?
Daily HKD/GYD 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/GYD 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.