TWD to UZS exchange rate API
New Taiwan Dollar to Uzbekistan Sum · quoted 2026-09-24
371.4416
▼ +9.19% over 1Y
1 TWD = 371.4416 UZS · 1 UZS = 0.002692 TWD · Get this rate via the API
1 TWD buys 371.4416 UZS as of 2026-09-24, so 1 UZS buys 0.002692 TWD. Over the last year, TWD/UZS traded between 367.8960 and 409.0448, averaged 382.3565 and fell 9.19%. The API holds daily TWD/UZS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TWD/UZS over 1Y: show the values
| Point | TWD/UZS |
|---|---|
| 2025-09-24 | 409.0448 |
| 2025-10-01 | 404.5105 |
| 2025-10-08 | 400.3156 |
| 2025-10-15 | 396.4718 |
| 2025-10-22 | 392.5638 |
| 2025-10-29 | 393.9808 |
| 2025-11-05 | 386.8902 |
| 2025-11-12 | 385.9298 |
| 2025-11-19 | 383.1880 |
| 2025-11-26 | 380.3425 |
| 2025-12-03 | 380.3081 |
| 2025-12-11 | 383.1577 |
| 2025-12-18 | 382.2013 |
| 2025-12-25 | 384.0313 |
| 2026-01-01 | 383.5577 |
| 2026-01-08 | 380.9758 |
| 2026-01-15 | 380.9654 |
| 2026-01-22 | 382.0599 |
| 2026-01-29 | 386.8126 |
| 2026-02-05 | 387.9621 |
| 2026-02-12 | 393.4462 |
| 2026-02-19 | 384.2784 |
| 2026-02-26 | 388.6445 |
| 2026-03-05 | 383.9629 |
| 2026-03-12 | 382.8520 |
| 2026-03-19 | 382.8425 |
| 2026-03-26 | 381.9845 |
| 2026-04-02 | 379.9621 |
| 2026-04-09 | 384.5464 |
| 2026-04-16 | 385.3382 |
| 2026-04-23 | 385.8715 |
| 2026-04-30 | 380.9038 |
| 2026-05-07 | 384.9564 |
| 2026-05-15 | 381.7727 |
| 2026-05-23 | 381.4292 |
| 2026-05-30 | 382.2821 |
| 2026-06-06 | 381.1756 |
| 2026-06-15 | 380.4356 |
| 2026-06-22 | 380.8538 |
| 2026-06-29 | 377.0398 |
| 2026-07-06 | 373.1978 |
| 2026-07-13 | 376.8521 |
| 2026-07-20 | 371.5456 |
| 2026-07-27 | 372.5284 |
| 2026-08-03 | 367.8960 |
| 2026-08-10 | 369.7673 |
| 2026-08-17 | 373.5978 |
| 2026-08-25 | 370.3551 |
| 2026-09-01 | 372.8795 |
| 2026-09-08 | 373.7555 |
| 2026-09-15 | 368.8119 |
| 2026-09-22 | 372.4177 |
High
409.0448
Low
367.8960
Average
382.3565
Get this rate via the API
One GET request returns the TWD/UZS 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=UZS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=UZS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=UZS").json()Replace YOUR_API_KEY with the key from your dashboard.
TWD/UZS API questions
How do I get the TWD/UZS exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=UZS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TWD/UZS rate in rates.UZS.
How far back does TWD/UZS historical data go?
Daily TWD/UZS 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/UZS 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.