Skip to content

HKD to GYD exchange rate API

Hong Kong Dollar to Guyana Dollar · quoted 2026-09-25

26.6678

▼ +0.93% over YTD

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 year to date, HKD/GYD traded between 26.4983 and 26.9191, averaged 26.7116 and fell 0.93%. 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 YTD

HKD/GYD over YTD: show the values
PointHKD/GYD
2025-12-3126.9191
2026-01-0726.8920
2026-01-1426.8750
2026-01-2126.8163
2026-01-2826.7208
2026-02-0426.7032
2026-02-1126.7781
2026-02-1826.7380
2026-02-2526.7464
2026-03-0426.7616
2026-03-1126.7267
2026-03-1826.6337
2026-03-2526.7169
2026-04-0126.7011
2026-04-0826.4983
2026-04-1526.7189
2026-04-2226.7100
2026-04-2926.6912
2026-05-0626.6442
2026-05-1426.7094
2026-05-2126.6995
2026-05-2926.5925
2026-06-0526.7425
2026-06-1426.7180
2026-06-2126.7091
2026-06-2826.6870
2026-07-0526.6614
2026-07-1226.6895
2026-07-1926.6759
2026-07-2626.6586
2026-08-0226.6819
2026-08-0926.6915
2026-08-1626.6264
2026-08-2426.7338
2026-08-3126.8176
2026-09-0726.6835
2026-09-1426.6662
2026-09-2126.6495

High

26.9191

Low

26.4983

Average

26.7116

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=GYD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=GYD");
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=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&currencies=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.