TPG RE Finance Trust, Inc. (TRTX-PC) Investment Gain (Loss) (2017 - 2024)
TPG RE Finance Trust's (TRTX-PC) quarterly Investment Gain (Loss) came in at -$19.8 million in Q1 2024, down 109.73% quarter-over-quarter from $203.4 million in Q4 2020.
TPG RE Finance Trust, Inc. (TRTX-PC) Investment Gain (Loss) (2017 - 2024) Analysis & Trends
TPG RE Finance Trust (TRTX-PC) has reported Investment Gain (Loss) for 4 consecutive years, with -$19.8 million the latest figure, recorded in Q1 2024.
- For the quarter ending Q1 2024, Investment Gain (Loss) changed N/A year-over-year to -$19.8 million; the trailing twelve-month figure through Mar 2024 stood at $183.7 million (changed N/A YoY), and the FY2023 full-year result was -$19.8 million, changed N/A from the prior year.
- Investment Gain (Loss) slipped to -$19.8 million in Q1 2024 per TRTX-PC's latest filing, from $203.4 million in the prior quarter.
- Across five years, Investment Gain (Loss) topped out at $203.4 million in Q4 2020 and bottomed at -$203.5 million in Q1 2020.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2024 | -19.80 Mn |
| Dec 31, 2020 | 203.40 Mn |
| Jun 30, 2020 | 96,000.00 |
| Mar 31, 2020 | -203.49 Mn |
| Dec 31, 2019 | 191,000.00 |
| Sep 30, 2017 | 300,000.00 |
TPG RE Finance Trust, Inc. Investment Gain (Loss) 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=investment-gain-loss&ticker=TRTX-PC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "investment-gain-loss", "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=investment-gain-loss&ticker=TRTX-PC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();