TTD to SEK exchange rate API
Trinidad and Tobago Dollar to Swedish Krona · quoted 2026-09-24
1.4560
▲ +5.22% over 1Y
1 TTD = 1.4560 SEK · 1 SEK = 0.68682 TTD · Get this rate via the API
1 TTD buys 1.4560 SEK as of 2026-09-24, so 1 SEK buys 0.68682 TTD. Over the last year, TTD/SEK traded between 1.3015 and 1.4560, averaged 1.3845 and rose 5.22%. The API holds daily TTD/SEK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TTD/SEK over 1Y: show the values
| Point | TTD/SEK |
|---|---|
| 2025-09-24 | 1.3837 |
| 2025-10-01 | 1.3860 |
| 2025-10-08 | 1.3890 |
| 2025-10-15 | 1.3989 |
| 2025-10-22 | 1.3885 |
| 2025-10-29 | 1.3791 |
| 2025-11-05 | 1.4146 |
| 2025-11-12 | 1.3938 |
| 2025-11-19 | 1.4004 |
| 2025-11-26 | 1.4045 |
| 2025-12-03 | 1.3856 |
| 2025-12-11 | 1.3676 |
| 2025-12-18 | 1.3713 |
| 2025-12-25 | 1.3499 |
| 2026-01-01 | 1.3553 |
| 2026-01-08 | 1.3582 |
| 2026-01-15 | 1.3554 |
| 2026-01-22 | 1.3328 |
| 2026-01-29 | 1.3015 |
| 2026-02-05 | 1.3319 |
| 2026-02-12 | 1.3093 |
| 2026-02-19 | 1.3405 |
| 2026-02-26 | 1.3339 |
| 2026-03-05 | 1.3587 |
| 2026-03-12 | 1.3663 |
| 2026-03-19 | 1.3839 |
| 2026-03-26 | 1.3793 |
| 2026-04-02 | 1.4000 |
| 2026-04-09 | 1.3733 |
| 2026-04-16 | 1.3544 |
| 2026-04-23 | 1.3550 |
| 2026-04-30 | 1.3638 |
| 2026-05-07 | 1.3568 |
| 2026-05-15 | 1.3908 |
| 2026-05-23 | 1.3853 |
| 2026-05-30 | 1.3652 |
| 2026-06-06 | 1.4035 |
| 2026-06-15 | 1.3832 |
| 2026-06-22 | 1.4158 |
| 2026-06-29 | 1.4291 |
| 2026-07-06 | 1.4241 |
| 2026-07-13 | 1.4182 |
| 2026-07-20 | 1.4247 |
| 2026-07-27 | 1.4289 |
| 2026-08-03 | 1.4059 |
| 2026-08-10 | 1.4017 |
| 2026-08-17 | 1.4019 |
| 2026-08-25 | 1.3976 |
| 2026-09-01 | 1.4197 |
| 2026-09-08 | 1.4179 |
| 2026-09-15 | 1.4400 |
| 2026-09-22 | 1.4442 |
High
1.4560
Low
1.3015
Average
1.3845
Get this rate via the API
One GET request returns the TTD/SEK 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=SEK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=SEK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=SEK").json()Replace YOUR_API_KEY with the key from your dashboard.
TTD/SEK API questions
How do I get the TTD/SEK exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=SEK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TTD/SEK rate in rates.SEK.
How far back does TTD/SEK historical data go?
Daily TTD/SEK 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/SEK 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.