Skip to content

TND to ALL exchange rate API

Tunisian Dinar to Lek · quoted 2026-09-27

27.3328

▼ +3.77% over 1Y

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 year, TND/ALL traded between 27.2192 and 28.6957, averaged 28.1165 and fell 3.77%. 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 1Y

TND/ALL over 1Y: show the values
PointTND/ALL
2025-09-2728.4050
2025-10-0428.4078
2025-10-1128.3372
2025-10-1828.3311
2025-10-2528.3265
2025-11-0128.5363
2025-11-0828.2623
2025-11-1528.2426
2025-11-2228.4127
2025-11-2928.2769
2025-12-0628.3007
2025-12-1428.2333
2025-12-2128.2492
2025-12-2828.3093
2026-01-0428.5079
2026-01-1128.4778
2026-01-1828.6957
2026-01-2528.4448
2026-02-0128.6222
2026-02-0828.6624
2026-02-1528.3106
2026-02-2228.4167
2026-03-0128.5302
2026-03-0828.4191
2026-03-1528.5104
2026-03-2228.5097
2026-03-2928.4592
2026-04-0528.3464
2026-04-1227.9758
2026-04-1927.9571
2026-04-2627.9210
2026-05-0328.2642
2026-05-1027.9192
2026-05-1828.0246
2026-05-2628.3311
2026-06-0228.2118
2026-06-1128.1270
2026-06-1827.9658
2026-06-2528.0532
2026-07-0228.1241
2026-07-0927.9022
2026-07-1627.7932
2026-07-2327.8790
2026-07-3027.9012
2026-08-0627.6367
2026-08-1327.4467
2026-08-2127.3422
2026-08-2827.2987
2026-09-0427.2705
2026-09-1127.2829
2026-09-1827.4523
2026-09-2527.2192

High

28.6957

Low

27.2192

Average

28.1165

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.