Triton International Ltd (TRTN-PB) Non-Current Assets (2015 - 2016)
Triton International (TRTN-PB) posted Non-Current Assets of $4.6 billion for Q1 2016, down 1.77% on a QoQ basis from $4.7 billion in Q4 2015.
Triton International Ltd (TRTN-PB) Non-Current Assets (2015 - 2016) Analysis & Trends
Triton International has reported Non-Current Assets for 2 years, with the latest figure at $4.6 billion in Q1 2016.
Peer Comparison
Triton International Ltd Non-Current Assets 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=non-current-assets&ticker=TRTN-PB&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-assets", "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=non-current-assets&ticker=TRTN-PB&period=max&api_key=YOUR_API_KEY");
const data = await res.json();