Skip to content

TWD to UGX exchange rate API

New Taiwan Dollar to Uganda Shilling · quoted 2026-09-25

123.6024

▲ +5.90% over 1Y

1 TWD = 123.6024 UGX · 1 UGX = 0.008090 TWD · Get this rate via the API

1 TWD buys 123.6024 UGX as of 2026-09-25, so 1 UGX buys 0.008090 TWD. Over the last year, TWD/UGX traded between 110.9403 and 123.6024, averaged 116.1513 and rose 5.90%. The API holds daily TWD/UGX rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TWD/UGX over 1Y

TWD/UGX over 1Y: show the values
PointTWD/UGX
2025-09-25116.7152
2025-10-02115.7923
2025-10-09114.4646
2025-10-16112.8962
2025-10-23113.0976
2025-10-30112.8494
2025-11-06112.9712
2025-11-13115.9173
2025-11-20116.3102
2025-11-27115.7253
2025-12-04113.1937
2025-12-12113.8045
2025-12-19113.2900
2025-12-26114.8530
2026-01-02115.2352
2026-01-09113.8243
2026-01-16112.5387
2026-01-23110.9403
2026-01-30113.3158
2026-02-06112.4579
2026-02-13112.7036
2026-02-20113.7906
2026-02-27114.7671
2026-03-06115.9597
2026-03-13117.2706
2026-03-20118.0965
2026-03-27116.1696
2026-04-03117.3931
2026-04-10115.8901
2026-04-17117.1097
2026-04-24118.1151
2026-05-01119.2186
2026-05-08119.4942
2026-05-16118.8383
2026-05-24120.2469
2026-05-31119.9672
2026-06-09119.5530
2026-06-16117.5761
2026-06-23115.2181
2026-06-30115.0652
2026-07-07113.7087
2026-07-14114.6301
2026-07-21114.6871
2026-07-28116.1680
2026-08-04115.5180
2026-08-11115.6826
2026-08-18116.8540
2026-08-26117.0828
2026-09-02118.8746
2026-09-09120.3427
2026-09-16123.0286
2026-09-23123.2057

High

123.6024

Low

110.9403

Average

116.1513

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TWD/UGX API questions

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

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

How far back does TWD/UGX historical data go?

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