Skip to content

Brixmor Property Group Inc.: filings

Every Brixmor Property Group Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 51 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-07-27fiscal Q2 202632990001581068-26-000026
10-Q2026-04-27fiscal Q1 202632690001581068-26-000021
10-K2026-02-09fiscal FY 202532900001581068-26-000007
10-Q2025-10-27fiscal Q3 2025321030001581068-25-000040
10-Q2025-07-28fiscal Q2 202532990001581068-25-000030
10-Q2025-04-28fiscal Q1 202532690001581068-25-000021
10-K2025-02-10fiscal FY 202431880001581068-25-000009
10-Q2024-10-28fiscal Q3 202429910001581068-24-000043
10-Q2024-07-29fiscal Q2 202428870001581068-24-000032
10-Q2024-04-29fiscal Q1 202428610001581068-24-000020
10-K2024-02-12fiscal FY 202329830001581068-24-000007
10-Q2023-10-30fiscal Q3 202329910001581068-23-000059
10-Q2023-07-31fiscal Q2 202329890001581068-23-000049
10-Q2023-05-01fiscal Q1 202329630001581068-23-000039
10-K2023-02-13fiscal FY 202230860001581068-23-000014
10-Q2022-11-01fiscal Q3 202229910001581068-22-000041
10-Q2022-08-01fiscal Q2 202229890001581068-22-000032
10-Q2022-05-02fiscal Q1 202229630001581068-22-000020
10-K2022-02-07fiscal FY 202130860001581068-22-000012
10-Q2021-11-01fiscal Q3 202129910001581068-21-000042
10-Q2021-08-02fiscal Q2 202128870001581068-21-000031
10-Q2021-05-03fiscal Q1 202128610001581068-21-000025
10-K2021-02-11fiscal FY 202028950001581068-21-000012
10-Q2020-11-04fiscal Q3 202028890001581068-20-000047
10-Q2020-08-03fiscal Q2 202028870001581068-20-000035
10-Q2020-05-07fiscal Q1 202028610001581068-20-000020
10-K2020-02-10fiscal FY 201929950001581068-20-000008
10-Q2019-10-28fiscal Q3 201928860001581068-19-000041
10-Q2019-07-29fiscal Q2 201928840001581068-19-000027
10-Q2019-04-29fiscal Q1 201928580001581068-19-000014
10-K2019-02-11fiscal FY 201826920001581068-19-000005
10-Q2018-10-29fiscal Q3 201826870001581068-18-000028
10-Q2018-07-30fiscal Q2 201826850001581068-18-000024
10-Q2018-04-30fiscal Q1 201826570001581068-18-000017
10-K2018-02-12fiscal FY 201727940001581068-18-000008
10-Q2017-10-30fiscal Q3 201726850001581068-17-000046
10-Q2017-07-31fiscal Q2 201726850001581068-17-000037
10-Q2017-05-01fiscal Q1 201725530001581068-17-000020
10-K2017-02-13fiscal FY 201627940001581068-17-000005
10-Q2016-10-24fiscal Q3 201626840001581068-16-000164
10-Q2016-07-25fiscal Q2 201626840001581068-16-000145
10-Q2016-04-26fiscal Q1 201626560001581068-16-000117
10-K2016-02-29fiscal FY 201528980001581068-16-000101
10-Q2015-10-26fiscal Q3 201525820001581068-15-000092
10-Q2015-07-27fiscal Q2 201526840001581068-15-000073
10-Q2015-04-27fiscal Q1 201526540001581068-15-000050
10-K2015-02-19fiscal FY 201428980001581068-15-000028
10-Q2014-11-04fiscal Q3 201426820001581068-14-000070
10-Q2014-08-05fiscal Q2 201426820001581068-14-000053
10-Q2014-05-07fiscal Q1 201426540001581068-14-000028
10-Q2013-12-03fiscal Q3 201325760001581068-13-000007

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

Inspect the source

Entity
Brixmor Property Group Inc. / CIK 0001581068
Captured
2026-09-20T09:22:45.477Z
SEC response SHA-256
b06f82d1347c4a5f2c322cd11e623d686a28c9cfb23d2593422ef947858c5dfb

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