Skip to content

TPG RE Finance Trust, Inc.: filings

Every TPG RE Finance Trust, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 36 filings, each linked to its SEC index.

Filings with published measures

Each page shows what one filing reported, as tagged in that filing, with the periods it covered. Later filings can restate a value; the company overview shows the latest-filed value per period.

FormFiledFiscal periodMeasuresFactsSEC accession
10-Q2026-04-28fiscal Q1 202629610001630472-26-000017
10-K2026-02-17fiscal FY 202529800001630472-26-000004
10-Q2025-10-28fiscal Q3 202529930001630472-25-000030
10-Q2025-07-29fiscal Q2 202529890001630472-25-000022
10-Q2025-04-29fiscal Q1 202529610001630472-25-000013
10-K2025-02-18fiscal FY 202429790001630472-25-000005
10-Q2024-10-29fiscal Q3 202429930001630472-24-000028
10-Q2024-07-30fiscal Q2 202428870001630472-24-000025
10-Q2024-04-30fiscal Q1 202429600001630472-24-000012
10-K2024-02-20fiscal FY 202330800001630472-24-000006
10-Q2023-10-31fiscal Q3 202330940001630472-23-000029
10-Q2023-08-01fiscal Q2 202330900001630472-23-000021
10-Q2023-05-02fiscal Q1 202328590001630472-23-000012
10-K2023-02-21fiscal FY 202229800001630472-23-000005
10-Q2022-11-01fiscal Q3 202228910001630472-22-000018
10-Q2022-08-02fiscal Q2 202228870001630472-22-000007
10-Q2022-05-03fiscal Q1 202228590000950170-22-007067
10-K2022-02-23fiscal FY 202129790001564590-22-006015
10-Q2021-11-02fiscal Q3 202129920001564590-21-053562
10-Q2021-08-03fiscal Q2 202128870001564590-21-040312
10-Q2021-05-04fiscal Q1 202128590001564590-21-023370
10-K2021-02-24fiscal FY 202029800001564590-21-008107
10-Q2020-11-04fiscal Q3 202029930001564590-20-050509
10-Q2020-07-29fiscal Q2 202029890001564590-20-034284
10-Q2020-05-11fiscal Q1 202028600001564590-20-024188
10-K2020-02-19fiscal FY 201928850001564590-20-005108
10-Q2019-10-28fiscal Q3 201928900001564590-19-038159
10-Q2019-07-29fiscal Q2 201928850001564590-19-026625
10-Q2019-04-29fiscal Q1 201928580001564590-19-013782
10-K2019-02-26fiscal FY 201827830001564590-19-004202
10-Q2018-11-05fiscal Q3 201828800001564590-18-026850
10-Q2018-08-06fiscal Q2 201824720001564590-18-019432
10-Q2018-05-07fiscal Q1 201823480001564590-18-011303
10-K2018-02-26fiscal FY 201723700001564590-18-003266
10-Q2017-11-06fiscal Q3 201721670001564590-17-021802
10-Q2017-08-24fiscal Q2 201721680001564590-17-018038

Inspect the source

Entity
TPG RE Finance Trust, Inc. / CIK 0001630472
Captured
2026-09-21T17:22:06.113Z
SEC response SHA-256
928670292a2615761ec0ca136f8511d926de4a36069e658e46045c64ed5f1fba

Current SEC company facts · Download the original response snapshot (gzip) · Download the selected JSON

Every published concept a filing tagged, with the periods it covered, as reported in that filing at capture time. Forms 10-K, 10-K/A, 10-Q, 10-Q/A, 20-F, 20-F/A, 40-F, 40-F/A. A filing page needs at least 8 published concepts. Later filings can restate these values; the company history pages show the latest-filed value per period.

Public company accounting reference, not market prices, returns, an investment recommendation, or ALPHAC performance. Validate a separately constructed return series with the validation API; accounting values are not returns.

Use this in research

A financial period ends before its results become public. Use the filing date as a minimum availability boundary, inspect amendments, and retain the original filing vintage when testing historical signals. This latest-filed selection can contain information unavailable at the time.

These pages do not supply prices, total-return histories, corporate-action adjustments or a tradable universe. Build those inputs separately before evaluating a strategy. A profitable backtest can still reflect selection bias or costs that were left out.

Research methodology · Execution and cost assumptions · Check backtest overfitting

Build with the open-source tools

Use these accounting records as inspectable inputs. When you have constructed a return series, the validation tools can help test its statistical evidence and preserve the result with its limitations.

Read the published dataset with Python
import json
from urllib.request import urlopen

with urlopen("https://canlicapital.com/company-data/0001630472.json") as response:
    record = json.load(response)
print(record["fetched_at"])
print(record["policy"])
for concept in record["concepts"]:
    print(concept["tag"], next(iter(concept["observations"])))