TPG RE Finance Trust, Inc. (TRTX-PC) Non Operating Investment Income (2021 - 2025)
TPG RE Finance Trust's (TRTX-PC) quarterly Non Operating Investment Income came in at $7.0 million in Q2 2025, down 0.83% quarter-over-quarter from $7.0 million in Q4 2023.
TPG RE Finance Trust, Inc. (TRTX-PC) Non Operating Investment Income (2021 - 2025) Analysis & Trends
TPG RE Finance Trust (TRTX-PC) has reported Non Operating Investment Income for 4 consecutive years, with $7.0 million the latest figure, recorded in Q2 2025.
- For the quarter ending Q2 2025, Non Operating Investment Income changed N/A year-over-year to $7.0 million; the trailing twelve-month figure through Jun 2026 stood at $7.0 million (changed 0.0% YoY), and the FY2025 full-year result was $7.0 million, changed N/A from the prior year.
- Non Operating Investment Income retreated to $7.0 million in Q2 2025 per TRTX-PC's latest filing, from $7.0 million in the prior quarter.
- Across five years, Non Operating Investment Income topped out at $15.8 million in Q4 2021 and bottomed at $7.0 million in Q2 2025.
- Historically, Non Operating Investment Income has averaged $10.8 million across 4 years, with a median of $10.2 million in 2022.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2025 | 6.97 Mn |
| Dec 31, 2023 | 7.03 Mn |
| Jun 30, 2022 | 13.29 Mn |
| Dec 31, 2021 | 15.79 Mn |
TPG RE Finance Trust, Inc. Non Operating 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=non-operating-investment-income&ticker=TRTX-PC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-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=non-operating-investment-income&ticker=TRTX-PC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();