TWD to TZS exchange rate API
New Taiwan Dollar to Tanzanian Shilling · quoted 2026-09-24
82.8724
▼ +2.68% over 5Y
1 TWD = 82.8724 TZS · 1 TZS = 0.01207 TWD · Get this rate via the API
1 TWD buys 82.8724 TZS as of 2026-09-24, so 1 TZS buys 0.01207 TWD. Over the last 5 years, TWD/TZS traded between 74.6866 and 90.6925, averaged 82.2017 and fell 2.68%. The API holds daily TWD/TZS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TWD/TZS over 5Y: show the values
| Point | TWD/TZS |
|---|---|
| 2024-08-24 | 85.1525 |
| 2024-10-01 | 85.4479 |
| 2024-10-31 | 83.3300 |
| 2024-11-30 | 81.3305 |
| 2024-12-30 | 74.6866 |
| 2025-01-29 | 81.3066 |
| 2025-02-28 | 81.1622 |
| 2025-03-30 | 79.9658 |
| 2025-04-29 | 82.7949 |
| 2025-05-29 | 89.5789 |
| 2025-06-28 | 90.6925 |
| 2025-07-28 | 85.9686 |
| 2025-08-27 | 80.9216 |
| 2025-09-26 | 78.5187 |
| 2025-10-26 | 80.2567 |
| 2025-11-25 | 77.8877 |
| 2025-12-25 | 78.2275 |
| 2026-01-24 | 80.8470 |
| 2026-02-23 | 81.6333 |
| 2026-03-25 | 80.4929 |
| 2026-04-24 | 82.9370 |
| 2026-05-24 | 83.2077 |
| 2026-06-24 | 82.5872 |
| 2026-07-24 | 81.3453 |
| 2026-08-23 | 82.9957 |
| 2026-09-22 | 83.2976 |
High
90.6925
Low
74.6866
Average
82.2017
Get this rate via the API
One GET request returns the TWD/TZS 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=TZS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=TZS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=TZS").json()Replace YOUR_API_KEY with the key from your dashboard.
TWD/TZS API questions
How do I get the TWD/TZS exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=TZS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TWD/TZS rate in rates.TZS.
How far back does TWD/TZS historical data go?
Daily TWD/TZS 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/TZS 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.