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: show the values
| Point | TTD/UZS |
|---|---|
| 2026-08-27 | 1741.65 |
| 2026-08-28 | 1740.57 |
| 2026-08-29 | 1749.57 |
| 2026-08-30 | 1752.35 |
| 2026-08-31 | 1735.86 |
| 2026-09-01 | 1748.67 |
| 2026-09-02 | 1742.84 |
| 2026-09-03 | 1743.17 |
| 2026-09-04 | 1741.74 |
| 2026-09-05 | 1739.26 |
| 2026-09-06 | 1746.90 |
| 2026-09-07 | 1736.94 |
| 2026-09-08 | 1738.24 |
| 2026-09-09 | 1743.56 |
| 2026-09-10 | 1739.62 |
| 2026-09-11 | 1735.96 |
| 2026-09-12 | 1736.94 |
| 2026-09-13 | 1741.68 |
| 2026-09-14 | 1729.25 |
| 2026-09-15 | 1729.12 |
| 2026-09-16 | 1735.72 |
| 2026-09-17 | 1733.23 |
| 2026-09-18 | 1741.96 |
| 2026-09-19 | 1743.63 |
| 2026-09-20 | 1751.08 |
| 2026-09-21 | 1743.48 |
| 2026-09-22 | 1736.58 |
| 2026-09-23 | 1734.47 |
| 2026-09-24 | 1737.46 |
| 2026-09-25 | 1737.70 |
| 2026-09-26 | 1743.13 |
High
1752.35
Low
1729.12
Average
1740.48
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=UZS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=UZS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=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¤cies=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.