Skip to content

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

GEL/HUF over YTD: show the values
PointGEL/HUF
2025-12-31121.8077
2026-01-07122.2845
2026-01-14123.2717
2026-01-21122.0936
2026-01-28118.3039
2026-02-04119.6753
2026-02-11118.4878
2026-02-18119.2725
2026-02-25119.3273
2026-03-04121.9743
2026-03-11122.9912
2026-03-18125.9015
2026-03-25123.9730
2026-04-01122.5144
2026-04-08119.3798
2026-04-15115.3605
2026-04-22115.8221
2026-04-29115.3419
2026-05-06113.5097
2026-05-14114.1670
2026-05-21116.4802
2026-05-29114.0935
2026-06-05114.3683
2026-06-14114.3604
2026-06-21115.9363
2026-06-28117.7457
2026-07-05117.2492
2026-07-12118.7573
2026-07-19120.8225
2026-07-26121.0137
2026-08-02120.4404
2026-08-09120.3262
2026-08-16120.2582
2026-08-24119.6706
2026-08-31120.7921
2026-09-07120.1671
2026-09-14121.7343
2026-09-21121.3680

High

125.9015

Low

113.5097

Average

119.3371

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.