Skip to content

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

TND/SOS over YTD: show the values
PointTND/SOS
2025-12-31197.8647
2026-01-07194.9216
2026-01-14196.8491
2026-01-21197.6520
2026-01-28201.8044
2026-02-04200.1493
2026-02-11201.1381
2026-02-18199.8354
2026-02-25199.0699
2026-03-04197.0472
2026-03-11195.8743
2026-03-18193.9026
2026-03-25196.6019
2026-04-01195.2920
2026-04-08196.5722
2026-04-15196.8245
2026-04-22199.6154
2026-04-29198.1798
2026-05-06197.3840
2026-05-14198.1866
2026-05-21196.6263
2026-05-29196.2471
2026-06-05196.5200
2026-06-14195.5881
2026-06-21193.9944
2026-06-28193.0364
2026-07-05193.9719
2026-07-12192.7609
2026-07-19193.6914
2026-07-26192.6606
2026-08-02194.6219
2026-08-09199.3784
2026-08-16194.0591
2026-08-24196.9818
2026-08-31198.2829
2026-09-07195.9041
2026-09-14197.2621
2026-09-21193.7285

High

201.8044

Low

192.6606

Average

196.4876

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&currencies=SOS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&currencies=SOS");
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=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&currencies=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.