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: show the values
| Point | TWD/SOS |
|---|---|
| 2025-09-24 | 19.1442 |
| 2025-10-01 | 19.1086 |
| 2025-10-08 | 19.0018 |
| 2025-10-15 | 18.6579 |
| 2025-10-22 | 18.5960 |
| 2025-10-29 | 18.6382 |
| 2025-11-05 | 18.4610 |
| 2025-11-12 | 18.4364 |
| 2025-11-19 | 18.2775 |
| 2025-11-26 | 18.1842 |
| 2025-12-03 | 18.2538 |
| 2025-12-11 | 18.1451 |
| 2025-12-18 | 18.0418 |
| 2025-12-25 | 18.1730 |
| 2026-01-01 | 18.2420 |
| 2026-01-08 | 17.8628 |
| 2026-01-15 | 17.9863 |
| 2026-01-22 | 17.8778 |
| 2026-01-29 | 18.1472 |
| 2026-02-05 | 17.9710 |
| 2026-02-12 | 18.2508 |
| 2026-02-19 | 18.0972 |
| 2026-02-26 | 18.3483 |
| 2026-03-05 | 18.0051 |
| 2026-03-12 | 17.9406 |
| 2026-03-19 | 17.9972 |
| 2026-03-26 | 17.9369 |
| 2026-04-02 | 17.8702 |
| 2026-04-09 | 17.9695 |
| 2026-04-16 | 18.0676 |
| 2026-04-23 | 18.1824 |
| 2026-04-30 | 18.0652 |
| 2026-05-07 | 18.2821 |
| 2026-05-15 | 18.1981 |
| 2026-05-23 | 18.1705 |
| 2026-05-30 | 18.1742 |
| 2026-06-06 | 18.0854 |
| 2026-06-15 | 18.1291 |
| 2026-06-22 | 18.0390 |
| 2026-06-29 | 17.9299 |
| 2026-07-06 | 17.8070 |
| 2026-07-13 | 17.8479 |
| 2026-07-20 | 17.6118 |
| 2026-07-27 | 17.6041 |
| 2026-08-03 | 17.5743 |
| 2026-08-10 | 17.6643 |
| 2026-08-17 | 17.8723 |
| 2026-08-25 | 17.9272 |
| 2026-09-01 | 18.0171 |
| 2026-09-08 | 18.1138 |
| 2026-09-15 | 17.9490 |
| 2026-09-22 | 18.0291 |
High
19.1442
Low
17.5743
Average
18.1311
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=SOS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=SOS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=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¤cies=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.