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: show the values
| Point | GEL/HTG |
|---|---|
| 2025-12-31 | 48.7793 |
| 2026-01-07 | 48.6081 |
| 2026-01-14 | 48.8506 |
| 2026-01-21 | 48.6798 |
| 2026-01-28 | 49.0136 |
| 2026-02-04 | 48.6852 |
| 2026-02-11 | 48.8655 |
| 2026-02-18 | 48.9216 |
| 2026-02-25 | 49.2920 |
| 2026-03-04 | 48.5241 |
| 2026-03-11 | 48.3040 |
| 2026-03-18 | 48.2807 |
| 2026-03-25 | 48.4513 |
| 2026-04-01 | 48.8702 |
| 2026-04-08 | 48.6627 |
| 2026-04-15 | 48.8148 |
| 2026-04-22 | 48.7448 |
| 2026-04-29 | 48.5968 |
| 2026-05-06 | 48.5506 |
| 2026-05-14 | 48.8133 |
| 2026-05-21 | 49.0657 |
| 2026-05-29 | 49.0645 |
| 2026-06-05 | 49.2080 |
| 2026-06-14 | 49.3821 |
| 2026-06-21 | 49.5999 |
| 2026-06-28 | 49.6365 |
| 2026-07-05 | 49.8751 |
| 2026-07-12 | 50.0264 |
| 2026-07-19 | 49.9648 |
| 2026-07-26 | 50.2494 |
| 2026-08-02 | 50.2661 |
| 2026-08-09 | 50.2158 |
| 2026-08-16 | 50.4776 |
| 2026-08-24 | 50.4403 |
| 2026-08-31 | 50.5615 |
| 2026-09-07 | 50.2980 |
| 2026-09-14 | 50.3491 |
| 2026-09-21 | 50.2460 |
High
50.5615
Low
48.2807
Average
49.3192
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=HTG"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=HTG");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=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¤cies=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.