Skip to content

TND to SLL exchange rate API

Tunisian Dinar to Leone · quoted 2026-09-25

7752.70

▼ +1.10% over 1Y

1 TND = 7752.70 SLL · 1 SLL = 0.000129 TND · Get this rate via the API

1 TND buys 7752.70 SLL as of 2026-09-25, so 1 SLL buys 0.000129 TND. Over the last year, TND/SLL traded between 7190.52 and 8447.54, averaged 7811.93 and fell 1.10%. The API holds daily TND/SLL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TND/SLL over 1Y

TND/SLL over 1Y: show the values
PointTND/SLL
2025-09-257839.23
2025-10-027858.99
2025-10-097774.72
2025-10-167789.00
2025-10-237723.60
2025-10-307749.11
2025-11-067670.97
2025-11-137695.37
2025-11-207737.72
2025-11-277780.85
2025-12-047797.36
2025-12-127891.59
2025-12-197882.11
2025-12-267937.26
2026-01-027915.61
2026-01-097878.81
2026-01-167892.84
2026-01-237989.70
2026-01-308054.32
2026-02-068020.38
2026-02-138029.17
2026-02-207987.85
2026-02-277995.57
2026-03-067898.24
2026-03-137810.60
2026-03-207828.61
2026-03-277816.42
2026-04-037812.46
2026-04-147270.86
2026-04-217262.16
2026-04-287190.52
2026-05-057267.19
2026-05-127960.46
2026-05-207854.69
2026-05-287866.34
2026-06-047844.29
2026-06-137809.82
2026-06-207772.99
2026-06-277705.03
2026-07-047746.38
2026-07-117746.60
2026-07-187752.97
2026-07-257992.67
2026-08-017766.50
2026-08-087870.45
2026-08-157830.32
2026-08-238447.54
2026-08-307864.28
2026-09-067868.96
2026-09-137923.65
2026-09-207794.39

High

8447.54

Low

7190.52

Average

7811.93

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TND/SLL API questions

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

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

How far back does TND/SLL historical data go?

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