Skip to content

TWD to SOS exchange rate API

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

17.9860

▼ +6.05% over 1Y

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 last year, TWD/SOS traded between 17.5743 and 19.1442, averaged 18.1311 and fell 6.05%. 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 1Y

TWD/SOS over 1Y: show the values
PointTWD/SOS
2025-09-2419.1442
2025-10-0119.1086
2025-10-0819.0018
2025-10-1518.6579
2025-10-2218.5960
2025-10-2918.6382
2025-11-0518.4610
2025-11-1218.4364
2025-11-1918.2775
2025-11-2618.1842
2025-12-0318.2538
2025-12-1118.1451
2025-12-1818.0418
2025-12-2518.1730
2026-01-0118.2420
2026-01-0817.8628
2026-01-1517.9863
2026-01-2217.8778
2026-01-2918.1472
2026-02-0517.9710
2026-02-1218.2508
2026-02-1918.0972
2026-02-2618.3483
2026-03-0518.0051
2026-03-1217.9406
2026-03-1917.9972
2026-03-2617.9369
2026-04-0217.8702
2026-04-0917.9695
2026-04-1618.0676
2026-04-2318.1824
2026-04-3018.0652
2026-05-0718.2821
2026-05-1518.1981
2026-05-2318.1705
2026-05-3018.1742
2026-06-0618.0854
2026-06-1518.1291
2026-06-2218.0390
2026-06-2917.9299
2026-07-0617.8070
2026-07-1317.8479
2026-07-2017.6118
2026-07-2717.6041
2026-08-0317.5743
2026-08-1017.6643
2026-08-1717.8723
2026-08-2517.9272
2026-09-0118.0171
2026-09-0818.1138
2026-09-1517.9490
2026-09-2218.0291

High

19.1442

Low

17.5743

Average

18.1311

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.