Skip to content

TND to GEL exchange rate API

Tunisian Dinar to Lari · quoted 2026-09-25

0.88300

▼ +1.91% over 30D

1 TND = 0.88300 GEL · 1 GEL = 1.1325 TND · Get this rate via the API

1 TND buys 0.88300 GEL as of 2026-09-25, so 1 GEL buys 1.1325 TND. Over the last 30 days, TND/GEL traded between 0.88224 and 0.90259, averaged 0.89232 and fell 1.91%. The API holds daily TND/GEL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TND/GEL over 30D

TND/GEL over 30D: show the values
PointTND/GEL
2026-08-260.90020
2026-08-270.89703
2026-08-280.89702
2026-08-290.89090
2026-08-300.89240
2026-08-310.90259
2026-09-010.89528
2026-09-020.89398
2026-09-030.89497
2026-09-040.89837
2026-09-050.89663
2026-09-060.89448
2026-09-070.89156
2026-09-080.89716
2026-09-090.89743
2026-09-100.89700
2026-09-110.89470
2026-09-120.89795
2026-09-130.89937
2026-09-140.89679
2026-09-150.88646
2026-09-160.89126
2026-09-170.88677
2026-09-180.89019
2026-09-190.88438
2026-09-200.88347
2026-09-210.88243
2026-09-220.88279
2026-09-230.88224
2026-09-240.88300

High

0.90259

Low

0.88224

Average

0.89232

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

TND/GEL API questions

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

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

How far back does TND/GEL historical data go?

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