Skip to content

HUF to GEL exchange rate API

Forint to Lari · quoted 2026-09-26

0.008123

▲ +0.74% over 1Y

1 HUF = 0.008123 GEL · 1 GEL = 123.1072 HUF · Get this rate via the API

1 HUF buys 0.008123 GEL as of 2026-09-26, so 1 GEL buys 123.1072 HUF. Over the last year, HUF/GEL traded between 0.007929 and 0.008911, averaged 0.008294 and rose 0.74%. The API holds daily HUF/GEL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

HUF/GEL over 1Y

HUF/GEL over 1Y: show the values
PointHUF/GEL
2025-09-260.008063
2025-10-030.008208
2025-10-100.008022
2025-10-170.008107
2025-10-240.008114
2025-10-310.008072
2025-11-070.008109
2025-11-140.008188
2025-11-210.008123
2025-11-280.008191
2025-12-050.008231
2025-12-130.008210
2025-12-200.008155
2025-12-270.008187
2026-01-030.008226
2026-01-100.008132
2026-01-170.008106
2026-01-240.008324
2026-01-310.008370
2026-02-070.008415
2026-02-140.008380
2026-02-210.008280
2026-02-280.008369
2026-03-070.008074
2026-03-140.007931
2026-03-210.007986
2026-03-280.007929
2026-04-040.008059
2026-04-110.008402
2026-04-180.008798
2026-04-250.008604
2026-05-020.008647
2026-05-090.008911
2026-05-170.008593
2026-05-250.008715
2026-06-010.008726
2026-06-100.008588
2026-06-170.008779
2026-06-240.008412
2026-07-010.008434
2026-07-080.008381
2026-07-150.008333
2026-07-220.008221
2026-07-290.008231
2026-08-050.008343
2026-08-120.008287
2026-08-200.008335
2026-08-270.008331
2026-09-030.008238
2026-09-100.008286
2026-09-170.008222
2026-09-240.008100

High

0.008911

Low

0.007929

Average

0.008294

For developers

Get this rate via the API

One GET request returns the HUF/GEL 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=HUF&currencies=GEL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HUF&currencies=GEL");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HUF&currencies=GEL").json()

Replace YOUR_API_KEY with the key from your dashboard.

HUF/GEL API questions

How do I get the HUF/GEL exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HUF&currencies=GEL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest HUF/GEL rate in rates.GEL.

How far back does HUF/GEL historical data go?

Daily HUF/GEL 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 HUF/GEL 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.