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