Skip to content

Brookfield Real Estate Income Trust Inc.: filings

Every Brookfield Real Estate Income Trust Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 34 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-08-12fiscal Q2 202629910001713407-26-000079
10-Q2026-05-12fiscal Q1 202629630001713407-26-000054
10-K2026-03-17fiscal FY 202529840001713407-26-000021
10-Q2025-11-12fiscal Q3 202529910001713407-25-000134
10-Q2025-08-14fiscal Q2 202529920001713407-25-000089
10-Q2025-05-13fiscal Q1 202529630001713407-25-000057
10-K2025-03-18fiscal FY 202429840001713407-25-000032
10-Q2024-11-14fiscal Q3 202429910001713407-24-000119
10-Q2024-08-13fiscal Q2 202429910001713407-24-000084
10-Q2024-05-13fiscal Q1 202429630001713407-24-000045
10-K2024-03-15fiscal FY 202329840001713407-24-000022
10-Q2023-11-14fiscal Q3 202329920001713407-23-000125
10-Q2023-08-11fiscal Q2 202329910001713407-23-000076
10-Q2023-05-12fiscal Q1 202329630001713407-23-000042
10-K2023-03-16fiscal FY 202229840001713407-23-000025
10-Q2022-11-14fiscal Q3 202229910001713407-22-000091
10-Q2022-08-12fiscal Q2 202230920001713407-22-000071
10-Q2022-05-16fiscal Q1 202229620001713407-22-000041
10-K2022-03-31fiscal FY 202129810001713407-22-000027
10-Q2021-11-16fiscal Q3 202129850001713407-21-000081
10-Q2021-08-16fiscal Q2 202129850001713407-21-000056
10-Q2021-05-17fiscal Q1 202129610001713407-21-000033
10-K2021-03-31fiscal FY 202029780001713407-21-000021
10-Q2020-11-16fiscal Q3 202030870001713407-20-000081
10-Q2020-08-14fiscal Q2 202028790001193125-20-220152
10-Q2020-05-15fiscal Q1 202028570001713407-20-000033
10-K2020-03-30fiscal Q4 201924700001713407-20-000020
10-Q2019-11-14fiscal Q3 201924780001713407-19-000025
10-Q2019-08-13fiscal Q2 201924690001713407-19-000019
10-Q2019-05-10fiscal Q1 201911250001713407-19-000010
10-K2019-03-22fiscal Q4 201813300001713407-19-000006
10-Q2018-11-09fiscal Q3 201811190001628280-18-014107
10-Q2018-08-10fiscal Q2 201811190001193125-18-246038
10-Q2018-06-14fiscal Q1 20189130001193125-18-192882

Inspect the source

Entity
Brookfield Real Estate Income Trust Inc. / CIK 0001713407
Captured
2026-09-21T17:24:56.600Z
SEC response SHA-256
495e32b0b070a77714b930c28f6990413e08559536e5f007fec7825c4f66c732

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/0001713407.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"])))