Skip to content

TJS to SEK exchange rate API

Somoni to Swedish Krona · quoted 2026-09-25

1.0750

▲ +7.07% over 1Y

1 TJS = 1.0750 SEK · 1 SEK = 0.93021 TJS · Get this rate via the API

1 TJS buys 1.0750 SEK as of 2026-09-25, so 1 SEK buys 0.93021 TJS. Over the last year, TJS/SEK traded between 0.94273 and 1.0750, averaged 1.0090 and rose 7.07%. The API holds daily TJS/SEK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TJS/SEK over 1Y

TJS/SEK over 1Y: show the values
PointTJS/SEK
2025-09-251.0041
2025-10-021.0044
2025-10-091.0172
2025-10-161.0286
2025-10-231.0212
2025-10-301.0285
2025-11-061.0294
2025-11-131.0212
2025-11-201.0350
2025-11-271.0237
2025-12-041.0222
2025-12-121.0079
2025-12-191.0087
2025-12-260.9908
2026-01-020.9987
2026-01-090.9916
2026-01-160.9884
2026-01-230.9648
2026-01-300.9427
2026-02-060.9661
2026-02-130.9508
2026-02-200.9601
2026-02-270.9510
2026-03-060.9650
2026-03-130.9753
2026-03-200.9812
2026-03-270.9884
2026-04-030.9909
2026-04-100.9737
2026-04-170.9655
2026-04-240.9827
2026-05-010.9838
2026-05-080.9832
2026-05-161.0126
2026-05-241.0062
2026-05-311.0009
2026-06-091.0068
2026-06-161.0118
2026-06-231.0465
2026-06-301.0530
2026-07-071.0455
2026-07-141.0415
2026-07-211.0461
2026-07-281.0524
2026-08-041.0330
2026-08-111.0278
2026-08-181.0313
2026-08-261.0305
2026-09-021.0432
2026-09-091.0362
2026-09-161.0604
2026-09-231.0693

High

1.0750

Low

0.94273

Average

1.0090

For developers

Get this rate via the API

One GET request returns the TJS/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=TJS&currencies=SEK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS&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=TJS&currencies=SEK").json()

Replace YOUR_API_KEY with the key from your dashboard.

TJS/SEK API questions

How do I get the TJS/SEK exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS&currencies=SEK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TJS/SEK rate in rates.SEK.

How far back does TJS/SEK historical data go?

Daily TJS/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 TJS/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.