TND to SOS exchange rate API
Tunisian Dinar to Somali Shilling · quoted 2026-09-26
192.9361
▼ +2.49% over YTD
1 TND = 192.9361 SOS · 1 SOS = 0.005183 TND · Get this rate via the API
1 TND buys 192.9361 SOS as of 2026-09-26, so 1 SOS buys 0.005183 TND. Over the year to date, TND/SOS traded between 192.6606 and 201.8044, averaged 196.4876 and fell 2.49%. The API holds daily TND/SOS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TND/SOS over YTD: show the values
| Point | TND/SOS |
|---|---|
| 2025-12-31 | 197.8647 |
| 2026-01-07 | 194.9216 |
| 2026-01-14 | 196.8491 |
| 2026-01-21 | 197.6520 |
| 2026-01-28 | 201.8044 |
| 2026-02-04 | 200.1493 |
| 2026-02-11 | 201.1381 |
| 2026-02-18 | 199.8354 |
| 2026-02-25 | 199.0699 |
| 2026-03-04 | 197.0472 |
| 2026-03-11 | 195.8743 |
| 2026-03-18 | 193.9026 |
| 2026-03-25 | 196.6019 |
| 2026-04-01 | 195.2920 |
| 2026-04-08 | 196.5722 |
| 2026-04-15 | 196.8245 |
| 2026-04-22 | 199.6154 |
| 2026-04-29 | 198.1798 |
| 2026-05-06 | 197.3840 |
| 2026-05-14 | 198.1866 |
| 2026-05-21 | 196.6263 |
| 2026-05-29 | 196.2471 |
| 2026-06-05 | 196.5200 |
| 2026-06-14 | 195.5881 |
| 2026-06-21 | 193.9944 |
| 2026-06-28 | 193.0364 |
| 2026-07-05 | 193.9719 |
| 2026-07-12 | 192.7609 |
| 2026-07-19 | 193.6914 |
| 2026-07-26 | 192.6606 |
| 2026-08-02 | 194.6219 |
| 2026-08-09 | 199.3784 |
| 2026-08-16 | 194.0591 |
| 2026-08-24 | 196.9818 |
| 2026-08-31 | 198.2829 |
| 2026-09-07 | 195.9041 |
| 2026-09-14 | 197.2621 |
| 2026-09-21 | 193.7285 |
High
201.8044
Low
192.6606
Average
196.4876
Get this rate via the API
One GET request returns the TND/SOS 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=SOS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=SOS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=SOS").json()Replace YOUR_API_KEY with the key from your dashboard.
TND/SOS API questions
How do I get the TND/SOS exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=SOS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TND/SOS rate in rates.SOS.
How far back does TND/SOS historical data go?
Daily TND/SOS 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/SOS 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.