TTD to ISK exchange rate API
Trinidad and Tobago Dollar to Iceland Krona · quoted 2026-09-25
17.7479
▼ +0.83% over 1Y
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 last year, TTD/ISK traded between 17.7479 and 18.8555, averaged 18.2685 and fell 0.83%. 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 1Y: show the values
| Point | TTD/ISK |
|---|---|
| 2025-09-25 | 17.8965 |
| 2025-10-02 | 17.8209 |
| 2025-10-09 | 17.9970 |
| 2025-10-16 | 17.9157 |
| 2025-10-23 | 18.0823 |
| 2025-10-30 | 18.4239 |
| 2025-11-06 | 18.7155 |
| 2025-11-13 | 18.6872 |
| 2025-11-20 | 18.7963 |
| 2025-11-27 | 18.7355 |
| 2025-12-04 | 18.8555 |
| 2025-12-12 | 18.6604 |
| 2025-12-19 | 18.5241 |
| 2025-12-26 | 18.4735 |
| 2026-01-02 | 18.5214 |
| 2026-01-09 | 18.6387 |
| 2026-01-16 | 18.5617 |
| 2026-01-23 | 18.3338 |
| 2026-01-30 | 17.9414 |
| 2026-02-06 | 18.1778 |
| 2026-02-13 | 18.0137 |
| 2026-02-20 | 18.2260 |
| 2026-02-27 | 17.9046 |
| 2026-03-06 | 18.5145 |
| 2026-03-13 | 18.4882 |
| 2026-03-20 | 18.3530 |
| 2026-03-27 | 18.3891 |
| 2026-04-03 | 18.4711 |
| 2026-04-10 | 18.0601 |
| 2026-04-17 | 17.9703 |
| 2026-04-24 | 18.1087 |
| 2026-05-01 | 18.0517 |
| 2026-05-08 | 18.0159 |
| 2026-05-16 | 18.1978 |
| 2026-05-24 | 18.3572 |
| 2026-05-31 | 18.1622 |
| 2026-06-09 | 18.3165 |
| 2026-06-16 | 18.3378 |
| 2026-06-23 | 18.6135 |
| 2026-06-30 | 18.6187 |
| 2026-07-07 | 18.5596 |
| 2026-07-14 | 18.4921 |
| 2026-07-21 | 18.4400 |
| 2026-07-28 | 18.4174 |
| 2026-08-04 | 18.1660 |
| 2026-08-11 | 18.1746 |
| 2026-08-18 | 18.1162 |
| 2026-08-26 | 17.8188 |
| 2026-09-02 | 17.9130 |
| 2026-09-09 | 17.7903 |
| 2026-09-16 | 17.8678 |
| 2026-09-23 | 17.7955 |
High
18.8555
Low
17.7479
Average
18.2685
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.