Skip to content

TTD to UZS exchange rate API

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

1743.13

▲ +0.09% over 30D

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 30 days, TTD/UZS traded between 1729.12 and 1752.35, averaged 1740.48 and rose 0.09%. 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 30D

TTD/UZS over 30D: show the values
PointTTD/UZS
2026-08-271741.65
2026-08-281740.57
2026-08-291749.57
2026-08-301752.35
2026-08-311735.86
2026-09-011748.67
2026-09-021742.84
2026-09-031743.17
2026-09-041741.74
2026-09-051739.26
2026-09-061746.90
2026-09-071736.94
2026-09-081738.24
2026-09-091743.56
2026-09-101739.62
2026-09-111735.96
2026-09-121736.94
2026-09-131741.68
2026-09-141729.25
2026-09-151729.12
2026-09-161735.72
2026-09-171733.23
2026-09-181741.96
2026-09-191743.63
2026-09-201751.08
2026-09-211743.48
2026-09-221736.58
2026-09-231734.47
2026-09-241737.46
2026-09-251737.70
2026-09-261743.13

High

1752.35

Low

1729.12

Average

1740.48

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.