Skip to content

GEL to TRY exchange rate API

Lari to Turkish Lira · quoted 2026-09-25

18.8266

▲ +2.14% over 30D

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 last 30 days, GEL/TRY traded between 18.4323 and 18.8266, averaged 18.6495 and rose 2.14%. 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 30D

GEL/TRY over 30D: show the values
PointGEL/TRY
2026-08-2618.4323
2026-08-2718.4850
2026-08-2818.5216
2026-08-2918.5405
2026-08-3018.5394
2026-08-3118.5539
2026-09-0118.5196
2026-09-0218.5055
2026-09-0318.5387
2026-09-0418.5549
2026-09-0518.5839
2026-09-0618.5898
2026-09-0718.6236
2026-09-0818.6186
2026-09-0918.6337
2026-09-1018.6373
2026-09-1118.6829
2026-09-1218.6595
2026-09-1318.6571
2026-09-1418.7147
2026-09-1518.7173
2026-09-1618.7241
2026-09-1718.7252
2026-09-1818.8164
2026-09-1918.7562
2026-09-2018.7618
2026-09-2118.7779
2026-09-2218.7755
2026-09-2318.7622
2026-09-2418.7231
2026-09-2518.8259

High

18.8266

Low

18.4323

Average

18.6495

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.