Skip to content

TTD to UZS exchange rate API

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

1743.13

▼ +1.56% over YTD

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 year to date, TTD/UZS traded between 1729.25 and 1817.70, averaged 1776.93 and fell 1.56%. 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 YTD

TTD/UZS over YTD: show the values
PointTTD/UZS
2025-12-311770.81
2026-01-071764.58
2026-01-141781.08
2026-01-211780.14
2026-01-281786.44
2026-02-041811.73
2026-02-111817.70
2026-02-181793.11
2026-02-251800.45
2026-03-041801.90
2026-03-111792.44
2026-03-181786.33
2026-03-251796.83
2026-04-011799.13
2026-04-081799.43
2026-04-151787.30
2026-04-221778.56
2026-04-291775.49
2026-05-061777.64
2026-05-141779.87
2026-05-211782.48
2026-05-291770.95
2026-06-051767.09
2026-06-141767.78
2026-06-211789.10
2026-06-281772.47
2026-07-051783.30
2026-07-121783.82
2026-07-191779.45
2026-07-261779.84
2026-08-021774.28
2026-08-091767.87
2026-08-161767.23
2026-08-241745.09
2026-08-311735.86
2026-09-071736.94
2026-09-141729.25
2026-09-211743.48

High

1817.70

Low

1729.25

Average

1776.93

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.