Skip to content

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

TTD/SEK over 1Y: show the values
PointTTD/SEK
2025-09-241.3837
2025-10-011.3860
2025-10-081.3890
2025-10-151.3989
2025-10-221.3885
2025-10-291.3791
2025-11-051.4146
2025-11-121.3938
2025-11-191.4004
2025-11-261.4045
2025-12-031.3856
2025-12-111.3676
2025-12-181.3713
2025-12-251.3499
2026-01-011.3553
2026-01-081.3582
2026-01-151.3554
2026-01-221.3328
2026-01-291.3015
2026-02-051.3319
2026-02-121.3093
2026-02-191.3405
2026-02-261.3339
2026-03-051.3587
2026-03-121.3663
2026-03-191.3839
2026-03-261.3793
2026-04-021.4000
2026-04-091.3733
2026-04-161.3544
2026-04-231.3550
2026-04-301.3638
2026-05-071.3568
2026-05-151.3908
2026-05-231.3853
2026-05-301.3652
2026-06-061.4035
2026-06-151.3832
2026-06-221.4158
2026-06-291.4291
2026-07-061.4241
2026-07-131.4182
2026-07-201.4247
2026-07-271.4289
2026-08-031.4059
2026-08-101.4017
2026-08-171.4019
2026-08-251.3976
2026-09-011.4197
2026-09-081.4179
2026-09-151.4400
2026-09-221.4442

High

1.4560

Low

1.3015

Average

1.3845

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD&currencies=SEK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD&currencies=SEK");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD&currencies=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&currencies=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.