Skip to content

TND to ILS exchange rate API

Tunisian Dinar to New Israeli Sheqel · quoted 2026-09-25

1.0292

▼ +6.80% over YTD

1 TND = 1.0292 ILS · 1 ILS = 0.97167 TND · Get this rate via the API

1 TND buys 1.0292 ILS as of 2026-09-25, so 1 ILS buys 0.97167 TND. Over the year to date, TND/ILS traded between 0.96852 and 1.1042, averaged 1.0438 and fell 6.80%. The API holds daily TND/ILS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TND/ILS over YTD

TND/ILS over YTD: show the values
PointTND/ILS
2025-12-311.1042
2026-01-071.0997
2026-01-141.0910
2026-01-211.1012
2026-01-281.0936
2026-02-041.0809
2026-02-111.0827
2026-02-181.0898
2026-02-251.0800
2026-03-041.0608
2026-03-111.0653
2026-03-181.0578
2026-03-251.0740
2026-04-011.0698
2026-04-081.0584
2026-04-151.0343
2026-04-221.0469
2026-04-291.0266
2026-05-061.0057
2026-05-141.0053
2026-05-211.0033
2026-05-290.9685
2026-06-051.0007
2026-06-141.0016
2026-06-211.0055
2026-06-281.0149
2026-07-051.0165
2026-07-121.0200
2026-07-191.0288
2026-07-261.0294
2026-08-021.0386
2026-08-091.0283
2026-08-161.0145
2026-08-241.0351
2026-08-311.0368
2026-09-071.0322
2026-09-141.0540
2026-09-211.0226

High

1.1042

Low

0.96852

Average

1.0438

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TND/ILS API questions

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

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

How far back does TND/ILS historical data go?

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