Skip to content

CHRISTOPHER & BANKS CORPORATION: filings

Every CHRISTOPHER & BANKS CORPORATION 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 2020-12-14

The latest filing in this captured record is a 10-Q filed 2020-12-14. No later filing is in the SEC companyfacts record captured on 2026-09-22. CHRISTOPHER & BANKS CORPORATION 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-Q2020-12-14fiscal Q3 2020421140000883943-20-000095
10-Q2020-09-14fiscal Q2 2020421140000883943-20-000083
10-Q2020-06-15fiscal Q1 202042870000883943-20-000056
10-K2020-03-16fiscal FY 2019451290000883943-20-000026
10-Q2019-12-11fiscal Q3 2019421140000883943-19-000103
10-Q2019-09-11fiscal Q2 2019421160000883943-19-000082
10-Q2019-06-12fiscal Q1 201941840000883943-19-000050
10-K2019-03-18fiscal FY 2018401230000883943-19-000026
10-Q2018-12-06fiscal Q3 2018371020000883943-18-000177
10-Q2018-09-06fiscal Q2 2018371020000883943-18-000150
10-Q2018-06-01fiscal Q1 201837770000883943-18-000065
10-K2018-03-09fiscal FY 2017401390000883943-18-000018
10-Q2017-11-30fiscal Q3 201736990000883943-17-000144
10-Q2017-08-30fiscal Q2 201736990000883943-17-000121
10-Q2017-05-31fiscal Q1 201733690000883943-17-000082
10-K2017-03-16fiscal FY 2016391370000883943-17-000033
10-Q2016-12-02fiscal Q3 201633950000883943-16-000154
10-Q2016-09-01fiscal Q2 201633950000883943-16-000126
10-Q2016-06-09fiscal Q1 201633680001558370-16-006337
10-K2016-03-18fiscal FY 2015391350001558370-16-004236
10-Q2015-12-08fiscal Q3 201531890001558370-15-002811
10-Q2015-09-10fiscal Q2 201531880000883943-15-000054
10-Q2015-06-11fiscal Q1 201531650000883943-15-000035
10-K2015-04-09fiscal FY 2014361280000883943-15-000020
10-Q2014-12-05fiscal Q3 201431890000883943-14-000075
10-Q2014-09-05fiscal Q2 201431890000883943-14-000047
10-Q2014-06-12fiscal Q1 201430630000883943-14-000028
10-K2014-03-21fiscal FY 2013351270000883943-14-000010
10-Q2013-12-12fiscal Q3 201331880000883943-13-000059
10-Q2013-09-12fiscal Q2 201331900000883943-13-000044
10-Q2013-06-13fiscal Q1 201331650000883943-13-000029
10-K2013-03-25fiscal FY 2012351330000883943-13-000007
10-Q2012-12-06fiscal Q3 201229920001104659-12-082421
10-Q2012-09-06fiscal Q2 201229920001104659-12-061905
10-Q2012-06-07fiscal Q1 201228570001104659-12-042378
10-Q2012-01-05fiscal Q3 201127840001104659-12-000618
10-Q2011-10-06fiscal Q2 201127840001104659-11-055237

Inspect the source

Entity
CHRISTOPHER & BANKS CORPORATION / CIK 0000883943
Captured
SEC response SHA-256
ffc08004820d830072848d99261d4fb3b2be0d447cf4808a54d4f354a6ae9cf7

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