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: show the values
| Point | TWD/UGX |
|---|---|
| 2025-09-25 | 116.7152 |
| 2025-10-02 | 115.7923 |
| 2025-10-09 | 114.4646 |
| 2025-10-16 | 112.8962 |
| 2025-10-23 | 113.0976 |
| 2025-10-30 | 112.8494 |
| 2025-11-06 | 112.9712 |
| 2025-11-13 | 115.9173 |
| 2025-11-20 | 116.3102 |
| 2025-11-27 | 115.7253 |
| 2025-12-04 | 113.1937 |
| 2025-12-12 | 113.8045 |
| 2025-12-19 | 113.2900 |
| 2025-12-26 | 114.8530 |
| 2026-01-02 | 115.2352 |
| 2026-01-09 | 113.8243 |
| 2026-01-16 | 112.5387 |
| 2026-01-23 | 110.9403 |
| 2026-01-30 | 113.3158 |
| 2026-02-06 | 112.4579 |
| 2026-02-13 | 112.7036 |
| 2026-02-20 | 113.7906 |
| 2026-02-27 | 114.7671 |
| 2026-03-06 | 115.9597 |
| 2026-03-13 | 117.2706 |
| 2026-03-20 | 118.0965 |
| 2026-03-27 | 116.1696 |
| 2026-04-03 | 117.3931 |
| 2026-04-10 | 115.8901 |
| 2026-04-17 | 117.1097 |
| 2026-04-24 | 118.1151 |
| 2026-05-01 | 119.2186 |
| 2026-05-08 | 119.4942 |
| 2026-05-16 | 118.8383 |
| 2026-05-24 | 120.2469 |
| 2026-05-31 | 119.9672 |
| 2026-06-09 | 119.5530 |
| 2026-06-16 | 117.5761 |
| 2026-06-23 | 115.2181 |
| 2026-06-30 | 115.0652 |
| 2026-07-07 | 113.7087 |
| 2026-07-14 | 114.6301 |
| 2026-07-21 | 114.6871 |
| 2026-07-28 | 116.1680 |
| 2026-08-04 | 115.5180 |
| 2026-08-11 | 115.6826 |
| 2026-08-18 | 116.8540 |
| 2026-08-26 | 117.0828 |
| 2026-09-02 | 118.8746 |
| 2026-09-09 | 120.3427 |
| 2026-09-16 | 123.0286 |
| 2026-09-23 | 123.2057 |
High
123.6024
Low
110.9403
Average
116.1513
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=UGX"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=UGX");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=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¤cies=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.