Skip to content

TJS to NOK exchange rate API

Somoni to Norwegian Krone · quoted 2026-09-27

1.0289

▼ +3.68% over 1Y

1 TJS = 1.0289 NOK · 1 NOK = 0.97187 TJS · Get this rate via the API

1 TJS buys 1.0289 NOK as of 2026-09-27, so 1 NOK buys 0.97187 TJS. Over the last year, TJS/NOK traded between 0.98998 and 1.1119, averaged 1.0424 and fell 3.68%. The API holds daily TJS/NOK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TJS/NOK over 1Y

TJS/NOK over 1Y: show the values
PointTJS/NOK
2025-09-271.0683
2025-10-041.0737
2025-10-111.0968
2025-10-181.0907
2025-10-251.0765
2025-11-011.0962
2025-11-081.1008
2025-11-151.0918
2025-11-221.1119
2025-11-291.0960
2025-12-061.1015
2025-12-141.0968
2025-12-211.1000
2025-12-281.0822
2026-01-041.0901
2026-01-111.0856
2026-01-181.0835
2026-01-251.0423
2026-02-011.0263
2026-02-081.0330
2026-02-151.0078
2026-02-221.0061
2026-03-011.0005
2026-03-081.0050
2026-03-151.0166
2026-03-220.9993
2026-03-291.0174
2026-04-051.0215
2026-04-121.0052
2026-04-190.9930
2026-04-260.9939
2026-05-030.9900
2026-05-100.9900
2026-05-180.9919
2026-05-261.0014
2026-06-021.0039
2026-06-111.0213
2026-06-181.0450
2026-06-251.0675
2026-07-021.0703
2026-07-091.0509
2026-07-161.0479
2026-07-231.0408
2026-07-301.0421
2026-08-061.0336
2026-08-131.0292
2026-08-211.0042
2026-08-281.0100
2026-09-041.0075
2026-09-111.0067
2026-09-181.0226
2026-09-251.0312

High

1.1119

Low

0.98998

Average

1.0424

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TJS/NOK API questions

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

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

How far back does TJS/NOK historical data go?

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