GEL to TRY exchange rate API
Lari to Turkish Lira · quoted 2026-09-25
18.8266
▲ +14.22% over 6M
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 6 months, GEL/TRY traded between 16.4823 and 18.8266, averaged 17.6895 and rose 14.22%. 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 6M: show the values
| Point | GEL/TRY |
|---|---|
| 2026-03-29 | 16.4823 |
| 2026-04-05 | 16.5711 |
| 2026-04-12 | 16.6060 |
| 2026-04-19 | 16.5889 |
| 2026-04-26 | 16.7950 |
| 2026-05-03 | 16.8485 |
| 2026-05-10 | 16.9523 |
| 2026-05-18 | 17.0036 |
| 2026-05-26 | 17.2224 |
| 2026-06-02 | 17.2779 |
| 2026-06-11 | 17.4002 |
| 2026-06-18 | 17.5458 |
| 2026-06-25 | 17.5920 |
| 2026-07-02 | 17.6855 |
| 2026-07-09 | 17.7999 |
| 2026-07-16 | 17.9179 |
| 2026-07-23 | 18.0218 |
| 2026-07-30 | 18.0976 |
| 2026-08-06 | 18.2071 |
| 2026-08-13 | 18.2904 |
| 2026-08-21 | 18.4830 |
| 2026-08-28 | 18.5216 |
| 2026-09-04 | 18.5549 |
| 2026-09-11 | 18.6829 |
| 2026-09-18 | 18.8164 |
| 2026-09-25 | 18.8259 |
High
18.8266
Low
16.4823
Average
17.6895
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.