TND to ILS exchange rate API
Tunisian Dinar to New Israeli Sheqel · quoted 2026-09-25
1.0292
▼ +10.57% over 1Y
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 last year, TND/ILS traded between 0.96745 and 1.1508, averaged 1.0620 and fell 10.57%. 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: show the values
| Point | TND/ILS |
|---|---|
| 2025-09-25 | 1.1508 |
| 2025-10-02 | 1.1423 |
| 2025-10-09 | 1.1084 |
| 2025-10-16 | 1.1296 |
| 2025-10-23 | 1.1264 |
| 2025-10-30 | 1.1119 |
| 2025-11-06 | 1.1008 |
| 2025-11-13 | 1.0898 |
| 2025-11-20 | 1.1007 |
| 2025-11-27 | 1.1122 |
| 2025-12-04 | 1.1060 |
| 2025-12-12 | 1.0981 |
| 2025-12-19 | 1.1032 |
| 2025-12-26 | 1.1049 |
| 2026-01-02 | 1.1011 |
| 2026-01-09 | 1.0880 |
| 2026-01-16 | 1.0880 |
| 2026-01-23 | 1.0933 |
| 2026-01-30 | 1.0865 |
| 2026-02-06 | 1.0926 |
| 2026-02-13 | 1.0844 |
| 2026-02-20 | 1.0880 |
| 2026-02-27 | 1.0970 |
| 2026-03-06 | 1.0649 |
| 2026-03-13 | 1.0665 |
| 2026-03-20 | 1.0655 |
| 2026-03-27 | 1.0776 |
| 2026-04-03 | 1.0681 |
| 2026-04-10 | 1.0574 |
| 2026-04-17 | 1.0359 |
| 2026-04-24 | 1.0338 |
| 2026-05-01 | 1.0223 |
| 2026-05-08 | 0.9983 |
| 2026-05-16 | 1.0045 |
| 2026-05-24 | 0.9933 |
| 2026-05-31 | 0.9675 |
| 2026-06-09 | 1.0072 |
| 2026-06-16 | 0.9983 |
| 2026-06-23 | 1.0191 |
| 2026-06-30 | 1.0105 |
| 2026-07-07 | 1.0265 |
| 2026-07-14 | 1.0207 |
| 2026-07-21 | 1.0348 |
| 2026-07-28 | 1.0311 |
| 2026-08-04 | 1.0343 |
| 2026-08-11 | 1.0251 |
| 2026-08-18 | 1.0257 |
| 2026-08-26 | 1.0256 |
| 2026-09-02 | 1.0374 |
| 2026-09-09 | 1.0415 |
| 2026-09-16 | 1.0396 |
| 2026-09-23 | 1.0223 |
High
1.1508
Low
0.96745
Average
1.0620
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=ILS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=ILS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=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¤cies=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.