TTD to SOS exchange rate API
Trinidad and Tobago Dollar to Somali Shilling · quoted 2026-09-24
84.1313
▼ +0.15% over 1Y
1 TTD = 84.1313 SOS · 1 SOS = 0.01189 TTD · Get this rate via the API
1 TTD buys 84.1313 SOS as of 2026-09-24, so 1 SOS buys 0.01189 TTD. Over the last year, TTD/SOS traded between 83.0498 and 84.7175, averaged 84.1623 and fell 0.15%. The API holds daily TTD/SOS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TTD/SOS over 1Y: show the values
| Point | TTD/SOS |
|---|---|
| 2025-09-24 | 84.2606 |
| 2025-10-01 | 84.1478 |
| 2025-10-08 | 84.1613 |
| 2025-10-15 | 84.3764 |
| 2025-10-22 | 84.2334 |
| 2025-10-29 | 83.9293 |
| 2025-11-05 | 84.3171 |
| 2025-11-12 | 84.4500 |
| 2025-11-19 | 84.1279 |
| 2025-11-26 | 84.0108 |
| 2025-12-03 | 84.3303 |
| 2025-12-11 | 83.7305 |
| 2025-12-18 | 83.9514 |
| 2025-12-25 | 84.0697 |
| 2026-01-01 | 84.0834 |
| 2026-01-08 | 83.0498 |
| 2026-01-15 | 83.6127 |
| 2026-01-22 | 83.2818 |
| 2026-01-29 | 83.8896 |
| 2026-02-05 | 83.9898 |
| 2026-02-12 | 84.2751 |
| 2026-02-19 | 84.1977 |
| 2026-02-26 | 84.6184 |
| 2026-03-05 | 84.3937 |
| 2026-03-12 | 84.1721 |
| 2026-03-19 | 84.5933 |
| 2026-03-26 | 84.1526 |
| 2026-04-02 | 84.2168 |
| 2026-04-09 | 84.3155 |
| 2026-04-16 | 84.2032 |
| 2026-04-23 | 84.2981 |
| 2026-04-30 | 84.0206 |
| 2026-05-07 | 84.5980 |
| 2026-05-15 | 84.5480 |
| 2026-05-23 | 84.5420 |
| 2026-05-30 | 84.4056 |
| 2026-06-06 | 84.7175 |
| 2026-06-15 | 84.1927 |
| 2026-06-22 | 84.2001 |
| 2026-06-29 | 84.0623 |
| 2026-07-06 | 84.2742 |
| 2026-07-13 | 84.1372 |
| 2026-07-20 | 83.9895 |
| 2026-07-27 | 83.9167 |
| 2026-08-03 | 84.0734 |
| 2026-08-10 | 84.0980 |
| 2026-08-17 | 84.1340 |
| 2026-08-25 | 84.1626 |
| 2026-09-01 | 84.4938 |
| 2026-09-08 | 84.2428 |
| 2026-09-15 | 84.1514 |
| 2026-09-22 | 84.0699 |
High
84.7175
Low
83.0498
Average
84.1623
Get this rate via the API
One GET request returns the TTD/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=TTD¤cies=SOS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=SOS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=SOS").json()Replace YOUR_API_KEY with the key from your dashboard.
TTD/SOS API questions
How do I get the TTD/SOS exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=SOS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TTD/SOS rate in rates.SOS.
How far back does TTD/SOS historical data go?
Daily TTD/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 TTD/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.