Skip to content

GEL to HKD exchange rate API

Lari to Hong Kong Dollar · quoted 2026-09-24

3.0057

▲ +4.73% over 1Y

1 GEL = 3.0057 HKD · 1 HKD = 0.33271 GEL · Get this rate via the API

1 GEL buys 3.0057 HKD as of 2026-09-24, so 1 HKD buys 0.33271 GEL. Over the last year, GEL/HKD traded between 2.8615 and 3.0187, averaged 2.9266 and rose 4.73%. The API holds daily GEL/HKD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GEL/HKD over 1Y

GEL/HKD over 1Y: show the values
PointGEL/HKD
2025-09-242.8699
2025-10-012.8615
2025-10-082.8694
2025-10-152.8713
2025-10-222.8700
2025-10-292.8651
2025-11-052.8742
2025-11-122.8735
2025-11-192.8833
2025-11-262.8812
2025-12-032.8859
2025-12-112.8857
2025-12-182.8905
2025-12-252.8862
2026-01-012.8917
2026-01-082.8924
2026-01-152.8951
2026-01-222.8979
2026-01-292.9023
2026-02-052.9072
2026-02-122.9058
2026-02-192.9197
2026-02-262.9276
2026-03-052.8712
2026-03-122.8695
2026-03-192.8832
2026-03-262.8994
2026-04-022.9184
2026-04-092.9180
2026-04-162.9089
2026-04-232.9119
2026-04-302.9122
2026-05-072.9223
2026-05-152.9220
2026-05-232.9425
2026-05-302.9485
2026-06-062.9480
2026-06-152.9524
2026-06-222.9598
2026-06-292.9724
2026-07-062.9861
2026-07-132.9823
2026-07-202.9959
2026-07-272.9923
2026-08-032.9981
2026-08-103.0042
2026-08-173.0099
2026-08-253.0106
2026-09-013.0081
2026-09-083.0127
2026-09-153.0187
2026-09-223.0172

High

3.0187

Low

2.8615

Average

2.9266

For developers

Get this rate via the API

One GET request returns the GEL/HKD 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=GEL&currencies=HKD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=HKD");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=HKD").json()

Replace YOUR_API_KEY with the key from your dashboard.

GEL/HKD API questions

How do I get the GEL/HKD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=HKD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GEL/HKD rate in rates.HKD.

How far back does GEL/HKD historical data go?

Daily GEL/HKD 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 GEL/HKD 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.