Skip to content

GEL to ALL exchange rate API

Lari to Lek · quoted 2026-09-25

30.9535

▲ +1.85% over 1Y

1 GEL = 30.9535 ALL · 1 ALL = 0.03231 GEL · Get this rate via the API

1 GEL buys 30.9535 ALL as of 2026-09-25, so 1 ALL buys 0.03231 GEL. Over the last year, GEL/ALL traded between 30.1189 and 31.4477, averaged 30.7052 and rose 1.85%. The API holds daily GEL/ALL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GEL/ALL over 1Y

GEL/ALL over 1Y: show the values
PointGEL/ALL
2025-09-2530.3927
2025-10-0230.2839
2025-10-0930.6894
2025-10-1630.6469
2025-10-2330.7463
2025-10-3030.7476
2025-11-0631.0681
2025-11-1330.8254
2025-11-2030.9771
2025-11-2730.8599
2025-12-0430.6756
2025-12-1230.5476
2025-12-1930.5345
2025-12-2630.3825
2026-01-0230.5942
2026-01-0930.7499
2026-01-1630.9183
2026-01-2330.5151
2026-01-3030.2042
2026-02-0630.4645
2026-02-1330.2768
2026-02-2030.5934
2026-02-2730.5464
2026-03-0630.3985
2026-03-1330.6805
2026-03-2030.5256
2026-03-2730.8383
2026-04-0330.9278
2026-04-1030.4569
2026-04-1730.1189
2026-04-2430.3920
2026-05-0130.3349
2026-05-0830.3685
2026-05-1630.7113
2026-05-2430.8352
2026-05-3130.7158
2026-06-0931.0936
2026-06-1630.8795
2026-06-2331.1639
2026-06-3031.2716
2026-07-0731.2181
2026-07-1431.2999
2026-07-2131.3198
2026-07-2831.4477
2026-08-0430.9947
2026-08-1130.8187
2026-08-1830.7421
2026-08-2630.3205
2026-09-0230.5402
2026-09-0930.4410
2026-09-1630.5902
2026-09-2330.7374

High

31.4477

Low

30.1189

Average

30.7052

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

GEL/ALL API questions

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

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

How far back does GEL/ALL historical data go?

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