Skip to content

TND to LSL exchange rate API

Tunisian Dinar to Loti · quoted 2026-09-25

5.5541

▼ +6.82% over 1Y

1 TND = 5.5541 LSL · 1 LSL = 0.18005 TND · Get this rate via the API

1 TND buys 5.5541 LSL as of 2026-09-25, so 1 LSL buys 0.18005 TND. Over the last year, TND/LSL traded between 5.4894 and 5.9605, averaged 5.6897 and fell 6.82%. The API holds daily TND/LSL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TND/LSL over 1Y

TND/LSL over 1Y: show the values
PointTND/LSL
2025-09-255.9605
2025-10-025.9319
2025-10-095.8620
2025-10-165.9229
2025-10-235.9334
2025-10-305.8640
2025-11-065.8818
2025-11-135.8049
2025-11-205.8137
2025-11-275.8179
2025-12-045.8290
2025-12-125.7824
2025-12-195.7458
2025-12-265.7630
2026-01-025.7373
2026-01-095.6973
2026-01-165.6454
2026-01-235.6068
2026-01-305.5879
2026-02-065.6702
2026-02-135.6005
2026-02-205.6294
2026-02-275.5563
2026-03-065.7088
2026-03-135.7106
2026-03-205.7480
2026-03-275.8346
2026-04-035.7751
2026-04-105.6627
2026-04-175.6871
2026-04-245.7763
2026-05-015.7807
2026-05-085.6246
2026-05-165.7428
2026-05-245.6539
2026-05-315.5914
2026-06-095.6409
2026-06-165.5577
2026-06-235.5821
2026-06-305.5807
2026-07-075.5062
2026-07-145.5796
2026-07-215.5987
2026-07-285.6607
2026-08-045.6429
2026-08-115.5330
2026-08-185.5677
2026-08-265.4957
2026-09-025.5411
2026-09-095.5195
2026-09-165.5654
2026-09-235.4894

High

5.9605

Low

5.4894

Average

5.6897

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TND/LSL API questions

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

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

How far back does TND/LSL historical data go?

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