Triton International Ltd (TRTN-PB) Total Current Liabilities (2015)
Triton International (TRTN-PB) posted Total Current Liabilities of $11000.0 for Q4 2015.
Analysis
Triton International Ltd (TRTN-PB) Total Current Liabilities (2015) Analysis & Trends
Triton International has reported Total Current Liabilities for 1 years, with the latest figure at $11000.0 in Q4 2015.
- On a quarterly basis, Total Current Liabilities changed N/A year-over-year to $11000.0 in Q4 2015; TTM through Dec 2015 was $11000.0, a N/A change from a year earlier, with the FY2015 full-year figure at $11000.0, changed N/A from the prior year.
- Total Current Liabilities was $11000.0 for Q4 2015 at Triton International.
- The five-year high for Total Current Liabilities was $11000.0 in Q4 2015, with the low at $11000.0 in Q4 2015.
Peer Set
Peer Comparison
API Access
Triton International Ltd Total Current Liabilities 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=total-current-liabilities&ticker=TRTN-PB&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "total-current-liabilities", "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=total-current-liabilities&ticker=TRTN-PB&period=max&api_key=YOUR_API_KEY");
const data = await res.json();