GEL to HUF exchange rate API
Lari to Forint · quoted 2026-09-26
123.1031
▼ +5.23% over 5Y
1 GEL = 123.1031 HUF · 1 HUF = 0.008123 GEL · Get this rate via the API
1 GEL buys 123.1031 HUF as of 2026-09-26, so 1 HUF buys 0.008123 GEL. Over the last 5 years, GEL/HUF traded between 115.6352 and 143.1662, averaged 127.1605 and fell 5.23%. The API holds daily GEL/HUF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
GEL/HUF over 5Y: show the values
| Point | GEL/HUF |
|---|---|
| 2024-08-24 | 129.8941 |
| 2024-10-07 | 133.5372 |
| 2024-11-06 | 140.8209 |
| 2024-12-06 | 140.3404 |
| 2025-01-05 | 143.1662 |
| 2025-02-04 | 138.6936 |
| 2025-03-06 | 133.3745 |
| 2025-04-06 | 134.4447 |
| 2025-05-06 | 130.4192 |
| 2025-06-07 | 129.6659 |
| 2025-07-07 | 125.4104 |
| 2025-08-06 | 127.1584 |
| 2025-09-05 | 124.6305 |
| 2025-10-06 | 122.3356 |
| 2025-11-05 | 124.4842 |
| 2025-12-05 | 121.4797 |
| 2026-01-05 | 122.3283 |
| 2026-02-04 | 119.6753 |
| 2026-03-06 | 124.9848 |
| 2026-04-05 | 124.0332 |
| 2026-05-05 | 115.6352 |
| 2026-06-06 | 116.0845 |
| 2026-07-08 | 119.3111 |
| 2026-08-07 | 120.9958 |
| 2026-09-07 | 120.1671 |
High
143.1662
Low
115.6352
Average
127.1605
Get this rate via the API
One GET request returns the GEL/HUF 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=HUF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=HUF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=HUF").json()Replace YOUR_API_KEY with the key from your dashboard.
GEL/HUF API questions
How do I get the GEL/HUF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=HUF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GEL/HUF rate in rates.HUF.
How far back does GEL/HUF historical data go?
Daily GEL/HUF 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/HUF 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.