GEL to TRY exchange rate API
Lari to Turkish Lira · quoted 2026-09-25
18.8266
▲ +2.14% over 30D
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 30 days, GEL/TRY traded between 18.4323 and 18.8266, averaged 18.6495 and rose 2.14%. 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 30D: show the values
| Point | GEL/TRY |
|---|---|
| 2026-08-26 | 18.4323 |
| 2026-08-27 | 18.4850 |
| 2026-08-28 | 18.5216 |
| 2026-08-29 | 18.5405 |
| 2026-08-30 | 18.5394 |
| 2026-08-31 | 18.5539 |
| 2026-09-01 | 18.5196 |
| 2026-09-02 | 18.5055 |
| 2026-09-03 | 18.5387 |
| 2026-09-04 | 18.5549 |
| 2026-09-05 | 18.5839 |
| 2026-09-06 | 18.5898 |
| 2026-09-07 | 18.6236 |
| 2026-09-08 | 18.6186 |
| 2026-09-09 | 18.6337 |
| 2026-09-10 | 18.6373 |
| 2026-09-11 | 18.6829 |
| 2026-09-12 | 18.6595 |
| 2026-09-13 | 18.6571 |
| 2026-09-14 | 18.7147 |
| 2026-09-15 | 18.7173 |
| 2026-09-16 | 18.7241 |
| 2026-09-17 | 18.7252 |
| 2026-09-18 | 18.8164 |
| 2026-09-19 | 18.7562 |
| 2026-09-20 | 18.7618 |
| 2026-09-21 | 18.7779 |
| 2026-09-22 | 18.7755 |
| 2026-09-23 | 18.7622 |
| 2026-09-24 | 18.7231 |
| 2026-09-25 | 18.8259 |
High
18.8266
Low
18.4323
Average
18.6495
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.