Skip to content

GEL to TRY exchange rate API

Lari to Turkish Lira · quoted 2026-09-25

18.8266

▲ +17.92% over YTD

1 GEL = 18.8266 TRY · 1 TRY = 0.05312 GEL · Get this rate via the API

1 GEL buys 18.8266 TRY as of 2026-09-25, so 1 TRY buys 0.05312 GEL. Over the year to date, GEL/TRY traded between 15.9660 and 18.8266, averaged 17.1827 and rose 17.92%. The API holds daily GEL/TRY rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GEL/TRY over YTD

GEL/TRY over YTD: show the values
PointGEL/TRY
2025-12-3115.9660
2026-01-0715.9744
2026-01-1416.0271
2026-01-2116.0917
2026-01-2816.1459
2026-02-0416.1805
2026-02-1116.2434
2026-02-1816.3444
2026-02-2516.4112
2026-03-0416.2573
2026-03-1116.1947
2026-03-1816.2986
2026-03-2516.3794
2026-04-0116.5546
2026-04-0816.5487
2026-04-1516.6520
2026-04-2216.7013
2026-04-2916.7233
2026-05-0616.8118
2026-05-1416.9823
2026-05-2117.0927
2026-05-2917.2354
2026-06-0517.3232
2026-06-1417.4280
2026-06-2117.5454
2026-06-2817.6628
2026-07-0517.7714
2026-07-1217.8146
2026-07-1917.9486
2026-07-2618.0614
2026-08-0218.1295
2026-08-0918.2610
2026-08-1618.3546
2026-08-2418.5116
2026-08-3118.5539
2026-09-0718.6236
2026-09-1418.7147
2026-09-2118.7779

High

18.8266

Low

15.9660

Average

17.1827

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

GEL/TRY API questions

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

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

How far back does GEL/TRY historical data go?

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