Skip to content

GEL to HTG exchange rate API

Lari to Gourde · quoted 2026-09-26

50.2124

▲ +2.94% over YTD

1 GEL = 50.2124 HTG · 1 HTG = 0.01992 GEL · Get this rate via the API

1 GEL buys 50.2124 HTG as of 2026-09-26, so 1 HTG buys 0.01992 GEL. Over the year to date, GEL/HTG traded between 48.2807 and 50.5615, averaged 49.3192 and rose 2.94%. The API holds daily GEL/HTG rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GEL/HTG over YTD

GEL/HTG over YTD: show the values
PointGEL/HTG
2025-12-3148.7793
2026-01-0748.6081
2026-01-1448.8506
2026-01-2148.6798
2026-01-2849.0136
2026-02-0448.6852
2026-02-1148.8655
2026-02-1848.9216
2026-02-2549.2920
2026-03-0448.5241
2026-03-1148.3040
2026-03-1848.2807
2026-03-2548.4513
2026-04-0148.8702
2026-04-0848.6627
2026-04-1548.8148
2026-04-2248.7448
2026-04-2948.5968
2026-05-0648.5506
2026-05-1448.8133
2026-05-2149.0657
2026-05-2949.0645
2026-06-0549.2080
2026-06-1449.3821
2026-06-2149.5999
2026-06-2849.6365
2026-07-0549.8751
2026-07-1250.0264
2026-07-1949.9648
2026-07-2650.2494
2026-08-0250.2661
2026-08-0950.2158
2026-08-1650.4776
2026-08-2450.4403
2026-08-3150.5615
2026-09-0750.2980
2026-09-1450.3491
2026-09-2150.2460

High

50.5615

Low

48.2807

Average

49.3192

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

GEL/HTG API questions

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

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

How far back does GEL/HTG historical data go?

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