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: show the values
| Point | GEL/TRY |
|---|---|
| 2025-12-31 | 15.9660 |
| 2026-01-07 | 15.9744 |
| 2026-01-14 | 16.0271 |
| 2026-01-21 | 16.0917 |
| 2026-01-28 | 16.1459 |
| 2026-02-04 | 16.1805 |
| 2026-02-11 | 16.2434 |
| 2026-02-18 | 16.3444 |
| 2026-02-25 | 16.4112 |
| 2026-03-04 | 16.2573 |
| 2026-03-11 | 16.1947 |
| 2026-03-18 | 16.2986 |
| 2026-03-25 | 16.3794 |
| 2026-04-01 | 16.5546 |
| 2026-04-08 | 16.5487 |
| 2026-04-15 | 16.6520 |
| 2026-04-22 | 16.7013 |
| 2026-04-29 | 16.7233 |
| 2026-05-06 | 16.8118 |
| 2026-05-14 | 16.9823 |
| 2026-05-21 | 17.0927 |
| 2026-05-29 | 17.2354 |
| 2026-06-05 | 17.3232 |
| 2026-06-14 | 17.4280 |
| 2026-06-21 | 17.5454 |
| 2026-06-28 | 17.6628 |
| 2026-07-05 | 17.7714 |
| 2026-07-12 | 17.8146 |
| 2026-07-19 | 17.9486 |
| 2026-07-26 | 18.0614 |
| 2026-08-02 | 18.1295 |
| 2026-08-09 | 18.2610 |
| 2026-08-16 | 18.3546 |
| 2026-08-24 | 18.5116 |
| 2026-08-31 | 18.5539 |
| 2026-09-07 | 18.6236 |
| 2026-09-14 | 18.7147 |
| 2026-09-21 | 18.7779 |
High
18.8266
Low
15.9660
Average
17.1827
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=TRY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=TRY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GEL¤cies=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¤cies=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.