TPG RE Finance Trust, Inc. (TRTX-PC) Interest & Investment Income (2016 - 2021)
TPG RE Finance Trust's (TRTX-PC) quarterly Interest & Investment Income came in at $203.4 million in Q4 2021, up 200.0% quarter-over-quarter from -$203.4 million in Q1 2021.
TPG RE Finance Trust, Inc. (TRTX-PC) Interest & Investment Income (2016 - 2021) Analysis & Trends
TPG RE Finance Trust (TRTX-PC) has reported Interest & Investment Income for 6 consecutive years, with $203.4 million the latest figure, recorded in Q4 2021.
- For the quarter ending Q4 2021, Interest & Investment Income changed N/A year-over-year to $203.4 million; the trailing twelve-month figure through Sep 2021 stood at -$203.4 million (down 456.76% YoY), and the FY2020 full-year result was -$1.1 million, down 134.62% from the prior year.
- Interest & Investment Income rose to $203.4 million in Q4 2021 per TRTX-PC's latest filing, from -$203.4 million in the prior quarter.
- Across five years, Interest & Investment Income topped out at $203.4 million in Q4 2021 and bottomed at -$203.4 million in Q1 2021.
- Historically, Interest & Investment Income has averaged -$2.3 million across 5 years, with a median of -$45500.0 in 2017.
- The sharpest annual moves came in 2019 and 2020: Interest & Investment Income surged 318.54% in 2019, then sank 34250.94% in 2020.
- Over 5 years, Interest & Investment Income stood at -$14000.0 in 2017, then plunged by 5871.43% to -$836000.0 in 2018, then soared by 69.38% to -$256000.0 in 2019, then jumped by 69.92% to -$77000.0 in 2020, then soared by 264255.84% to $203.4 million in 2021.
- According to Business Quant data, Interest & Investment Income over the past three periods registered $203.4 million, -$203.4 million, and -$77000.0 for Q4 2021, Q1 2021, and Q2 2020 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2021 | 203.40 Mn |
| Mar 31, 2021 | -203.40 Mn |
| Jun 30, 2020 | -77,000.00 |
| Mar 31, 2020 | -36.20 Mn |
| Dec 31, 2019 | -256,000.00 |
| Sep 30, 2019 | 74,000.00 |
| Jun 30, 2019 | 3.11 Mn |
| Mar 31, 2019 | 106,000.00 |
| Dec 31, 2018 | -836,000.00 |
| Sep 30, 2018 | 523,000.00 |
| Jun 30, 2018 | -1.42 Mn |
| Mar 31, 2018 | -214,000.00 |
| Dec 31, 2017 | -14,000.00 |
| Sep 30, 2017 | -2.56 Mn |
| Jun 30, 2017 | 56,000.00 |
| Mar 31, 2017 | 1.23 Mn |
| Dec 31, 2016 | -1.33 Mn |
| Sep 30, 2016 | 1.54 Mn |
| Jun 30, 2016 | 809,000.00 |
TPG RE Finance Trust, Inc. Interest & Investment Income 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=interest-and-investment-income&ticker=TRTX-PC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-and-investment-income", "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=interest-and-investment-income&ticker=TRTX-PC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();