Skip to content

J CREW GROUP INC: filings

Every J CREW GROUP INC annual and quarterly report in the SEC record with the published financial measures it tagged, 37 filings, each linked to its SEC index.

Filing record ends 2019-12-02

The latest filing in this captured record is a 10-Q filed 2019-12-02. No later filing is in the SEC companyfacts record captured on 2026-09-22. J CREW 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-Q2019-12-02fiscal Q3 2019391100001564590-19-045029
10-Q2019-09-13fiscal Q2 2019391040001564590-19-034695
10-Q2019-05-29fiscal Q1 201939790001564590-19-020743
10-K2019-03-20fiscal FY 2018421390001564590-19-008631
10-Q2018-11-29fiscal Q3 2018341140001564590-18-030266
10-Q2018-08-28fiscal Q2 2018341140001564590-18-022391
10-Q2018-05-30fiscal Q1 201829850001564590-18-014653
10-K2018-03-27fiscal FY 2017331050001564590-18-006853
10-Q2017-11-21fiscal Q3 201728760001564590-17-024152
10-Q2017-08-23fiscal Q2 201728760001564590-17-017978
10-Q2017-06-12fiscal Q1 201728600001564590-17-012456
10-K2017-03-21fiscal FY 2016331060001564590-17-004890
10-Q2016-11-22fiscal Q3 201627740001564590-16-029583
10-Q2016-08-31fiscal Q2 201627740001564590-16-024837
10-Q2016-05-25fiscal Q1 201627580001564590-16-019940
10-K2016-03-17fiscal FY 2015331060001564590-16-014982
10-Q2015-12-03fiscal Q3 201527740001564590-15-011256
10-Q2015-08-27fiscal Q2 201526690001564590-15-007607
10-Q2015-06-04fiscal Q1 201526560001564590-15-004837
10-K2015-03-17fiscal FY 2014331090001564590-15-001784
10-Q2014-12-04fiscal Q3 201428790001564590-14-006063
10-Q2014-09-04fiscal Q2 201429780001564590-14-004000
10-Q2014-06-04fiscal Q1 201431660001564590-14-002410
10-K2014-03-24fiscal FY 2013361170001564590-14-000961
10-Q2013-12-04fiscal Q3 201331840001564590-13-001401
10-Q2013-09-11fiscal Q2 201331820001193125-13-364082
10-Q2013-06-06fiscal Q1 201331660001193125-13-249794
10-K2013-03-20fiscal FY 201236970001193125-13-117364
10-Q2012-11-28fiscal Q3 201231810001193125-12-483894
10-Q2012-08-29fiscal Q2 201231830001193125-12-374212
10-Q2012-05-30fiscal Q1 201217340001193125-12-253589
10-K2012-03-19fiscal FY 201134420001193125-12-121577
10-Q2011-12-01fiscal Q3 201131390001193125-11-326382
10-Q2011-09-01fiscal Q2 201131390001193125-11-239118
10-K2011-03-21fiscal FY 201031830001193125-11-072649
10-Q2010-12-07fiscal Q3 201032890001193125-10-275079
10-Q2010-09-03fiscal Q2 201031880001193125-10-204267

Inspect the source

Entity
J CREW GROUP INC / CIK 0001051251
Captured
SEC response SHA-256
dae3120e292b93fb935f1e81a6e75310ad508150ec598d446e89f552f09d8bec

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