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: show the values
| Point | GEL/HKD |
|---|---|
| 2025-09-24 | 2.8699 |
| 2025-10-01 | 2.8615 |
| 2025-10-08 | 2.8694 |
| 2025-10-15 | 2.8713 |
| 2025-10-22 | 2.8700 |
| 2025-10-29 | 2.8651 |
| 2025-11-05 | 2.8742 |
| 2025-11-12 | 2.8735 |
| 2025-11-19 | 2.8833 |
| 2025-11-26 | 2.8812 |
| 2025-12-03 | 2.8859 |
| 2025-12-11 | 2.8857 |
| 2025-12-18 | 2.8905 |
| 2025-12-25 | 2.8862 |
| 2026-01-01 | 2.8917 |
| 2026-01-08 | 2.8924 |
| 2026-01-15 | 2.8951 |
| 2026-01-22 | 2.8979 |
| 2026-01-29 | 2.9023 |
| 2026-02-05 | 2.9072 |
| 2026-02-12 | 2.9058 |
| 2026-02-19 | 2.9197 |
| 2026-02-26 | 2.9276 |
| 2026-03-05 | 2.8712 |
| 2026-03-12 | 2.8695 |
| 2026-03-19 | 2.8832 |
| 2026-03-26 | 2.8994 |
| 2026-04-02 | 2.9184 |
| 2026-04-09 | 2.9180 |
| 2026-04-16 | 2.9089 |
| 2026-04-23 | 2.9119 |
| 2026-04-30 | 2.9122 |
| 2026-05-07 | 2.9223 |
| 2026-05-15 | 2.9220 |
| 2026-05-23 | 2.9425 |
| 2026-05-30 | 2.9485 |
| 2026-06-06 | 2.9480 |
| 2026-06-15 | 2.9524 |
| 2026-06-22 | 2.9598 |
| 2026-06-29 | 2.9724 |
| 2026-07-06 | 2.9861 |
| 2026-07-13 | 2.9823 |
| 2026-07-20 | 2.9959 |
| 2026-07-27 | 2.9923 |
| 2026-08-03 | 2.9981 |
| 2026-08-10 | 3.0042 |
| 2026-08-17 | 3.0099 |
| 2026-08-25 | 3.0106 |
| 2026-09-01 | 3.0081 |
| 2026-09-08 | 3.0127 |
| 2026-09-15 | 3.0187 |
| 2026-09-22 | 3.0172 |
High
3.0187
Low
2.8615
Average
2.9266
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=HKD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=HKD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=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¤cies=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.