Skip to content

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

TWD/UZS over 1Y: show the values
PointTWD/UZS
2025-09-24409.0448
2025-10-01404.5105
2025-10-08400.3156
2025-10-15396.4718
2025-10-22392.5638
2025-10-29393.9808
2025-11-05386.8902
2025-11-12385.9298
2025-11-19383.1880
2025-11-26380.3425
2025-12-03380.3081
2025-12-11383.1577
2025-12-18382.2013
2025-12-25384.0313
2026-01-01383.5577
2026-01-08380.9758
2026-01-15380.9654
2026-01-22382.0599
2026-01-29386.8126
2026-02-05387.9621
2026-02-12393.4462
2026-02-19384.2784
2026-02-26388.6445
2026-03-05383.9629
2026-03-12382.8520
2026-03-19382.8425
2026-03-26381.9845
2026-04-02379.9621
2026-04-09384.5464
2026-04-16385.3382
2026-04-23385.8715
2026-04-30380.9038
2026-05-07384.9564
2026-05-15381.7727
2026-05-23381.4292
2026-05-30382.2821
2026-06-06381.1756
2026-06-15380.4356
2026-06-22380.8538
2026-06-29377.0398
2026-07-06373.1978
2026-07-13376.8521
2026-07-20371.5456
2026-07-27372.5284
2026-08-03367.8960
2026-08-10369.7673
2026-08-17373.5978
2026-08-25370.3551
2026-09-01372.8795
2026-09-08373.7555
2026-09-15368.8119
2026-09-22372.4177

High

409.0448

Low

367.8960

Average

382.3565

For developers

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