Skip to content

TND to ILS exchange rate API

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

1.0280

▼ +10.67% over 1Y

1 TND = 1.0280 ILS · 1 ILS = 0.97279 TND · Get this rate via the API

1 TND buys 1.0280 ILS as of 2026-09-25, so 1 ILS buys 0.97279 TND. Over the last year, TND/ILS traded between 0.96745 and 1.1508, averaged 1.0620 and fell 10.67%. 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 1Y

TND/ILS over 1Y: show the values
PointTND/ILS
2025-09-251.1508
2025-10-021.1423
2025-10-091.1084
2025-10-161.1296
2025-10-231.1264
2025-10-301.1119
2025-11-061.1008
2025-11-131.0898
2025-11-201.1007
2025-11-271.1122
2025-12-041.1060
2025-12-121.0981
2025-12-191.1032
2025-12-261.1049
2026-01-021.1011
2026-01-091.0880
2026-01-161.0880
2026-01-231.0933
2026-01-301.0865
2026-02-061.0926
2026-02-131.0844
2026-02-201.0880
2026-02-271.0970
2026-03-061.0649
2026-03-131.0665
2026-03-201.0655
2026-03-271.0776
2026-04-031.0681
2026-04-101.0574
2026-04-171.0359
2026-04-241.0338
2026-05-011.0223
2026-05-080.9983
2026-05-161.0045
2026-05-240.9933
2026-05-310.9675
2026-06-091.0072
2026-06-160.9983
2026-06-231.0191
2026-06-301.0105
2026-07-071.0265
2026-07-141.0207
2026-07-211.0348
2026-07-281.0311
2026-08-041.0343
2026-08-111.0251
2026-08-181.0257
2026-08-261.0256
2026-09-021.0374
2026-09-091.0415
2026-09-161.0396
2026-09-231.0223

High

1.1508

Low

0.96745

Average

1.0620

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.