Skip to content

Blackstone Real Estate Income Trust, Inc.: filings

Every Blackstone Real Estate Income Trust, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 39 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-07fiscal Q2 202629800001662972-26-000111
10-Q2026-05-08fiscal Q1 202627590001662972-26-000065
10-K2026-02-27fiscal FY 2025381020001662972-26-000032
10-Q2025-11-07fiscal Q3 202531940001662972-25-000184
10-Q2025-08-13fiscal Q2 202532980001662972-25-000108
10-Q2025-05-09fiscal Q1 202532690001662972-25-000065
10-K2025-03-07fiscal FY 2024391050001662972-25-000027
10-Q2024-11-08fiscal Q3 202432980001662972-24-000155
10-Q2024-08-09fiscal Q2 202432980001662972-24-000100
10-Q2024-05-10fiscal Q1 202432690001662972-24-000061
10-K2024-03-28fiscal FY 2023391050001662972-24-000036
10-Q2023-11-13fiscal Q3 202332980001662972-23-000120
10-Q2023-08-11fiscal Q2 202332980001662972-23-000091
10-Q2023-05-12fiscal Q1 202332690001662972-23-000054
10-K2023-03-17fiscal FY 2022391050001662972-23-000030
10-Q2022-11-14fiscal Q3 202232980001662972-22-000135
10-Q2022-08-15fiscal Q2 202232980001662972-22-000103
10-Q2022-05-13fiscal Q1 202232690001662972-22-000052
10-K2022-03-14fiscal FY 2021391050001662972-22-000027
10-Q2021-11-12fiscal Q3 202132980001662972-21-000037
10-Q2021-08-12fiscal Q2 202129900001662972-21-000006
10-Q2021-05-13fiscal Q1 202124510001564590-21-027633
10-K2021-03-17fiscal FY 2020261080001564590-21-013907
10-Q2020-11-13fiscal Q3 202024700001564590-20-053679
10-Q2020-08-14fiscal Q2 202024700001564590-20-040143
10-Q2020-05-15fiscal Q1 202024510001564590-20-025761
10-K2020-03-24fiscal FY 2019261060001564590-20-012309
10-Q2019-11-14fiscal Q3 201924670001564590-19-043539
10-Q2019-08-14fiscal Q2 201924670001564590-19-032088
10-Q2019-05-15fiscal Q1 201924480001564590-19-019456
10-K2019-03-15fiscal FY 201823850001564590-19-008057
10-Q2018-11-13fiscal Q3 201822630001564590-18-029351
10-Q2018-08-14fiscal Q2 201822630001564590-18-021758
10-Q2018-05-11fiscal Q1 201819410001564590-18-013257
10-K2018-03-19fiscal FY 201719440001564590-18-006224
10-Q2017-11-13fiscal Q3 201722460001564590-17-023569
10-Q2017-08-11fiscal Q2 201719400001564590-17-017437
10-Q2017-05-12fiscal Q1 201716260001193125-17-168777
10-K2017-03-22fiscal FY 20168130001193125-17-092086

1 further filing tags fewer than eight published concepts and has no page.

Inspect the source

Entity
Blackstone Real Estate Income Trust, Inc. / CIK 0001662972
Captured
2026-09-21T17:23:10.830Z
SEC response SHA-256
679cf0d63179f90f067c3ad588defb0b5d7189376ff497bb068d6e98ff222922

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