Skip to content

GEL to TRY exchange rate API

Lari to Turkish Lira · quoted 2026-09-25

18.8266

▲ +22.95% over 1Y

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 year, GEL/TRY traded between 15.2760 and 18.8266, averaged 16.7847 and rose 22.95%. 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 1Y

GEL/TRY over 1Y: show the values
PointGEL/TRY
2025-09-2515.3127
2025-10-0215.2760
2025-10-0915.3971
2025-10-1615.4578
2025-10-2315.5201
2025-10-3015.4801
2025-11-0615.5686
2025-11-1315.6240
2025-11-2015.6697
2025-11-2715.7293
2025-12-0415.7287
2025-12-1215.7912
2025-12-1915.8970
2025-12-2615.9273
2026-01-0215.9856
2026-01-0915.9992
2026-01-1616.0693
2026-01-2316.1131
2026-01-3016.1753
2026-02-0616.2301
2026-02-1316.3059
2026-02-2016.3806
2026-02-2716.4492
2026-03-0616.1883
2026-03-1316.2350
2026-03-2016.2840
2026-03-2716.4800
2026-04-0316.6126
2026-04-1016.6084
2026-04-1716.6472
2026-04-2416.7684
2026-05-0116.8226
2026-05-0816.9286
2026-05-1617.0086
2026-05-2417.1341
2026-05-3117.2307
2026-06-0917.3741
2026-06-1617.4689
2026-06-2317.5649
2026-06-3017.6904
2026-07-0717.7894
2026-07-1417.9006
2026-07-2117.9980
2026-07-2818.0786
2026-08-0418.1688
2026-08-1118.2539
2026-08-1818.3804
2026-08-2618.4323
2026-09-0218.5055
2026-09-0918.6337
2026-09-1618.7241
2026-09-2318.7622

High

18.8266

Low

15.2760

Average

16.7847

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.