Skip to content

BON TON STORES INC: filings

Every BON TON STORES INC annual and quarterly report in the SEC record with the published financial measures it tagged, 26 filings, each linked to its SEC index.

Filing record ends 2017-12-12

The latest filing in this captured record is a 10-Q filed 2017-12-12. No later filing is in the SEC companyfacts record captured on 2026-09-22. BON TON STORES 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-Q2017-12-12fiscal Q3 2017371170001104659-17-072911
10-Q2017-09-06fiscal Q2 2017381190001104659-17-055703
10-Q2017-06-07fiscal Q1 201733840001104659-17-037866
10-K2017-04-12fiscal FY 2016391380001047469-17-002544
10-Q2016-12-07fiscal Q3 2016341110001104659-16-160982
10-Q2016-09-07fiscal Q2 2016341120001104659-16-143433
10-Q2016-06-08fiscal Q1 201633840001104659-16-126128
10-K2016-04-13fiscal FY 2015401420001047469-16-012172
10-Q2015-12-09fiscal Q3 2015341120001104659-15-083798
10-Q2015-09-09fiscal Q2 2015341120001104659-15-064307
10-Q2015-06-10fiscal Q1 201534850001104659-15-044548
10-K2015-04-15fiscal FY 2014401430001047469-15-003545
10-Q2014-12-10fiscal Q3 2014341100001104659-14-085907
10-Q2014-09-10fiscal Q2 2014341100001104659-14-065600
10-Q2014-06-11fiscal Q1 201433840001104659-14-045300
10-K2014-04-16fiscal FY 2013391420001047469-14-003853
10-Q2013-12-11fiscal Q3 201333900001104659-13-089570
10-Q2013-09-11fiscal Q2 201333900001104659-13-069250
10-Q2013-06-13fiscal Q1 201333680001104659-13-048867
10-K2013-04-17fiscal FY 2012391580001047469-13-004476
10-Q2012-12-05fiscal Q3 201234920001104659-12-082040
10-Q2012-09-05fiscal Q2 201234920001104659-12-061692
10-Q2012-06-06fiscal Q1 201229600001104659-12-042080
10-K2012-04-11fiscal FY 201129740001047469-12-004161
10-Q2011-12-07fiscal Q3 201133830000950123-11-102315
10-Q2011-09-07fiscal Q2 201133830000950123-11-082940

Inspect the source

Entity
BON TON STORES INC / CIK 0000878079
Captured
SEC response SHA-256
3aca1f44f4e80e20a35bac74db748a3d767512d3bd454b7ccb366e34a0ffe72e

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