Skip to content

TTD to ILS exchange rate API

Trinidad and Tobago Dollar to New Israeli Sheqel · quoted 2026-09-26

0.44919

▼ +4.32% over YTD

1 TTD = 0.44919 ILS · 1 ILS = 2.2262 TTD · Get this rate via the API

1 TTD buys 0.44919 ILS as of 2026-09-26, so 1 ILS buys 2.2262 TTD. Over the year to date, TTD/ILS traded between 0.41387 and 0.46947, averaged 0.44758 and fell 4.32%. The API holds daily TTD/ILS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TTD/ILS over YTD

TTD/ILS over YTD: show the values
PointTTD/ILS
2025-12-310.46947
2026-01-070.46799
2026-01-140.46587
2026-01-210.46805
2026-01-280.45538
2026-02-040.45633
2026-02-110.45347
2026-02-180.45814
2026-02-250.45690
2026-03-040.45403
2026-03-110.45778
2026-03-180.45781
2026-03-250.46049
2026-04-010.46111
2026-04-080.45409
2026-04-150.44195
2026-04-220.44199
2026-04-290.43549
2026-05-060.42958
2026-05-140.42807
2026-05-210.43002
2026-05-290.41387
2026-06-050.42950
2026-06-140.43172
2026-06-210.43948
2026-06-280.44348
2026-07-050.44624
2026-07-120.44512
2026-07-190.44892
2026-07-260.45205
2026-08-020.45189
2026-08-090.44434
2026-08-160.43935
2026-08-240.44071
2026-08-310.43829
2026-09-070.44396
2026-09-140.44975
2026-09-210.44362

High

0.46947

Low

0.41387

Average

0.44758

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TTD/ILS API questions

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

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

How far back does TTD/ILS historical data go?

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