GEL to HTG exchange rate API
Lari to Gourde · quoted 2026-09-26
50.2124
▲ +3.76% over 1Y
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 last year, GEL/HTG traded between 48.0022 and 50.6638, averaged 49.0575 and rose 3.76%. 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 1Y: show the values
| Point | GEL/HTG |
|---|---|
| 2025-09-26 | 48.3912 |
| 2025-10-03 | 48.2436 |
| 2025-10-10 | 48.5198 |
| 2025-10-17 | 48.2505 |
| 2025-10-24 | 48.0022 |
| 2025-10-31 | 48.5635 |
| 2025-11-07 | 48.3987 |
| 2025-11-14 | 48.3988 |
| 2025-11-21 | 48.4253 |
| 2025-11-28 | 48.4312 |
| 2025-12-05 | 48.7110 |
| 2025-12-13 | 48.6848 |
| 2025-12-20 | 48.6689 |
| 2025-12-27 | 48.6414 |
| 2026-01-03 | 48.6727 |
| 2026-01-10 | 48.5909 |
| 2026-01-17 | 48.6708 |
| 2026-01-24 | 48.7061 |
| 2026-01-31 | 48.7541 |
| 2026-02-07 | 48.5471 |
| 2026-02-14 | 48.9808 |
| 2026-02-21 | 49.0064 |
| 2026-02-28 | 49.0793 |
| 2026-03-07 | 48.1040 |
| 2026-03-14 | 48.3291 |
| 2026-03-21 | 48.3427 |
| 2026-03-28 | 48.9105 |
| 2026-04-04 | 48.6541 |
| 2026-04-11 | 48.7191 |
| 2026-04-18 | 48.4292 |
| 2026-04-25 | 48.7638 |
| 2026-05-02 | 48.8827 |
| 2026-05-09 | 48.9413 |
| 2026-05-17 | 49.3356 |
| 2026-05-25 | 48.9531 |
| 2026-06-01 | 49.2567 |
| 2026-06-10 | 49.3221 |
| 2026-06-17 | 49.3511 |
| 2026-06-24 | 49.5398 |
| 2026-07-01 | 49.5587 |
| 2026-07-08 | 49.8316 |
| 2026-07-15 | 49.5616 |
| 2026-07-22 | 50.1031 |
| 2026-07-29 | 49.9027 |
| 2026-08-05 | 49.9891 |
| 2026-08-12 | 50.1167 |
| 2026-08-20 | 49.9202 |
| 2026-08-27 | 50.3869 |
| 2026-09-03 | 50.1871 |
| 2026-09-10 | 50.2567 |
| 2026-09-17 | 50.6638 |
| 2026-09-24 | 50.1820 |
High
50.6638
Low
48.0022
Average
49.0575
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.