GEL to HUF exchange rate API
Lari to Forint · quoted 2026-09-26
123.1031
▲ +1.06% over YTD
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 year to date, GEL/HUF traded between 113.5097 and 125.9015, averaged 119.3371 and rose 1.06%. 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 YTD: show the values
| Point | GEL/HUF |
|---|---|
| 2025-12-31 | 121.8077 |
| 2026-01-07 | 122.2845 |
| 2026-01-14 | 123.2717 |
| 2026-01-21 | 122.0936 |
| 2026-01-28 | 118.3039 |
| 2026-02-04 | 119.6753 |
| 2026-02-11 | 118.4878 |
| 2026-02-18 | 119.2725 |
| 2026-02-25 | 119.3273 |
| 2026-03-04 | 121.9743 |
| 2026-03-11 | 122.9912 |
| 2026-03-18 | 125.9015 |
| 2026-03-25 | 123.9730 |
| 2026-04-01 | 122.5144 |
| 2026-04-08 | 119.3798 |
| 2026-04-15 | 115.3605 |
| 2026-04-22 | 115.8221 |
| 2026-04-29 | 115.3419 |
| 2026-05-06 | 113.5097 |
| 2026-05-14 | 114.1670 |
| 2026-05-21 | 116.4802 |
| 2026-05-29 | 114.0935 |
| 2026-06-05 | 114.3683 |
| 2026-06-14 | 114.3604 |
| 2026-06-21 | 115.9363 |
| 2026-06-28 | 117.7457 |
| 2026-07-05 | 117.2492 |
| 2026-07-12 | 118.7573 |
| 2026-07-19 | 120.8225 |
| 2026-07-26 | 121.0137 |
| 2026-08-02 | 120.4404 |
| 2026-08-09 | 120.3262 |
| 2026-08-16 | 120.2582 |
| 2026-08-24 | 119.6706 |
| 2026-08-31 | 120.7921 |
| 2026-09-07 | 120.1671 |
| 2026-09-14 | 121.7343 |
| 2026-09-21 | 121.3680 |
High
125.9015
Low
113.5097
Average
119.3371
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.