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: show the values
| Point | TJS/SEK |
|---|---|
| 2025-12-31 | 0.9953 |
| 2026-01-07 | 0.9931 |
| 2026-01-14 | 0.9853 |
| 2026-01-21 | 0.9734 |
| 2026-01-28 | 0.9510 |
| 2026-02-04 | 0.9604 |
| 2026-02-11 | 0.9453 |
| 2026-02-18 | 0.9487 |
| 2026-02-25 | 0.9582 |
| 2026-03-04 | 0.9599 |
| 2026-03-11 | 0.9603 |
| 2026-03-18 | 0.9800 |
| 2026-03-25 | 0.9712 |
| 2026-04-01 | 0.9785 |
| 2026-04-08 | 0.9763 |
| 2026-04-15 | 0.9721 |
| 2026-04-22 | 0.9772 |
| 2026-04-29 | 0.9875 |
| 2026-05-06 | 0.9871 |
| 2026-05-14 | 0.9989 |
| 2026-05-21 | 1.0072 |
| 2026-05-29 | 1.0046 |
| 2026-06-05 | 1.0030 |
| 2026-06-14 | 1.0100 |
| 2026-06-21 | 1.0295 |
| 2026-06-28 | 1.0509 |
| 2026-07-05 | 1.0394 |
| 2026-07-12 | 1.0458 |
| 2026-07-19 | 1.0440 |
| 2026-07-26 | 1.0478 |
| 2026-08-02 | 1.0284 |
| 2026-08-09 | 1.0243 |
| 2026-08-16 | 1.0294 |
| 2026-08-24 | 1.0283 |
| 2026-08-31 | 1.0334 |
| 2026-09-07 | 1.0413 |
| 2026-09-14 | 1.0565 |
| 2026-09-21 | 1.0635 |
High
1.0750
Low
0.94528
Average
1.0031
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=SEK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=SEK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TJS¤cies=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¤cies=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.