Skip to content

GEL to TMT exchange rate API

Lari to Turkmenistan New Manat · quoted 2026-09-25

1.3495

▲ +0.45% over 30D

1 GEL = 1.3495 TMT · 1 TMT = 0.74100 GEL · Get this rate via the API

1 GEL buys 1.3495 TMT as of 2026-09-25, so 1 TMT buys 0.74100 GEL. Over the last 30 days, GEL/TMT traded between 1.3403 and 1.3714, averaged 1.3475 and rose 0.45%. The API holds daily GEL/TMT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GEL/TMT over 30D

GEL/TMT over 30D: show the values
PointGEL/TMT
2026-08-261.3434
2026-08-271.3480
2026-08-281.3425
2026-08-291.3471
2026-08-301.3487
2026-08-311.3494
2026-09-011.3413
2026-09-021.3442
2026-09-031.3418
2026-09-041.3403
2026-09-051.3714
2026-09-061.3481
2026-09-071.3458
2026-09-081.3447
2026-09-091.3484
2026-09-101.3476
2026-09-111.3494
2026-09-121.3492
2026-09-131.3468
2026-09-141.3510
2026-09-151.3460
2026-09-161.3500
2026-09-171.3463
2026-09-181.3538
2026-09-191.3460
2026-09-201.3463
2026-09-211.3506
2026-09-221.3455
2026-09-231.3431
2026-09-241.3437
2026-09-251.3495

High

1.3714

Low

1.3403

Average

1.3475

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

GEL/TMT API questions

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

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

How far back does GEL/TMT historical data go?

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