TPG RE Finance Trust, Inc. (TRTX-PC) Minority Interest (2020 - 2021)
TPG RE Finance Trust's (TRTX-PC) quarterly Minority Interest came in at $201.0 million in Q1 2021, up 0.73% quarter-over-quarter from $199.6 million in Q4 2020.
TPG RE Finance Trust, Inc. (TRTX-PC) Minority Interest (2020 - 2021) Analysis & Trends
TPG RE Finance Trust (TRTX-PC) has reported Minority Interest for 2 consecutive years, with $201.0 million the latest figure, recorded in Q1 2021.
- For the quarter ending Q1 2021, Minority Interest changed N/A year-over-year to $201.0 million; the trailing twelve-month figure through Mar 2021 stood at $201.0 million (changed N/A YoY), and the FY2020 full-year result was $199.6 million, changed N/A from the prior year.
- Minority Interest rose to $201.0 million in Q1 2021 per TRTX-PC's latest filing, from $199.6 million in the prior quarter.
- Across five years, Minority Interest topped out at $201.0 million in Q1 2021 and bottomed at $196.8 million in Q2 2020.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2021 | 201.00 Mn |
| Dec 31, 2020 | 199.55 Mn |
| Sep 30, 2020 | 198.15 Mn |
| Jun 30, 2020 | 196.83 Mn |
TPG RE Finance Trust, Inc. Minority Interest 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=minority-interest&ticker=TRTX-PC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "minority-interest", "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=minority-interest&ticker=TRTX-PC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();