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: show the values
| Point | HUF/GEL |
|---|---|
| 2025-09-26 | 0.008063 |
| 2025-10-03 | 0.008208 |
| 2025-10-10 | 0.008022 |
| 2025-10-17 | 0.008107 |
| 2025-10-24 | 0.008114 |
| 2025-10-31 | 0.008072 |
| 2025-11-07 | 0.008109 |
| 2025-11-14 | 0.008188 |
| 2025-11-21 | 0.008123 |
| 2025-11-28 | 0.008191 |
| 2025-12-05 | 0.008231 |
| 2025-12-13 | 0.008210 |
| 2025-12-20 | 0.008155 |
| 2025-12-27 | 0.008187 |
| 2026-01-03 | 0.008226 |
| 2026-01-10 | 0.008132 |
| 2026-01-17 | 0.008106 |
| 2026-01-24 | 0.008324 |
| 2026-01-31 | 0.008370 |
| 2026-02-07 | 0.008415 |
| 2026-02-14 | 0.008380 |
| 2026-02-21 | 0.008280 |
| 2026-02-28 | 0.008369 |
| 2026-03-07 | 0.008074 |
| 2026-03-14 | 0.007931 |
| 2026-03-21 | 0.007986 |
| 2026-03-28 | 0.007929 |
| 2026-04-04 | 0.008059 |
| 2026-04-11 | 0.008402 |
| 2026-04-18 | 0.008798 |
| 2026-04-25 | 0.008604 |
| 2026-05-02 | 0.008647 |
| 2026-05-09 | 0.008911 |
| 2026-05-17 | 0.008593 |
| 2026-05-25 | 0.008715 |
| 2026-06-01 | 0.008726 |
| 2026-06-10 | 0.008588 |
| 2026-06-17 | 0.008779 |
| 2026-06-24 | 0.008412 |
| 2026-07-01 | 0.008434 |
| 2026-07-08 | 0.008381 |
| 2026-07-15 | 0.008333 |
| 2026-07-22 | 0.008221 |
| 2026-07-29 | 0.008231 |
| 2026-08-05 | 0.008343 |
| 2026-08-12 | 0.008287 |
| 2026-08-20 | 0.008335 |
| 2026-08-27 | 0.008331 |
| 2026-09-03 | 0.008238 |
| 2026-09-10 | 0.008286 |
| 2026-09-17 | 0.008222 |
| 2026-09-24 | 0.008100 |
High
0.008911
Low
0.007929
Average
0.008294
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HUF¤cies=GEL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HUF¤cies=GEL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HUF¤cies=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¤cies=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.