Skip to content

HKD to GYD exchange rate API

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

26.6678

▼ +0.82% over 1Y

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 year, HKD/GYD traded between 26.5373 and 26.9302, averaged 26.7670 and fell 0.82%. 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 1Y

HKD/GYD over 1Y: show the values
PointHKD/GYD
2025-09-2526.8871
2025-10-0226.8881
2025-10-0926.8824
2025-10-1626.9171
2025-10-2326.8974
2025-10-3026.9302
2025-11-0626.8933
2025-11-1326.9239
2025-11-2026.8724
2025-11-2726.9066
2025-12-0426.8766
2025-12-1226.8267
2025-12-1926.8819
2025-12-2626.9164
2026-01-0226.8529
2026-01-0926.8661
2026-01-1626.8269
2026-01-2326.8221
2026-01-3026.8433
2026-02-0626.7906
2026-02-1326.7994
2026-02-2026.7745
2026-02-2726.7560
2026-03-0626.7526
2026-03-1326.8162
2026-03-2026.5373
2026-03-2726.6771
2026-04-0326.6479
2026-04-1026.6769
2026-04-1726.7168
2026-04-2426.7077
2026-05-0126.7098
2026-05-0826.8136
2026-05-1626.6861
2026-05-2426.7082
2026-05-3126.7045
2026-06-0926.6750
2026-06-1626.7268
2026-06-2326.6920
2026-06-3026.6453
2026-07-0726.6281
2026-07-1426.7438
2026-07-2126.6985
2026-07-2826.7001
2026-08-0426.7376
2026-08-1126.7116
2026-08-1826.6869
2026-08-2626.6704
2026-09-0226.6937
2026-09-0926.6347
2026-09-1626.6524
2026-09-2326.7004

High

26.9302

Low

26.5373

Average

26.7670

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.