Skip to content

HKD to GEL exchange rate API

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

0.33267

▼ +3.77% over YTD

1 HKD = 0.33267 GEL · 1 GEL = 3.0059 HKD · Get this rate via the API

1 HKD buys 0.33267 GEL as of 2026-09-25, so 1 GEL buys 3.0059 HKD. Over the year to date, HKD/GEL traded between 0.33124 and 0.34789, averaged 0.33977 and fell 3.77%. The API holds daily HKD/GEL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

HKD/GEL over YTD

HKD/GEL over YTD: show the values
PointHKD/GEL
2025-12-310.34570
2026-01-070.34605
2026-01-140.34555
2026-01-210.34509
2026-01-280.34466
2026-02-040.34423
2026-02-110.34369
2026-02-180.34258
2026-02-250.34181
2026-03-040.34601
2026-03-110.34789
2026-03-180.34616
2026-03-250.34635
2026-04-010.34272
2026-04-080.34319
2026-04-150.34272
2026-04-220.34345
2026-04-290.34390
2026-05-060.34331
2026-05-140.34155
2026-05-210.34061
2026-05-290.33977
2026-06-050.33959
2026-06-140.33874
2026-06-210.33784
2026-06-280.33656
2026-07-050.33594
2026-07-120.33560
2026-07-190.33517
2026-07-260.33429
2026-08-020.33442
2026-08-090.33321
2026-08-160.33260
2026-08-240.33143
2026-08-310.33187
2026-09-070.33170
2026-09-140.33124
2026-09-210.33124

High

0.34789

Low

0.33124

Average

0.33977

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

HKD/GEL API questions

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

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

How far back does HKD/GEL historical data go?

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