Skip to content

TWD to SOS exchange rate API

New Taiwan Dollar to Somali Shilling · quoted 2026-09-24

17.9860

▼ +1.24% over YTD

1 TWD = 17.9860 SOS · 1 SOS = 0.05560 TWD · Get this rate via the API

1 TWD buys 17.9860 SOS as of 2026-09-24, so 1 SOS buys 0.05560 TWD. Over the year to date, TWD/SOS traded between 17.6278 and 18.2252, averaged 17.9967 and fell 1.24%. The API holds daily TWD/SOS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TWD/SOS over YTD

TWD/SOS over YTD: show the values
PointTWD/SOS
2025-12-3118.2112
2026-01-0717.8924
2026-01-1418.0216
2026-01-2117.9919
2026-01-2818.2039
2026-02-0418.0902
2026-02-1118.1409
2026-02-1818.1196
2026-02-2518.2252
2026-03-0418.0186
2026-03-1117.9603
2026-03-1817.8290
2026-03-2517.9017
2026-04-0117.8877
2026-04-0817.9932
2026-04-1518.0743
2026-04-2218.1663
2026-04-2918.0937
2026-05-0618.1169
2026-05-1418.1650
2026-05-2118.0971
2026-05-2918.1169
2026-06-0518.1460
2026-06-1418.0734
2026-06-2118.0298
2026-06-2817.9383
2026-07-0517.9029
2026-07-1217.7518
2026-07-1917.6278
2026-07-2617.6704
2026-08-0217.6744
2026-08-0918.0827
2026-08-1617.6748
2026-08-2417.8948
2026-08-3118.0355
2026-09-0718.0921
2026-09-1418.0062
2026-09-2117.9674

High

18.2252

Low

17.6278

Average

17.9967

For developers

Get this rate via the API

One GET request returns the TWD/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=TWD&currencies=SOS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD&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=TWD&currencies=SOS").json()

Replace YOUR_API_KEY with the key from your dashboard.

TWD/SOS API questions

How do I get the TWD/SOS exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD&currencies=SOS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TWD/SOS rate in rates.SOS.

How far back does TWD/SOS historical data go?

Daily TWD/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 TWD/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.