Skip to content

KAPSTONE PAPER & PACKAGING CORP: filings

Every KAPSTONE PAPER & PACKAGING CORP annual and quarterly report in the SEC record with the published financial measures it tagged, 30 filings, each linked to its SEC index.

Filing record ends 2018-10-23

The latest filing in this captured record is a 10-Q filed 2018-10-23. No later filing is in the SEC companyfacts record captured on 2026-09-22. KAPSTONE PAPER & PACKAGING CORP 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-Q2018-10-23fiscal Q3 2018421120001104659-18-063502
10-Q2018-07-25fiscal Q2 2018421120001104659-18-046953
10-Q2018-04-18fiscal Q1 201840800001104659-18-024858
10-K2018-02-23fiscal FY 2017491670001047469-18-001015
10-Q2017-10-25fiscal Q3 2017411080001104659-17-063740
10-Q2017-07-26fiscal Q2 2017401040001104659-17-047080
10-Q2017-04-26fiscal Q1 201736740001104659-17-026372
10-K2017-02-24fiscal FY 2016441510001047469-17-000959
10-Q2016-11-01fiscal Q3 201636970001104659-16-153745
10-Q2016-07-27fiscal Q2 201636970001558370-16-006839
10-Q2016-04-27fiscal Q1 201636750001104659-16-114708
10-K2016-02-26fiscal FY 2015441510001047469-16-010493
10-Q2015-10-28fiscal Q3 201534930001104659-15-073555
10-Q2015-07-29fiscal Q2 201535940001104659-15-054335
10-Q2015-05-05fiscal Q1 201534700001104659-15-034010
10-K2015-02-27fiscal FY 2014431480001047469-15-001379
10-Q2014-10-29fiscal Q3 201433880001104659-14-074846
10-Q2014-07-30fiscal Q2 201433880001104659-14-054949
10-Q2014-04-30fiscal Q1 201433680001104659-14-032670
10-K2014-02-28fiscal FY 2013421450001047469-14-001566
10-Q2013-10-30fiscal Q3 201336920001104659-13-079256
10-Q2013-07-31fiscal Q2 201333880001104659-13-058390
10-Q2013-05-07fiscal Q1 201333680001104659-13-038256
10-K2013-03-04fiscal FY 2012431490001047469-13-002140
10-Q2012-10-30fiscal Q3 201234920001104659-12-072350
10-Q2012-08-01fiscal Q2 201234920001104659-12-053209
10-Q2012-05-02fiscal Q1 201232660001104659-12-032020
10-K2012-03-09fiscal FY 201133850001047469-12-002368
10-Q2011-11-02fiscal Q3 201132840001104659-11-060039
10-Q2011-08-03fiscal Q2 201136940001104659-11-043147

Inspect the source

Entity
KAPSTONE PAPER & PACKAGING CORP / CIK 0001325281
Captured
SEC response SHA-256
268c5c98079f1eac3fdccbc970e49ae81a540e2a18bc2eb5c09f0d4e12073bd0

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