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: show the values
| Point | GEL/TRY |
|---|---|
| 2025-09-25 | 15.3127 |
| 2025-10-02 | 15.2760 |
| 2025-10-09 | 15.3971 |
| 2025-10-16 | 15.4578 |
| 2025-10-23 | 15.5201 |
| 2025-10-30 | 15.4801 |
| 2025-11-06 | 15.5686 |
| 2025-11-13 | 15.6240 |
| 2025-11-20 | 15.6697 |
| 2025-11-27 | 15.7293 |
| 2025-12-04 | 15.7287 |
| 2025-12-12 | 15.7912 |
| 2025-12-19 | 15.8970 |
| 2025-12-26 | 15.9273 |
| 2026-01-02 | 15.9856 |
| 2026-01-09 | 15.9992 |
| 2026-01-16 | 16.0693 |
| 2026-01-23 | 16.1131 |
| 2026-01-30 | 16.1753 |
| 2026-02-06 | 16.2301 |
| 2026-02-13 | 16.3059 |
| 2026-02-20 | 16.3806 |
| 2026-02-27 | 16.4492 |
| 2026-03-06 | 16.1883 |
| 2026-03-13 | 16.2350 |
| 2026-03-20 | 16.2840 |
| 2026-03-27 | 16.4800 |
| 2026-04-03 | 16.6126 |
| 2026-04-10 | 16.6084 |
| 2026-04-17 | 16.6472 |
| 2026-04-24 | 16.7684 |
| 2026-05-01 | 16.8226 |
| 2026-05-08 | 16.9286 |
| 2026-05-16 | 17.0086 |
| 2026-05-24 | 17.1341 |
| 2026-05-31 | 17.2307 |
| 2026-06-09 | 17.3741 |
| 2026-06-16 | 17.4689 |
| 2026-06-23 | 17.5649 |
| 2026-06-30 | 17.6904 |
| 2026-07-07 | 17.7894 |
| 2026-07-14 | 17.9006 |
| 2026-07-21 | 17.9980 |
| 2026-07-28 | 18.0786 |
| 2026-08-04 | 18.1688 |
| 2026-08-11 | 18.2539 |
| 2026-08-18 | 18.3804 |
| 2026-08-26 | 18.4323 |
| 2026-09-02 | 18.5055 |
| 2026-09-09 | 18.6337 |
| 2026-09-16 | 18.7241 |
| 2026-09-23 | 18.7622 |
High
18.8266
Low
15.2760
Average
16.7847
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.