TPG RE Finance Trust, Inc. (TRTX-PC) Dividend Coverage Ratio (2016 - 2026)
TPG RE Finance Trust's (TRTX-PC) quarterly Dividend Coverage Ratio came in at 0.49 in Q2 2026, down 42.64% on a YoY basis from 0.85 in Q2 2025, and down 37.97% quarter-over-quarter from 0.78 in Q1 2026.
TPG RE Finance Trust, Inc. (TRTX-PC) Dividend Coverage Ratio (2016 - 2026) Analysis & Trends
TPG RE Finance Trust (TRTX-PC) has reported Dividend Coverage Ratio for 11 consecutive years, with 0.49 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Dividend Coverage Ratio fell 42.64% year-over-year to 0.49; the trailing twelve-month figure through Jun 2026 stood at 0.56 (down 15.3% YoY), and the FY2025 full-year result was 0.58, down 24.41% from the prior year.
- Dividend Coverage Ratio retreated to 0.49 in Q2 2026 per TRTX-PC's latest filing, from 0.78 in the prior quarter.
- Across five years, Dividend Coverage Ratio topped out at 1.74 in Q4 2022 and bottomed at 6.3 in Q3 2022.
- Historically, Dividend Coverage Ratio has averaged 0.25 across 5 years, with a median of 0.49 in 2025.
- The sharpest annual moves came in 2023 and 2024: Dividend Coverage Ratio tumbled 715.07% in 2023, then jumped 238.6% in 2024.
- Over 5 years, Dividend Coverage Ratio stood at 1.74 in 2022, then sank by 92.02% to 0.14 in 2023, then soared by 151.72% to 0.35 in 2024, then plunged by 97.18% to 0.01 in 2025, then surged by 4818.34% to 0.49 in 2026.
- According to Business Quant data, Dividend Coverage Ratio over the past three periods registered 0.49, 0.78, and 0.01 for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 0.49 |
| Mar 31, 2026 | 0.78 |
| Dec 31, 2025 | 0.01 |
| Sep 30, 2025 | 0.95 |
| Jun 30, 2025 | 0.85 |
| Mar 31, 2025 | 0.50 |
| Dec 31, 2024 | 0.35 |
| Sep 30, 2024 | 0.94 |
| Jun 30, 2024 | 1.10 |
| Mar 31, 2024 | 0.68 |
| Dec 31, 2023 | 0.14 |
| Sep 30, 2023 | -3.41 |
| Jun 30, 2023 | -3.84 |
| Mar 31, 2023 | 0.20 |
| Dec 31, 2022 | 1.74 |
| Sep 30, 2022 | -6.30 |
| Jun 30, 2022 | -0.47 |
| Mar 31, 2022 | 0.85 |
| Dec 31, 2021 | 2.23 |
| Sep 30, 2021 | 1.68 |
TPG RE Finance Trust, Inc. Dividend Coverage Ratio 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=dividend-coverage-ratio&ticker=TRTX-PC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividend-coverage-ratio", "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=dividend-coverage-ratio&ticker=TRTX-PC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();