TPG RE Finance Trust, Inc. (TRTX-PC) Total Liabilities (2016 - 2026)
TPG RE Finance Trust's (TRTX-PC) quarterly Total Liabilities came in at $3.6 billion in Q2 2026, up 15.67% on a YoY basis from $3.1 billion in Q2 2025, and up 4.17% quarter-over-quarter from $3.4 billion in Q1 2026.
TPG RE Finance Trust, Inc. (TRTX-PC) Total Liabilities (2016 - 2026) Analysis & Trends
TPG RE Finance Trust (TRTX-PC) has reported Total Liabilities for 11 consecutive years, with $3.6 billion the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Total Liabilities rose 15.67% year-over-year to $3.6 billion; the trailing twelve-month figure through Jun 2026 stood at $3.6 billion (up 15.67% YoY), and the FY2025 full-year result was $3.3 billion, up 27.54% from the prior year.
- Total Liabilities advanced to $3.6 billion in Q2 2026 per TRTX-PC's latest filing, from $3.4 billion in the prior quarter.
- Across five years, Total Liabilities topped out at $4.4 billion in Q3 2022 and bottomed at $2.5 billion in Q3 2024.
- Historically, Total Liabilities has averaged $3.4 billion across 5 years, with a median of $3.3 billion in 2023.
- The sharpest annual moves came in 2024 and 2025: Total Liabilities slumped 33.53% in 2024, then advanced 27.54% in 2025.
- Over 5 years, Total Liabilities stood at $4.2 billion in 2022, then decreased by 26.84% to $3.1 billion in 2023, then dropped by 15.28% to $2.6 billion in 2024, then rose by 27.54% to $3.3 billion in 2025, then advanced by 6.42% to $3.6 billion in 2026.
- According to Business Quant data, Total Liabilities over the past three periods registered $3.6 billion, $3.4 billion, and $3.3 billion for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 3.55 Bn |
| Mar 31, 2026 | 3.41 Bn |
| Dec 31, 2025 | 3.34 Bn |
| Sep 30, 2025 | 2.98 Bn |
| Jun 30, 2025 | 3.07 Bn |
| Mar 31, 2025 | 2.86 Bn |
| Dec 31, 2024 | 2.62 Bn |
| Sep 30, 2024 | 2.54 Bn |
| Jun 30, 2024 | 2.57 Bn |
| Mar 31, 2024 | 2.71 Bn |
| Dec 31, 2023 | 3.09 Bn |
| Sep 30, 2023 | 3.32 Bn |
| Jun 30, 2023 | 3.76 Bn |
| Mar 31, 2023 | 4.07 Bn |
| Dec 31, 2022 | 4.22 Bn |
| Sep 30, 2022 | 4.36 Bn |
| Jun 30, 2022 | 3.95 Bn |
| Mar 31, 2022 | 4.05 Bn |
| Dec 31, 2021 | 3.75 Bn |
| Sep 30, 2021 | 3.76 Bn |
TPG RE Finance Trust, Inc. Total 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-liabilities&ticker=TRTX-PC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "total-liabilities", "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=total-liabilities&ticker=TRTX-PC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();