Skip to content

STAPLES INC: filings

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

Filing record ends 2017-08-24

The latest filing in this captured record is a 10-Q filed 2017-08-24. No later filing is in the SEC companyfacts record captured on 2026-09-22. STAPLES 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-08-24fiscal Q2 2017431140000791519-17-000082
10-Q2017-05-16fiscal Q1 201744900000791519-17-000051
10-K2017-03-09fiscal FY 2016481500000791519-17-000020
10-Q2016-11-17fiscal Q3 2016441200000791519-16-000172
10-Q2016-08-17fiscal Q2 2016441200000791519-16-000159
10-Q2016-05-18fiscal Q1 201644900000791519-16-000119
10-K2016-03-04fiscal FY 2015471390000791519-16-000102
10-Q2015-11-18fiscal Q3 2015461240000791519-15-000076
10-Q2015-08-19fiscal Q2 2015461240000791519-15-000065
10-Q2015-05-20fiscal Q1 201546940000791519-15-000019
10-K2015-03-06fiscal FY 2014501480000791519-15-000004
10-Q2014-11-19fiscal Q3 2014471280000791519-14-000095
10-Q2014-08-20fiscal Q2 2014471280000791519-14-000092
10-Q2014-05-20fiscal Q1 201447960000791519-14-000055
10-K2014-03-06fiscal FY 2013491700000791519-14-000007
10-Q2013-11-20fiscal Q3 2013471320000791519-13-000107
10-Q2013-08-21fiscal Q2 2013461280000791519-13-000096
10-Q2013-05-22fiscal Q1 201346960000791519-13-000054
10-K2013-03-06fiscal FY 2012491700000791519-13-000002
10-Q2012-11-14fiscal Q3 2012451220000791519-12-000035
10-Q2012-08-15fiscal Q2 2012451240000791519-12-000032
10-Q2012-05-16fiscal Q1 201243900000791519-12-000021
10-K2012-02-29fiscal FY 2011461560000791519-12-000003
10-Q2011-11-15fiscal Q3 2011421160000791519-11-000009
10-Q2011-08-17fiscal Q2 2011421160001445305-11-002556
10-Q2011-05-18fiscal Q1 201142880001104659-11-029723
10-K2011-03-02fiscal FY 2010431470001047469-11-001650
10-Q2010-11-18fiscal Q3 2010421160001104659-10-058995
10-Q2010-08-19fiscal Q2 2010421150001104659-10-045103
10-Q2010-05-20fiscal Q1 201040820001104659-10-029607
10-K2010-03-02fiscal FY 2009401050001047469-10-001695
10-Q2009-12-01fiscal Q3 2009401060001104659-09-067737
10-Q2009-08-25fiscal Q2 2009401050001104659-09-051480

Inspect the source

Entity
STAPLES INC / CIK 0000791519
Captured
SEC response SHA-256
b03336fe88255617c8feaf8330fef8099cc46d2fc9853b59ab1d877a8034d2e6

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