TPG RE Finance Trust, Inc. (TRTX-PC) Non-Current Deferred Tax Liability (2021 - 2022)
TPG RE Finance Trust's (TRTX-PC) quarterly Non-Current Deferred Tax Liability came in at $100000.0 in Q1 2022, down 66.67% quarter-over-quarter from $300000.0 in Q4 2021.
TPG RE Finance Trust, Inc. (TRTX-PC) Non-Current Deferred Tax Liability (2021 - 2022) Analysis & Trends
TPG RE Finance Trust (TRTX-PC) has reported Non-Current Deferred Tax Liability for 2 consecutive years, with $100000.0 the latest figure, recorded in Q1 2022.
- For the quarter ending Q1 2022, Non-Current Deferred Tax Liability changed N/A year-over-year to $100000.0; the trailing twelve-month figure through Mar 2022 stood at $100000.0 (changed N/A YoY), and the FY2021 full-year result was $300000.0, changed N/A from the prior year.
- Non-Current Deferred Tax Liability fell to $100000.0 in Q1 2022 per TRTX-PC's latest filing, from $300000.0 in the prior quarter.
- Across five years, Non-Current Deferred Tax Liability topped out at $300000.0 in Q4 2021 and bottomed at $100000.0 in Q1 2022.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2022 | 100,000.00 |
| Dec 31, 2021 | 300,000.00 |
| Sep 30, 2021 | 200,000.00 |
TPG RE Finance Trust, Inc. Non-Current Deferred Tax Liability 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-current-deferred-tax-liability&ticker=TRTX-PC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-deferred-tax-liability", "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-current-deferred-tax-liability&ticker=TRTX-PC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();