Skip to content

TRY to GEL exchange rate API

Turkish Lira to Lari · quoted 2026-09-26

0.05315

▼ +18.33% over 1Y

1 TRY = 0.05315 GEL · 1 GEL = 18.8147 TRY · Get this rate via the API

1 TRY buys 0.05315 GEL as of 2026-09-26, so 1 GEL buys 18.8147 TRY. Over the last year, TRY/GEL traded between 0.05315 and 0.06526, averaged 0.05977 and fell 18.33%. The API holds daily TRY/GEL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TRY/GEL over 1Y

TRY/GEL over 1Y: show the values
PointTRY/GEL
2025-09-260.06508
2025-10-030.06526
2025-10-100.06474
2025-10-170.06449
2025-10-240.06485
2025-10-310.06449
2025-11-070.06405
2025-11-140.06392
2025-11-210.06371
2025-11-280.06357
2025-12-050.06348
2025-12-130.06307
2025-12-200.06298
2025-12-270.06277
2026-01-030.06251
2026-01-100.06262
2026-01-170.06220
2026-01-240.06202
2026-01-310.06199
2026-02-070.06169
2026-02-140.06128
2026-02-210.06103
2026-02-280.06077
2026-03-070.06190
2026-03-140.06174
2026-03-210.06126
2026-03-280.06032
2026-04-040.06037
2026-04-110.06023
2026-04-180.06029
2026-04-250.05954
2026-05-020.05934
2026-05-090.05899
2026-05-170.05869
2026-05-250.05835
2026-06-010.05793
2026-06-100.05752
2026-06-170.05718
2026-06-240.05684
2026-07-010.05649
2026-07-080.05615
2026-07-150.05587
2026-07-220.05554
2026-07-290.05527
2026-08-050.05496
2026-08-120.05473
2026-08-200.05433
2026-08-270.05410
2026-09-030.05394
2026-09-100.05366
2026-09-170.05340
2026-09-240.05341

High

0.06526

Low

0.05315

Average

0.05977

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TRY&currencies=GEL").json()

Replace YOUR_API_KEY with the key from your dashboard.

TRY/GEL API questions

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

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

How far back does TRY/GEL historical data go?

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