TTD to HUF exchange rate API
Trinidad and Tobago Dollar to Forint · quoted 2026-09-26
47.2781
▼ +2.03% over YTD
1 TTD = 47.2781 HUF · 1 HUF = 0.02115 TTD · Get this rate via the API
1 TTD buys 47.2781 HUF as of 2026-09-26, so 1 HUF buys 0.02115 TTD. Over the year to date, TTD/HUF traded between 44.7813 and 50.4035, averaged 46.8456 and fell 2.03%. The API holds daily TTD/HUF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TTD/HUF over YTD: show the values
| Point | TTD/HUF |
|---|---|
| 2025-12-31 | 48.2556 |
| 2026-01-07 | 48.5431 |
| 2026-01-14 | 48.9444 |
| 2026-01-21 | 48.4766 |
| 2026-01-28 | 46.8503 |
| 2026-02-04 | 47.5851 |
| 2026-02-11 | 46.9284 |
| 2026-02-18 | 47.1201 |
| 2026-02-25 | 47.0782 |
| 2026-03-04 | 48.6905 |
| 2026-03-11 | 49.3459 |
| 2026-03-18 | 50.4035 |
| 2026-03-25 | 49.5258 |
| 2026-04-01 | 48.4791 |
| 2026-04-08 | 47.3595 |
| 2026-04-15 | 45.5603 |
| 2026-04-22 | 45.8862 |
| 2026-04-29 | 45.7256 |
| 2026-05-06 | 45.1392 |
| 2026-05-14 | 45.0045 |
| 2026-05-21 | 45.8400 |
| 2026-05-29 | 44.7894 |
| 2026-06-05 | 44.8811 |
| 2026-06-14 | 44.7813 |
| 2026-06-21 | 45.5416 |
| 2026-06-28 | 45.8688 |
| 2026-07-05 | 46.0042 |
| 2026-07-12 | 46.1560 |
| 2026-07-19 | 46.9577 |
| 2026-07-26 | 46.9641 |
| 2026-08-02 | 46.8597 |
| 2026-08-09 | 46.5204 |
| 2026-08-16 | 46.6305 |
| 2026-08-24 | 45.7807 |
| 2026-08-31 | 46.0907 |
| 2026-09-07 | 46.0827 |
| 2026-09-14 | 46.5859 |
| 2026-09-21 | 46.4619 |
High
50.4035
Low
44.7813
Average
46.8456
Get this rate via the API
One GET request returns the TTD/HUF 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=HUF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=HUF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=HUF").json()Replace YOUR_API_KEY with the key from your dashboard.
TTD/HUF API questions
How do I get the TTD/HUF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=HUF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TTD/HUF rate in rates.HUF.
How far back does TTD/HUF historical data go?
Daily TTD/HUF 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/HUF 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.