TPG RE Finance Trust, Inc. (TRTX-PC) Long-Term Investments (2016 - 2019)
TPG RE Finance Trust's (TRTX-PC) quarterly Long-Term Investments came in at $1.1 million in Q4 2019, down 97.0% on a YoY basis from $38.1 million in Q4 2018, and down 97.0% quarter-over-quarter from $38.1 million in Q4 2018.
TPG RE Finance Trust, Inc. (TRTX-PC) Long-Term Investments (2016 - 2019) Analysis & Trends
TPG RE Finance Trust (TRTX-PC) has reported Long-Term Investments for 4 consecutive years, with $1.1 million the latest figure, recorded in Q4 2019.
- For the quarter ending Q4 2019, Long-Term Investments fell 97.0% year-over-year to $1.1 million; the trailing twelve-month figure through Dec 2019 stood at $1.1 million (down 97.0% YoY), and the FY2019 full-year result was $1.1 million, down 97.0% from the prior year.
- Long-Term Investments fell to $1.1 million in Q4 2019 per TRTX-PC's latest filing, from $38.1 million in the prior quarter.
- Across five years, Long-Term Investments topped out at $60.2 million in Q4 2016 and bottomed at $1.1 million in Q4 2019.
- Historically, Long-Term Investments has averaged $35.7 million across 4 years, with a median of $36.9 million in 2017.
- The sharpest annual moves came in 2018 and 2019: Long-Term Investments rose 3.27% in 2018, then plunged 97.0% in 2019.
- Over 4 years, Long-Term Investments stood at $60.2 million in 2016, then plunged by 38.79% to $36.9 million in 2017, then increased by 3.27% to $38.1 million in 2018, then slumped by 97.0% to $1.1 million in 2019.
- According to Business Quant data, Long-Term Investments over the past three periods registered $1.1 million, $38.1 million, and $38.1 million for Q4 2019, Q4 2018, and Q3 2018 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2019 | 1.14 Mn |
| Dec 31, 2018 | 38.08 Mn |
| Sep 30, 2018 | 38.07 Mn |
| Jun 30, 2018 | 36.87 Mn |
| Mar 31, 2018 | 36.87 Mn |
| Dec 31, 2017 | 36.87 Mn |
| Sep 30, 2017 | 36.87 Mn |
| Jun 30, 2017 | 36.70 Mn |
| Dec 31, 2016 | 60.24 Mn |
TPG RE Finance Trust, Inc. 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=TRTX-PC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-investments", "ticker": "TRTX-PC", "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=TRTX-PC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();