Skip to content

TJS to ILS exchange rate API

Somoni to New Israeli Sheqel · quoted 2026-09-27

0.32833

▼ +8.56% over 1Y

1 TJS = 0.32833 ILS · 1 ILS = 3.0457 TJS · Get this rate via the API

1 TJS buys 0.32833 ILS as of 2026-09-27, so 1 ILS buys 3.0457 TJS. Over the last year, TJS/ILS traded between 0.30737 and 0.35908, averaged 0.33254 and fell 8.56%. The API holds daily TJS/ILS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TJS/ILS over 1Y

TJS/ILS over 1Y: show the values
PointTJS/ILS
2025-09-270.35908
2025-10-040.35591
2025-10-110.35857
2025-10-180.35872
2025-10-250.35306
2025-11-010.35228
2025-11-080.35356
2025-11-150.34951
2025-11-220.35656
2025-11-290.35253
2025-12-060.35265
2025-12-140.34760
2025-12-210.34751
2025-12-280.34428
2026-01-040.34485
2026-01-110.33776
2026-01-180.33748
2026-01-250.33510
2026-02-010.33016
2026-02-080.33167
2026-02-150.32740
2026-02-220.32817
2026-03-010.32997
2026-03-080.32307
2026-03-150.32740
2026-03-220.32660
2026-03-290.32949
2026-04-050.32805
2026-04-120.32144
2026-04-190.31527
2026-04-260.31875
2026-05-030.31444
2026-05-100.31211
2026-05-180.31098
2026-05-260.30901
2026-06-020.30737
2026-06-110.31726
2026-06-180.31744
2026-06-250.32119
2026-07-020.32435
2026-07-090.32657
2026-07-160.32676
2026-07-230.33265
2026-07-300.33445
2026-08-060.32673
2026-08-130.32212
2026-08-210.32264
2026-08-280.32190
2026-09-040.32596
2026-09-110.32963
2026-09-180.32933
2026-09-250.32910

High

0.35908

Low

0.30737

Average

0.33254

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TJS/ILS API questions

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

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

How far back does TJS/ILS historical data go?

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