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: show the values
| Point | GEL/HUF |
|---|---|
| 2025-09-26 | 124.0217 |
| 2025-10-03 | 121.8216 |
| 2025-10-10 | 124.6525 |
| 2025-10-17 | 123.3359 |
| 2025-10-24 | 123.2359 |
| 2025-10-31 | 123.8773 |
| 2025-11-07 | 123.3093 |
| 2025-11-14 | 122.1169 |
| 2025-11-21 | 123.0923 |
| 2025-11-28 | 122.0836 |
| 2025-12-05 | 121.4797 |
| 2025-12-13 | 121.8002 |
| 2025-12-20 | 122.6197 |
| 2025-12-27 | 122.1397 |
| 2026-01-03 | 121.5537 |
| 2026-01-10 | 122.9614 |
| 2026-01-17 | 123.3648 |
| 2026-01-24 | 120.1324 |
| 2026-01-31 | 119.4666 |
| 2026-02-07 | 118.8250 |
| 2026-02-14 | 119.3264 |
| 2026-02-21 | 120.7654 |
| 2026-02-28 | 119.4800 |
| 2026-03-07 | 123.8497 |
| 2026-03-14 | 126.0767 |
| 2026-03-21 | 125.2101 |
| 2026-03-28 | 126.1086 |
| 2026-04-04 | 124.0743 |
| 2026-04-11 | 119.0176 |
| 2026-04-18 | 113.6561 |
| 2026-04-25 | 116.2220 |
| 2026-05-02 | 115.6337 |
| 2026-05-09 | 112.2190 |
| 2026-05-17 | 116.3609 |
| 2026-05-25 | 114.7315 |
| 2026-06-01 | 114.5975 |
| 2026-06-10 | 116.4388 |
| 2026-06-17 | 113.9007 |
| 2026-06-24 | 118.8651 |
| 2026-07-01 | 118.5590 |
| 2026-07-08 | 119.3111 |
| 2026-07-15 | 119.9985 |
| 2026-07-22 | 121.6351 |
| 2026-07-29 | 121.4817 |
| 2026-08-05 | 119.8493 |
| 2026-08-12 | 120.6579 |
| 2026-08-20 | 119.9655 |
| 2026-08-27 | 120.0327 |
| 2026-09-03 | 121.3818 |
| 2026-09-10 | 120.6773 |
| 2026-09-17 | 121.6242 |
| 2026-09-24 | 123.4478 |
High
126.1086
Low
112.2190
Average
120.6443
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.