TTD to UAH exchange rate API
Trinidad and Tobago Dollar to Hryvnia · quoted 2026-09-26
6.6017
▲ +8.00% over 1Y
1 TTD = 6.6017 UAH · 1 UAH = 0.15148 TTD · Get this rate via the API
1 TTD buys 6.6017 UAH as of 2026-09-26, so 1 UAH buys 0.15148 TTD. Over the last year, TTD/UAH traded between 6.0819 and 6.6238, averaged 6.4140 and rose 8.00%. The API holds daily TTD/UAH rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TTD/UAH over 1Y: show the values
| Point | TTD/UAH |
|---|---|
| 2025-09-26 | 6.1128 |
| 2025-10-03 | 6.0819 |
| 2025-10-10 | 6.1090 |
| 2025-10-17 | 6.1484 |
| 2025-10-24 | 6.1737 |
| 2025-10-31 | 6.2249 |
| 2025-11-07 | 6.2049 |
| 2025-11-14 | 6.2039 |
| 2025-11-21 | 6.2128 |
| 2025-11-28 | 6.2202 |
| 2025-12-05 | 6.2428 |
| 2025-12-13 | 6.2294 |
| 2025-12-20 | 6.2225 |
| 2025-12-27 | 6.1951 |
| 2026-01-03 | 6.2229 |
| 2026-01-10 | 6.2705 |
| 2026-01-17 | 6.3912 |
| 2026-01-24 | 6.3505 |
| 2026-01-31 | 6.3276 |
| 2026-02-07 | 6.3222 |
| 2026-02-14 | 6.3602 |
| 2026-02-21 | 6.3836 |
| 2026-02-28 | 6.3787 |
| 2026-03-07 | 6.4501 |
| 2026-03-14 | 6.5527 |
| 2026-03-21 | 6.4551 |
| 2026-03-28 | 6.4512 |
| 2026-04-04 | 6.4407 |
| 2026-04-11 | 6.4020 |
| 2026-04-18 | 6.4815 |
| 2026-04-25 | 6.4885 |
| 2026-05-02 | 6.4732 |
| 2026-05-09 | 6.4813 |
| 2026-05-17 | 6.5096 |
| 2026-05-25 | 6.5090 |
| 2026-06-01 | 6.5214 |
| 2026-06-10 | 6.6203 |
| 2026-06-17 | 6.6016 |
| 2026-06-24 | 6.6093 |
| 2026-07-01 | 6.5782 |
| 2026-07-08 | 6.5451 |
| 2026-07-15 | 6.6144 |
| 2026-07-22 | 6.6045 |
| 2026-07-29 | 6.6238 |
| 2026-08-05 | 6.6074 |
| 2026-08-12 | 6.6192 |
| 2026-08-20 | 6.6071 |
| 2026-08-27 | 6.5586 |
| 2026-09-03 | 6.5943 |
| 2026-09-10 | 6.5817 |
| 2026-09-17 | 6.5688 |
| 2026-09-24 | 6.6020 |
High
6.6238
Low
6.0819
Average
6.4140
Get this rate via the API
One GET request returns the TTD/UAH 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=UAH"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=UAH");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=UAH").json()Replace YOUR_API_KEY with the key from your dashboard.
TTD/UAH API questions
How do I get the TTD/UAH exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=UAH, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TTD/UAH rate in rates.UAH.
How far back does TTD/UAH historical data go?
Daily TTD/UAH 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/UAH 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.