Skip to content

TND to SLL exchange rate API

Tunisian Dinar to Leone · quoted 2026-09-25

7752.70

▼ +1.68% over 30D

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 30 days, TND/SLL traded between 7199.82 and 8456.65, averaged 7898.35 and fell 1.68%. 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 30D

TND/SLL over 30D: show the values
PointTND/SLL
2026-08-267884.83
2026-08-277887.57
2026-08-287889.60
2026-08-298030.47
2026-08-307864.28
2026-08-317944.29
2026-09-017872.11
2026-09-027850.60
2026-09-037872.49
2026-09-048456.65
2026-09-058027.73
2026-09-067868.96
2026-09-077857.54
2026-09-087900.37
2026-09-097909.83
2026-09-107901.22
2026-09-117891.11
2026-09-127917.79
2026-09-137923.65
2026-09-147918.25
2026-09-157822.15
2026-09-168449.40
2026-09-177825.67
2026-09-187199.82
2026-09-197800.44
2026-09-207794.39
2026-09-217787.86
2026-09-228366.28
2026-09-237773.60
2026-09-247752.76
2026-09-257752.70

High

8456.65

Low

7199.82

Average

7898.35

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.