Skip to content

GEL to EUR exchange rate API

Lari to Euro · quoted 2026-09-24

0.33683

▲ +7.30% over 1Y

1 GEL = 0.33683 EUR · 1 EUR = 2.9688 GEL · Get this rate via the API

1 GEL buys 0.33683 EUR as of 2026-09-24, so 1 EUR buys 2.9688 GEL. Over the last year, GEL/EUR traded between 0.31071 and 0.33683, averaged 0.32231 and rose 7.30%. The API holds daily GEL/EUR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GEL/EUR over 1Y

GEL/EUR over 1Y: show the values
PointGEL/EUR
2025-09-240.31392
2025-10-010.31364
2025-10-080.31711
2025-10-150.31783
2025-10-220.31873
2025-10-290.31686
2025-11-050.32164
2025-11-120.31942
2025-11-190.31966
2025-11-260.31998
2025-12-030.31774
2025-12-110.31657
2025-12-180.31698
2025-12-250.31517
2026-01-010.31632
2026-01-080.31791
2026-01-150.31935
2026-01-220.31746
2026-01-290.31071
2026-02-050.31541
2026-02-120.31308
2026-02-190.31789
2026-02-260.31678
2026-03-050.31599
2026-03-120.31749
2026-03-190.32048
2026-03-260.32115
2026-04-020.32309
2026-04-090.31873
2026-04-160.31551
2026-04-230.31789
2026-04-300.31772
2026-05-070.31702
2026-05-150.32087
2026-05-230.32366
2026-05-300.32270
2026-06-060.32660
2026-06-150.32469
2026-06-220.32957
2026-06-290.33230
2026-07-060.33353
2026-07-130.33304
2026-07-200.33441
2026-07-270.33504
2026-08-030.33141
2026-08-100.33139
2026-08-170.33094
2026-08-250.32936
2026-09-010.33100
2026-09-080.33081
2026-09-150.33349
2026-09-220.33558

High

0.33683

Low

0.31071

Average

0.32231

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

GEL/EUR API questions

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

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

How far back does GEL/EUR historical data go?

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