Skip to content

GEL to HUF exchange rate API

Lari to Forint · quoted 2026-09-26

123.1031

▼ +0.74% over 1Y

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 year, GEL/HUF traded between 112.2190 and 126.1086, averaged 120.6443 and fell 0.74%. 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 1Y

GEL/HUF over 1Y: show the values
PointGEL/HUF
2025-09-26124.0217
2025-10-03121.8216
2025-10-10124.6525
2025-10-17123.3359
2025-10-24123.2359
2025-10-31123.8773
2025-11-07123.3093
2025-11-14122.1169
2025-11-21123.0923
2025-11-28122.0836
2025-12-05121.4797
2025-12-13121.8002
2025-12-20122.6197
2025-12-27122.1397
2026-01-03121.5537
2026-01-10122.9614
2026-01-17123.3648
2026-01-24120.1324
2026-01-31119.4666
2026-02-07118.8250
2026-02-14119.3264
2026-02-21120.7654
2026-02-28119.4800
2026-03-07123.8497
2026-03-14126.0767
2026-03-21125.2101
2026-03-28126.1086
2026-04-04124.0743
2026-04-11119.0176
2026-04-18113.6561
2026-04-25116.2220
2026-05-02115.6337
2026-05-09112.2190
2026-05-17116.3609
2026-05-25114.7315
2026-06-01114.5975
2026-06-10116.4388
2026-06-17113.9007
2026-06-24118.8651
2026-07-01118.5590
2026-07-08119.3111
2026-07-15119.9985
2026-07-22121.6351
2026-07-29121.4817
2026-08-05119.8493
2026-08-12120.6579
2026-08-20119.9655
2026-08-27120.0327
2026-09-03121.3818
2026-09-10120.6773
2026-09-17121.6242
2026-09-24123.4478

High

126.1086

Low

112.2190

Average

120.6443

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.