TND to SVC exchange rate API
Tunisian Dinar to El Salvador Colon · quoted 2026-09-25
2.9584
▼ +2.36% over YTD
1 TND = 2.9584 SVC · 1 SVC = 0.33802 TND · Get this rate via the API
1 TND buys 2.9584 SVC as of 2026-09-25, so 1 SVC buys 0.33802 TND. Over the year to date, TND/SVC traded between 2.9498 and 3.0949, averaged 3.0113 and fell 2.36%. The API holds daily TND/SVC rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TND/SVC over YTD: show the values
| Point | TND/SVC |
|---|---|
| 2025-12-31 | 3.0298 |
| 2026-01-07 | 3.0291 |
| 2026-01-14 | 3.0198 |
| 2026-01-21 | 3.0378 |
| 2026-01-28 | 3.0949 |
| 2026-02-04 | 3.0647 |
| 2026-02-11 | 3.0798 |
| 2026-02-18 | 3.0714 |
| 2026-02-25 | 3.0526 |
| 2026-03-04 | 3.0169 |
| 2026-03-11 | 3.0003 |
| 2026-03-18 | 2.9833 |
| 2026-03-25 | 3.0103 |
| 2026-04-01 | 2.9905 |
| 2026-04-08 | 3.0099 |
| 2026-04-15 | 3.0134 |
| 2026-04-22 | 3.0565 |
| 2026-04-29 | 3.0337 |
| 2026-05-06 | 3.0218 |
| 2026-05-14 | 3.0278 |
| 2026-05-21 | 3.0107 |
| 2026-05-29 | 3.0193 |
| 2026-06-05 | 3.0073 |
| 2026-06-14 | 2.9947 |
| 2026-06-21 | 2.9703 |
| 2026-06-28 | 2.9554 |
| 2026-07-05 | 2.9681 |
| 2026-07-12 | 2.9619 |
| 2026-07-19 | 2.9656 |
| 2026-07-26 | 2.9498 |
| 2026-08-02 | 2.9834 |
| 2026-08-09 | 2.9951 |
| 2026-08-16 | 3.0021 |
| 2026-08-24 | 3.0270 |
| 2026-08-31 | 3.0362 |
| 2026-09-07 | 2.9997 |
| 2026-09-14 | 3.0203 |
| 2026-09-21 | 2.9712 |
High
3.0949
Low
2.9498
Average
3.0113
Get this rate via the API
One GET request returns the TND/SVC 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=SVC"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=SVC");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=SVC").json()Replace YOUR_API_KEY with the key from your dashboard.
TND/SVC API questions
How do I get the TND/SVC exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=SVC, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TND/SVC rate in rates.SVC.
How far back does TND/SVC historical data go?
Daily TND/SVC 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/SVC 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.