TTD to ISK exchange rate API
Trinidad and Tobago Dollar to Iceland Krona · quoted 2026-09-25
17.7479
▼ +3.77% over YTD
1 TTD = 17.7479 ISK · 1 ISK = 0.05634 TTD · Get this rate via the API
1 TTD buys 17.7479 ISK as of 2026-09-25, so 1 ISK buys 0.05634 TTD. Over the year to date, TTD/ISK traded between 17.7479 and 18.7471, averaged 18.2139 and fell 3.77%. The API holds daily TTD/ISK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TTD/ISK over YTD: show the values
| Point | TTD/ISK |
|---|---|
| 2025-12-31 | 18.4427 |
| 2026-01-07 | 18.5608 |
| 2026-01-14 | 18.5178 |
| 2026-01-21 | 18.3775 |
| 2026-01-28 | 17.8348 |
| 2026-02-04 | 18.1393 |
| 2026-02-11 | 17.9496 |
| 2026-02-18 | 18.0517 |
| 2026-02-25 | 17.9731 |
| 2026-03-04 | 18.3319 |
| 2026-03-11 | 18.4492 |
| 2026-03-18 | 18.4251 |
| 2026-03-25 | 18.2486 |
| 2026-04-01 | 18.2796 |
| 2026-04-08 | 18.1303 |
| 2026-04-15 | 17.9804 |
| 2026-04-22 | 18.0512 |
| 2026-04-29 | 18.0450 |
| 2026-05-06 | 18.0481 |
| 2026-05-14 | 18.0809 |
| 2026-05-21 | 18.2328 |
| 2026-05-29 | 18.1594 |
| 2026-06-05 | 18.2236 |
| 2026-06-14 | 18.3882 |
| 2026-06-21 | 18.6296 |
| 2026-06-28 | 18.6686 |
| 2026-07-05 | 18.7471 |
| 2026-07-12 | 18.5563 |
| 2026-07-19 | 18.5398 |
| 2026-07-26 | 18.6172 |
| 2026-08-02 | 18.2826 |
| 2026-08-09 | 18.2463 |
| 2026-08-16 | 18.2589 |
| 2026-08-24 | 17.8299 |
| 2026-08-31 | 17.8114 |
| 2026-09-07 | 17.8647 |
| 2026-09-14 | 17.8269 |
| 2026-09-21 | 17.7950 |
High
18.7471
Low
17.7479
Average
18.2139
Get this rate via the API
One GET request returns the TTD/ISK 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=ISK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=ISK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=ISK").json()Replace YOUR_API_KEY with the key from your dashboard.
TTD/ISK API questions
How do I get the TTD/ISK exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=ISK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TTD/ISK rate in rates.ISK.
How far back does TTD/ISK historical data go?
Daily TTD/ISK 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/ISK 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.