Skip to content

TTD to UZS exchange rate API

Trinidad and Tobago Dollar to Uzbekistan Sum · quoted 2026-09-26

1743.13

▼ +3.34% over 1Y

1 TTD = 1743.13 UZS · 1 UZS = 0.000574 TTD · Get this rate via the API

1 TTD buys 1743.13 UZS as of 2026-09-26, so 1 UZS buys 0.000574 TTD. Over the last year, TTD/UZS traded between 1733.23 and 1817.13, averaged 1774.35 and fell 3.34%. The API holds daily TTD/UZS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TTD/UZS over 1Y

TTD/UZS over 1Y: show the values
PointTTD/UZS
2025-09-261803.43
2025-10-031785.54
2025-10-101781.26
2025-10-171798.69
2025-10-241785.62
2025-10-311778.55
2025-11-071773.48
2025-11-141771.50
2025-11-211751.46
2025-11-281749.57
2025-12-051766.25
2025-12-131775.49
2025-12-201770.33
2025-12-271777.07
2026-01-031768.15
2026-01-101787.24
2026-01-171761.95
2026-01-241773.44
2026-01-311806.54
2026-02-071817.13
2026-02-141795.54
2026-02-211791.08
2026-02-281804.76
2026-03-071797.56
2026-03-141790.49
2026-03-211793.90
2026-03-281796.12
2026-04-041795.72
2026-04-111792.43
2026-04-181786.70
2026-04-251777.62
2026-05-021760.10
2026-05-091790.72
2026-05-171771.94
2026-05-251765.98
2026-06-011769.75
2026-06-101776.85
2026-06-171768.02
2026-06-241771.21
2026-07-011774.09
2026-07-081772.89
2026-07-151780.61
2026-07-221767.82
2026-07-291773.72
2026-08-051756.19
2026-08-121760.40
2026-08-201737.53
2026-08-271741.65
2026-09-031743.17
2026-09-101739.62
2026-09-171733.23
2026-09-241737.46

High

1817.13

Low

1733.23

Average

1774.35

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TTD/UZS API questions

How do I get the TTD/UZS exchange rate from an API?

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

How far back does TTD/UZS historical data go?

Daily TTD/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 TTD/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.