Skip to content

GEL to EUR exchange rate API

Lari to Euro · quoted 2026-09-25

0.33718

▲ +7.20% over 1Y

1 GEL = 0.33718 EUR · 1 EUR = 2.9658 GEL · Get this rate via the API

1 GEL buys 0.33718 EUR as of 2026-09-25, so 1 EUR buys 2.9658 GEL. Over the last year, GEL/EUR traded between 0.31207 and 0.33718, averaged 0.32241 and rose 7.20%. 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-250.31454
2025-10-020.31234
2025-10-090.31782
2025-10-160.31705
2025-10-230.31811
2025-10-300.31920
2025-11-060.32049
2025-11-130.31824
2025-11-200.32120
2025-11-270.31989
2025-12-040.31763
2025-12-120.31621
2025-12-190.31706
2025-12-260.31510
2026-01-020.31696
2026-01-090.31881
2026-01-160.31961
2026-01-230.31651
2026-01-300.31207
2026-02-060.31552
2026-02-130.31427
2026-02-200.31750
2026-02-270.31697
2026-03-060.31770
2026-03-130.32014
2026-03-200.31807
2026-03-270.32188
2026-04-030.32337
2026-04-100.31747
2026-04-170.31453
2026-04-240.31800
2026-05-010.31732
2026-05-080.31729
2026-05-160.32205
2026-05-240.32248
2026-05-310.32215
2026-06-090.32553
2026-06-160.32543
2026-06-230.33173
2026-06-300.33275
2026-07-070.33219
2026-07-140.33368
2026-07-210.33407
2026-07-280.33568
2026-08-040.33178
2026-08-110.33143
2026-08-180.33140
2026-08-260.32828
2026-09-020.33096
2026-09-090.32988
2026-09-160.33355
2026-09-230.33667

High

0.33718

Low

0.31207

Average

0.32241

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.