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: show the values
| Point | TND/ALL |
|---|---|
| 2025-09-27 | 28.4050 |
| 2025-10-04 | 28.4078 |
| 2025-10-11 | 28.3372 |
| 2025-10-18 | 28.3311 |
| 2025-10-25 | 28.3265 |
| 2025-11-01 | 28.5363 |
| 2025-11-08 | 28.2623 |
| 2025-11-15 | 28.2426 |
| 2025-11-22 | 28.4127 |
| 2025-11-29 | 28.2769 |
| 2025-12-06 | 28.3007 |
| 2025-12-14 | 28.2333 |
| 2025-12-21 | 28.2492 |
| 2025-12-28 | 28.3093 |
| 2026-01-04 | 28.5079 |
| 2026-01-11 | 28.4778 |
| 2026-01-18 | 28.6957 |
| 2026-01-25 | 28.4448 |
| 2026-02-01 | 28.6222 |
| 2026-02-08 | 28.6624 |
| 2026-02-15 | 28.3106 |
| 2026-02-22 | 28.4167 |
| 2026-03-01 | 28.5302 |
| 2026-03-08 | 28.4191 |
| 2026-03-15 | 28.5104 |
| 2026-03-22 | 28.5097 |
| 2026-03-29 | 28.4592 |
| 2026-04-05 | 28.3464 |
| 2026-04-12 | 27.9758 |
| 2026-04-19 | 27.9571 |
| 2026-04-26 | 27.9210 |
| 2026-05-03 | 28.2642 |
| 2026-05-10 | 27.9192 |
| 2026-05-18 | 28.0246 |
| 2026-05-26 | 28.3311 |
| 2026-06-02 | 28.2118 |
| 2026-06-11 | 28.1270 |
| 2026-06-18 | 27.9658 |
| 2026-06-25 | 28.0532 |
| 2026-07-02 | 28.1241 |
| 2026-07-09 | 27.9022 |
| 2026-07-16 | 27.7932 |
| 2026-07-23 | 27.8790 |
| 2026-07-30 | 27.9012 |
| 2026-08-06 | 27.6367 |
| 2026-08-13 | 27.4467 |
| 2026-08-21 | 27.3422 |
| 2026-08-28 | 27.2987 |
| 2026-09-04 | 27.2705 |
| 2026-09-11 | 27.2829 |
| 2026-09-18 | 27.4523 |
| 2026-09-25 | 27.2192 |
High
28.6957
Low
27.2192
Average
28.1165
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=ALL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=ALL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=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¤cies=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.