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: show the values
| Point | TND/SLL |
|---|---|
| 2025-09-25 | 7839.23 |
| 2025-10-02 | 7858.99 |
| 2025-10-09 | 7774.72 |
| 2025-10-16 | 7789.00 |
| 2025-10-23 | 7723.60 |
| 2025-10-30 | 7749.11 |
| 2025-11-06 | 7670.97 |
| 2025-11-13 | 7695.37 |
| 2025-11-20 | 7737.72 |
| 2025-11-27 | 7780.85 |
| 2025-12-04 | 7797.36 |
| 2025-12-12 | 7891.59 |
| 2025-12-19 | 7882.11 |
| 2025-12-26 | 7937.26 |
| 2026-01-02 | 7915.61 |
| 2026-01-09 | 7878.81 |
| 2026-01-16 | 7892.84 |
| 2026-01-23 | 7989.70 |
| 2026-01-30 | 8054.32 |
| 2026-02-06 | 8020.38 |
| 2026-02-13 | 8029.17 |
| 2026-02-20 | 7987.85 |
| 2026-02-27 | 7995.57 |
| 2026-03-06 | 7898.24 |
| 2026-03-13 | 7810.60 |
| 2026-03-20 | 7828.61 |
| 2026-03-27 | 7816.42 |
| 2026-04-03 | 7812.46 |
| 2026-04-14 | 7270.86 |
| 2026-04-21 | 7262.16 |
| 2026-04-28 | 7190.52 |
| 2026-05-05 | 7267.19 |
| 2026-05-12 | 7960.46 |
| 2026-05-20 | 7854.69 |
| 2026-05-28 | 7866.34 |
| 2026-06-04 | 7844.29 |
| 2026-06-13 | 7809.82 |
| 2026-06-20 | 7772.99 |
| 2026-06-27 | 7705.03 |
| 2026-07-04 | 7746.38 |
| 2026-07-11 | 7746.60 |
| 2026-07-18 | 7752.97 |
| 2026-07-25 | 7992.67 |
| 2026-08-01 | 7766.50 |
| 2026-08-08 | 7870.45 |
| 2026-08-15 | 7830.32 |
| 2026-08-23 | 8447.54 |
| 2026-08-30 | 7864.28 |
| 2026-09-06 | 7868.96 |
| 2026-09-13 | 7923.65 |
| 2026-09-20 | 7794.39 |
High
8447.54
Low
7190.52
Average
7811.93
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=SLL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=SLL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=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¤cies=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.