Skip to content

TND to LSL exchange rate API

Tunisian Dinar to Loti · quoted 2026-09-25

5.5541

▼ +3.37% over YTD

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 year to date, TND/LSL traded between 5.4800 and 5.8240, averaged 5.6269 and fell 3.37%. 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 YTD

TND/LSL over YTD: show the values
PointTND/LSL
2025-12-315.7477
2026-01-075.6612
2026-01-145.6490
2026-01-215.6941
2026-01-285.6260
2026-02-045.5846
2026-02-115.5967
2026-02-185.6223
2026-02-255.5628
2026-03-045.6988
2026-03-115.5776
2026-03-185.6873
2026-03-255.8240
2026-04-015.7686
2026-04-085.6765
2026-04-155.6396
2026-04-225.7154
2026-04-295.7339
2026-05-065.7797
2026-05-145.6825
2026-05-215.6783
2026-05-295.6038
2026-06-055.6128
2026-06-145.5739
2026-06-215.5833
2026-06-285.5645
2026-07-055.5044
2026-07-125.5284
2026-07-195.5931
2026-07-265.6754
2026-08-025.6414
2026-08-095.5249
2026-08-165.5513
2026-08-245.5390
2026-08-315.6118
2026-09-075.4800
2026-09-145.5897
2026-09-215.5095

High

5.8240

Low

5.4800

Average

5.6269

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.