Skip to content

GEL to TND exchange rate API

Lari to Tunisian Dinar · quoted 2026-09-25

1.1372

▲ +5.96% over 1Y

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 last year, GEL/TND traded between 1.0569 and 1.1372, averaged 1.0912 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 1Y

GEL/TND over 1Y: show the values
PointGEL/TND
2025-09-251.0732
2025-10-021.0651
2025-10-091.0805
2025-10-161.0795
2025-10-231.0834
2025-10-301.0798
2025-11-061.0933
2025-11-131.0895
2025-11-201.0943
2025-11-271.0913
2025-12-041.0842
2025-12-121.0828
2025-12-191.0817
2025-12-261.0721
2026-01-021.0713
2026-01-091.0767
2026-01-161.0751
2026-01-231.0680
2026-01-301.0569
2026-02-061.0660
2026-02-131.0621
2026-02-201.0734
2026-02-271.0722
2026-03-061.0668
2026-03-131.0772
2026-03-201.0713
2026-03-271.0851
2026-04-031.0925
2026-04-101.0721
2026-04-171.0707
2026-04-241.0736
2026-05-011.0734
2026-05-081.0860
2026-05-161.0882
2026-05-241.0926
2026-05-311.0907
2026-06-091.1014
2026-06-161.1006
2026-06-231.1113
2026-06-301.1180
2026-07-071.1196
2026-07-141.1237
2026-07-211.1241
2026-07-281.1312
2026-08-041.1180
2026-08-111.1190
2026-08-181.1191
2026-08-261.1109
2026-09-021.1186
2026-09-091.1143
2026-09-161.1220
2026-09-231.1335

High

1.1372

Low

1.0569

Average

1.0912

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.