Skip to content

TND to ALL exchange rate API

Tunisian Dinar to Lek · quoted 2026-09-27

27.3328

▼ +6.99% over 5Y

1 TND = 27.3328 ALL · 1 ALL = 0.03659 TND · Get this rate via the API

1 TND buys 27.3328 ALL as of 2026-09-27, so 1 ALL buys 0.03659 TND. Over the last 5 years, TND/ALL traded between 27.1928 and 30.0607, averaged 28.7006 and fell 6.99%. The API holds daily TND/ALL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TND/ALL over 5Y

TND/ALL over 5Y: show the values
PointTND/ALL
2024-08-2429.3859
2024-10-0729.4056
2024-11-0629.1834
2024-12-0629.5838
2025-01-0529.6402
2025-02-0430.0607
2025-03-0629.5649
2025-04-0629.4619
2025-05-0628.8766
2025-06-0729.1382
2025-07-0728.7742
2025-08-0629.0059
2025-09-0528.5870
2025-10-0628.3732
2025-11-0528.4867
2025-12-0528.1945
2026-01-0528.3961
2026-02-0428.6261
2026-03-0628.4951
2026-04-0528.3464
2026-05-0528.4144
2026-06-0628.1573
2026-07-0827.8807
2026-08-0727.6504
2026-09-0727.1928

High

30.0607

Low

27.1928

Average

28.7006

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TND/ALL API questions

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

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

How far back does TND/ALL historical data go?

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