Skip to content

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

GEL/HUF over 5Y: show the values
PointGEL/HUF
2024-08-24129.8941
2024-10-07133.5372
2024-11-06140.8209
2024-12-06140.3404
2025-01-05143.1662
2025-02-04138.6936
2025-03-06133.3745
2025-04-06134.4447
2025-05-06130.4192
2025-06-07129.6659
2025-07-07125.4104
2025-08-06127.1584
2025-09-05124.6305
2025-10-06122.3356
2025-11-05124.4842
2025-12-05121.4797
2026-01-05122.3283
2026-02-04119.6753
2026-03-06124.9848
2026-04-05124.0332
2026-05-05115.6352
2026-06-06116.0845
2026-07-08119.3111
2026-08-07120.9958
2026-09-07120.1671

High

143.1662

Low

115.6352

Average

127.1605

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=HUF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL&currencies=HUF");
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=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&currencies=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.