TWD to SDG exchange rate API
New Taiwan Dollar to Sudanese Pound · quoted 2026-09-25
18.8844
▼ +1.23% over YTD
1 TWD = 18.8844 SDG · 1 SDG = 0.05295 TWD · Get this rate via the API
1 TWD buys 18.8844 SDG as of 2026-09-25, so 1 SDG buys 0.05295 TWD. Over the year to date, TWD/SDG traded between 17.6972 and 19.1686, averaged 18.8896 and fell 1.23%. The API holds daily TWD/SDG rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TWD/SDG over YTD: show the values
| Point | TWD/SDG |
|---|---|
| 2025-12-31 | 19.1188 |
| 2026-01-07 | 19.0633 |
| 2026-01-14 | 18.9511 |
| 2026-01-21 | 18.9617 |
| 2026-01-28 | 19.1287 |
| 2026-02-04 | 18.9912 |
| 2026-02-11 | 19.0515 |
| 2026-02-18 | 19.1007 |
| 2026-02-25 | 19.1686 |
| 2026-03-04 | 18.9237 |
| 2026-03-11 | 18.8729 |
| 2026-03-18 | 18.8150 |
| 2026-03-25 | 18.8030 |
| 2026-04-01 | 17.6972 |
| 2026-04-08 | 18.8989 |
| 2026-04-15 | 18.9971 |
| 2026-04-22 | 19.0490 |
| 2026-04-29 | 19.0120 |
| 2026-05-06 | 19.0747 |
| 2026-05-14 | 19.0372 |
| 2026-05-21 | 19.0062 |
| 2026-05-29 | 19.1184 |
| 2026-06-05 | 19.0464 |
| 2026-06-14 | 18.9822 |
| 2026-06-21 | 18.9363 |
| 2026-06-28 | 18.8381 |
| 2026-07-05 | 18.7908 |
| 2026-07-12 | 18.7095 |
| 2026-07-19 | 18.5139 |
| 2026-07-26 | 18.5575 |
| 2026-08-02 | 18.5849 |
| 2026-08-09 | 18.6322 |
| 2026-08-16 | 18.7561 |
| 2026-08-24 | 18.8612 |
| 2026-08-31 | 18.9437 |
| 2026-09-07 | 19.0011 |
| 2026-09-14 | 18.9113 |
| 2026-09-21 | 18.9023 |
High
19.1686
Low
17.6972
Average
18.8896
Get this rate via the API
One GET request returns the TWD/SDG 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=SDG"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=SDG");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=SDG").json()Replace YOUR_API_KEY with the key from your dashboard.
TWD/SDG API questions
How do I get the TWD/SDG exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=SDG, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TWD/SDG rate in rates.SDG.
How far back does TWD/SDG historical data go?
Daily TWD/SDG 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/SDG 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.