Skip to content

Brookfield Property REIT Inc.: filings

Every Brookfield Property REIT Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 43 filings, each linked to its SEC index.

Filing record ends 2021-08-06

The latest filing in this captured record is a 10-Q filed 2021-08-06. No later filing is in the SEC companyfacts record captured on 2026-09-22. Brookfield Property REIT Inc. may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-Q2021-08-06fiscal Q2 202127770001496048-21-000014
10-Q2021-05-07fiscal Q1 202127580001496048-21-000010
10-K2021-02-26fiscal FY 2020351060001496048-21-000006
10-Q2020-11-09fiscal Q3 202027780001496048-20-000016
10-Q2020-08-10fiscal Q2 202028800001496048-20-000011
10-Q2020-05-11fiscal Q1 202028620001496048-20-000006
10-K2020-02-28fiscal FY 2019371240001496048-20-000004
10-Q2019-11-08fiscal Q3 201935960001496048-19-000022
10-Q2019-08-09fiscal Q2 201933890001496048-19-000011
10-Q2019-05-10fiscal Q1 201932660001496048-19-000007
10-K2019-03-01fiscal FY 2018311180001496048-19-000003
10-Q2018-11-08fiscal Q3 201831960001496048-18-000042
10-Q2018-07-31fiscal Q2 201830930001496048-18-000038
10-Q2018-05-07fiscal Q1 201830650001496048-18-000022
10-K2018-02-22fiscal FY 2017311250001496048-18-000009
10-Q2017-11-02fiscal Q3 201729900001496048-17-000068
10-Q2017-08-03fiscal Q2 201729900001496048-17-000056
10-Q2017-05-04fiscal Q1 201728600001496048-17-000035
10-K2017-02-22fiscal FY 2016311270001496048-17-000018
10-Q2016-11-03fiscal Q3 201628860001496048-16-000092
10-Q2016-08-04fiscal Q2 201627880001496048-16-000085
10-Q2016-05-04fiscal Q1 201627600001496048-16-000065
10-K2016-02-19fiscal FY 2015311270001496048-16-000048
10-Q2015-11-04fiscal Q3 201530940001496048-15-000041
10-Q2015-08-06fiscal Q2 201530920001496048-15-000028
10-Q2015-05-01fiscal Q1 201530640001496048-15-000018
10-K2015-03-02fiscal FY 2014311270001496048-15-000006
10-Q2014-11-05fiscal Q3 201430930001496048-14-000027
10-Q2014-08-06fiscal Q2 201430920001496048-14-000018
10-Q2014-05-06fiscal Q1 201429610001104659-14-034912
10-K2014-02-21fiscal FY 2013311250001047469-14-001175
10-Q2013-11-06fiscal Q3 201329890001104659-13-081415
10-Q2013-08-07fiscal Q2 201328880001104659-13-060597
10-Q2013-05-10fiscal Q1 201324520001104659-13-040264
10-K2013-02-28fiscal FY 2012301210001047469-13-001941
10-Q2012-11-05fiscal Q3 201227830001104659-12-074296
10-Q2012-08-06fiscal Q2 201225750001104659-12-054621
10-Q2012-05-09fiscal Q1 201225540001104659-12-034805
10-K2012-02-29fiscal FY 201130850001047469-12-001911
10-Q2011-11-09fiscal Q3 201129530001104659-11-062734
10-Q2011-08-09fiscal Q2 201128530001104659-11-045316
10-Q2011-05-05fiscal Q1 201123330001104659-11-026413
10-K2011-03-08fiscal FY 201027290001047469-11-001829

Inspect the source

Entity
Brookfield Property REIT Inc. / CIK 0001496048
Captured
SEC response SHA-256
f2c13d426933d200366d9beea936f15ce8f1cc565d750d45d43d71ec326cecaa

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