Skip to content

TJS to SEK exchange rate API

Somoni to Swedish Krona · quoted 2026-09-25

1.0750

▲ +8.02% over YTD

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 year to date, TJS/SEK traded between 0.94528 and 1.0750, averaged 1.0031 and rose 8.02%. 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 YTD

TJS/SEK over YTD: show the values
PointTJS/SEK
2025-12-310.9953
2026-01-070.9931
2026-01-140.9853
2026-01-210.9734
2026-01-280.9510
2026-02-040.9604
2026-02-110.9453
2026-02-180.9487
2026-02-250.9582
2026-03-040.9599
2026-03-110.9603
2026-03-180.9800
2026-03-250.9712
2026-04-010.9785
2026-04-080.9763
2026-04-150.9721
2026-04-220.9772
2026-04-290.9875
2026-05-060.9871
2026-05-140.9989
2026-05-211.0072
2026-05-291.0046
2026-06-051.0030
2026-06-141.0100
2026-06-211.0295
2026-06-281.0509
2026-07-051.0394
2026-07-121.0458
2026-07-191.0440
2026-07-261.0478
2026-08-021.0284
2026-08-091.0243
2026-08-161.0294
2026-08-241.0283
2026-08-311.0334
2026-09-071.0413
2026-09-141.0565
2026-09-211.0635

High

1.0750

Low

0.94528

Average

1.0031

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.