Skip to content

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

TWD/SDG over YTD: show the values
PointTWD/SDG
2025-12-3119.1188
2026-01-0719.0633
2026-01-1418.9511
2026-01-2118.9617
2026-01-2819.1287
2026-02-0418.9912
2026-02-1119.0515
2026-02-1819.1007
2026-02-2519.1686
2026-03-0418.9237
2026-03-1118.8729
2026-03-1818.8150
2026-03-2518.8030
2026-04-0117.6972
2026-04-0818.8989
2026-04-1518.9971
2026-04-2219.0490
2026-04-2919.0120
2026-05-0619.0747
2026-05-1419.0372
2026-05-2119.0062
2026-05-2919.1184
2026-06-0519.0464
2026-06-1418.9822
2026-06-2118.9363
2026-06-2818.8381
2026-07-0518.7908
2026-07-1218.7095
2026-07-1918.5139
2026-07-2618.5575
2026-08-0218.5849
2026-08-0918.6322
2026-08-1618.7561
2026-08-2418.8612
2026-08-3118.9437
2026-09-0719.0011
2026-09-1418.9113
2026-09-2118.9023

High

19.1686

Low

17.6972

Average

18.8896

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD&currencies=SDG"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD&currencies=SDG");
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=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&currencies=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.