Skip to content

Mahwah Bergen Retail Group, Inc.: filings

Every Mahwah Bergen Retail Group, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 40 filings, each linked to its SEC index.

Filing record ends 2021-03-03

The latest filing in this captured record is a 10-Q filed 2021-03-03. No later filing is in the SEC companyfacts record captured on 2026-09-22. Mahwah Bergen Retail Group, 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-03-03fiscal Q1 202143920001498301-21-000008
10-K2020-12-11fiscal FY 2020511060001498301-20-000105
10-Q2020-08-07fiscal Q3 2020451340001498301-20-000074
10-Q2020-03-09fiscal Q2 2020421220001498301-20-000030
10-Q2019-12-10fiscal Q1 202042890001498301-19-000124
10-K2019-10-10fiscal FY 2019481250001498301-19-000092
10-Q2019-06-12fiscal Q3 2019381190001498301-19-000054
10-Q2019-03-14fiscal Q2 2019371120001498301-19-000014
10-Q2018-12-10fiscal Q1 201937800001498301-18-000120
10-K2018-09-24fiscal FY 2018451150001498301-18-000059
10-Q2018-06-04fiscal Q3 201834980001498301-18-000035
10-Q2018-03-05fiscal Q2 201834980001498301-18-000012
10-Q2017-12-04fiscal Q1 201833700001498301-17-000108
10-K2017-09-25fiscal FY 2017441150001498301-17-000079
10-Q2017-06-08fiscal Q3 2017361020001498301-17-000030
10-Q2017-03-06fiscal Q2 2017351000001498301-17-000015
10-Q2016-12-01fiscal Q1 201734720001498301-16-000200
10-K2016-09-19fiscal FY 2016441150001498301-16-000157
10-Q2016-05-31fiscal Q3 2016411120001498301-16-000150
10-Q2016-03-01fiscal Q2 2016411120001498301-16-000137
10-Q2015-12-01fiscal Q1 201640840001498301-15-000090
10-K2015-09-16fiscal FY 2015421110001498301-15-000041
10-Q2015-06-02fiscal Q3 2015351000001498301-15-000028
10-Q2015-03-03fiscal Q2 201534960001498301-15-000010
10-Q2014-12-02fiscal Q1 201534720001498301-14-000073
10-K2014-09-23fiscal FY 2014431190001498301-14-000039
10-Q2014-06-03fiscal Q3 2014371020001498301-14-000020
10-Q2014-03-03fiscal Q2 201435980001144204-14-012969
10-Q2013-12-02fiscal Q1 201435740001144204-13-065087
10-K2013-09-24fiscal FY 2013401060001144204-13-052188
10-Q2013-06-05fiscal Q3 201335960001144204-13-033431
10-Q2013-03-04fiscal Q2 201335950001144204-13-012706
10-Q2012-12-06fiscal Q1 201335730001144204-12-066759
10-K2012-09-26fiscal FY 2012401050001144204-12-053044
10-Q2012-05-31fiscal Q3 201236980001144204-12-032745
10-Q2012-03-01fiscal Q2 201233900001144204-12-012348
10-Q2011-12-08fiscal Q1 201233690001144204-11-069005
10-K2011-09-28fiscal FY 2011401050001144204-11-055335
10-Q2011-06-09fiscal Q3 201133850001144204-11-034841
10-Q2011-03-10fiscal Q2 201133840001144204-11-013980

Inspect the source

Entity
Mahwah Bergen Retail Group, Inc. / CIK 0001498301
Captured
SEC response SHA-256
92b43a99e3a904c9a9fb75ca63dc4e64bf750182a1bdc11a1ae83d8813fdf842

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