Skip to content

TTD to ILS exchange rate API

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

0.44919

▼ +9.43% over 1Y

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 last year, TTD/ILS traded between 0.41466 and 0.49595, averaged 0.45651 and fell 9.43%. 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 1Y

TTD/ILS over 1Y: show the values
PointTTD/ILS
2025-09-260.49595
2025-10-030.48826
2025-10-100.47917
2025-10-170.48796
2025-10-240.48506
2025-10-310.48168
2025-11-070.48147
2025-11-140.47802
2025-11-210.48341
2025-11-280.47985
2025-12-050.47795
2025-12-130.47470
2025-12-200.47199
2025-12-270.46968
2026-01-030.46870
2026-01-100.46369
2026-01-170.46342
2026-01-240.46150
2026-01-310.45894
2026-02-070.46067
2026-02-140.45565
2026-02-210.45981
2026-02-280.46410
2026-03-070.45648
2026-03-140.46625
2026-03-210.45822
2026-03-280.46174
2026-04-040.46133
2026-04-110.44725
2026-04-180.43578
2026-04-250.44041
2026-05-020.43359
2026-05-090.42814
2026-05-170.43192
2026-05-250.42609
2026-06-010.41466
2026-06-100.43914
2026-06-170.42997
2026-06-240.43976
2026-07-010.43893
2026-07-080.44770
2026-07-150.44273
2026-07-220.45180
2026-07-290.45112
2026-08-050.44255
2026-08-120.44135
2026-08-200.44262
2026-08-270.43794
2026-09-030.44630
2026-09-100.44638
2026-09-170.44611
2026-09-240.44801

High

0.49595

Low

0.41466

Average

0.45651

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.