Triton International Ltd (TRTN-PB) Long-Term Investments (2016)
Triton International (TRTN-PB) posted Long-Term Investments of $1.7 billion for Q4 2016.
Analysis
Triton International Ltd (TRTN-PB) Long-Term Investments (2016) Analysis & Trends
Triton International has reported Long-Term Investments for 1 years, with the latest figure at $1.7 billion in Q4 2016.
- On a quarterly basis, Long-Term Investments changed N/A year-over-year to $1.7 billion in Q4 2016; TTM through Dec 2016 was $1.7 billion, a N/A change from a year earlier, with the FY2016 full-year figure at $1.7 billion, changed N/A from the prior year.
- Long-Term Investments was $1.7 billion for Q4 2016 at Triton International.
- The five-year high for Long-Term Investments was $1.7 billion in Q4 2016, with the low at $1.7 billion in Q4 2016.
Peer Set
Peer Comparison
API Access
Triton International Ltd Long-Term Investments API
Pull this series into your own models, spreadsheets and apps with the Business Quant
Historical Metrics API. The request below matches the chart above — change the
frequency, period or values and it follows. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/historic?slug=long-term-investments&ticker=TRTN-PB&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-investments", "ticker": "TRTN-PB", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=long-term-investments&ticker=TRTN-PB&period=max&api_key=YOUR_API_KEY");
const data = await res.json();