Skip to content

GEL to TND exchange rate API

Lari to Tunisian Dinar · quoted 2026-09-25

1.1372

▲ +5.96% over YTD

1 GEL = 1.1372 TND · 1 TND = 0.87936 GEL · Get this rate via the API

1 GEL buys 1.1372 TND as of 2026-09-25, so 1 TND buys 0.87936 GEL. Over the year to date, GEL/TND traded between 1.0515 and 1.1372, averaged 1.0929 and rose 5.96%. The API holds daily GEL/TND rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GEL/TND over YTD

GEL/TND over YTD: show the values
PointGEL/TND
2025-12-311.0732
2026-01-071.0721
2026-01-141.0755
2026-01-211.0705
2026-01-281.0515
2026-02-041.0617
2026-02-111.0575
2026-02-181.0641
2026-02-251.0723
2026-03-041.0722
2026-03-111.0711
2026-03-181.0810
2026-03-251.0733
2026-04-011.0893
2026-04-081.0815
2026-04-151.0820
2026-04-221.0657
2026-04-291.0700
2026-05-061.0741
2026-05-141.0802
2026-05-211.0891
2026-05-291.0885
2026-06-051.0937
2026-06-141.1008
2026-06-211.1127
2026-06-281.1217
2026-07-051.1189
2026-07-121.1229
2026-07-191.1228
2026-07-261.1315
2026-08-021.1183
2026-08-091.1177
2026-08-161.1169
2026-08-241.1129
2026-08-311.1079
2026-09-071.1216
2026-09-141.1151
2026-09-211.1332

High

1.1372

Low

1.0515

Average

1.0929

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

GEL/TND API questions

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

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

How far back does GEL/TND historical data go?

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