Skip to content

Kraton Corp: filings

Every Kraton Corp annual and quarterly report in the SEC record with the published financial measures it tagged, 43 filings, each linked to its SEC index.

Filing record ends 2022-02-24

The latest filing in this captured record is a 10-K filed 2022-02-24. No later filing is in the SEC companyfacts record captured on 2026-09-22. Kraton 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-K2022-02-24fiscal FY 2021521370001321646-22-000003
10-Q2021-10-28fiscal Q3 2021501440001321646-21-000121
10-Q2021-07-29fiscal Q2 2021501400001321646-21-000116
10-Q2021-04-29fiscal Q1 2021501040001321646-21-000098
10-K2021-02-26fiscal FY 2020531950001321646-21-000031
10-Q2020-10-29fiscal Q3 2020511450001321646-20-000150
10-Q2020-07-31fiscal Q2 2020511410001321646-20-000141
10-Q2020-04-30fiscal Q1 2020501040001321646-20-000111
10-K2020-02-27fiscal FY 2019531930001321646-20-000008
10-Q2019-10-25fiscal Q3 2019481400001321646-19-000109
10-Q2019-07-25fiscal Q2 2019481360001321646-19-000100
10-Q2019-04-25fiscal Q1 2019481000001321646-19-000080
10-K2019-02-28fiscal FY 2018501890001321646-19-000025
10-Q2018-10-25fiscal Q3 2018451240001321646-18-000153
10-Q2018-07-26fiscal Q2 2018441200001321646-18-000135
10-Q2018-04-26fiscal Q1 201844920001321646-18-000096
10-K2018-02-21fiscal FY 2017501900001321646-18-000022
10-Q2017-10-25fiscal Q3 2017441220001321646-17-000137
10-Q2017-07-27fiscal Q2 2017441220001321646-17-000102
10-Q2017-04-27fiscal Q1 201744920001321646-17-000087
10-K2017-02-28fiscal FY 2016501900001321646-17-000024
10-Q2016-10-27fiscal Q3 2016441220001321646-16-000281
10-Q2016-07-28fiscal Q2 2016451230001321646-16-000257
10-Q2016-04-29fiscal Q1 201643910001321646-16-000237
10-K2016-02-24fiscal FY 2015501880001321646-16-000168
10-Q2015-10-29fiscal Q3 2015411150001321646-15-000145
10-Q2015-07-30fiscal Q2 2015411150001321646-15-000133
10-Q2015-04-30fiscal Q1 201541850001321646-15-000103
10-K2015-02-25fiscal FY 2014501880001321646-15-000027
10-Q2014-10-30fiscal Q3 2014411140001564590-14-004725
10-Q2014-07-31fiscal Q2 2014411140001564590-14-003023
10-Q2014-05-01fiscal Q1 201441840001564590-14-001704
10-K2014-02-27fiscal FY 2013491850001564590-14-000422
10-Q2013-10-31fiscal Q3 2013431220001564590-13-000830
10-Q2013-08-01fiscal Q2 2013431220001193125-13-315043
10-Q2013-05-02fiscal Q1 201343900001193125-13-196251
10-K2013-02-28fiscal FY 2012481290001193125-13-084180
10-Q2012-11-01fiscal Q3 2012401120001193125-12-446500
10-Q2012-08-01fiscal Q2 2012401120001193125-12-328842
10-Q2012-05-01fiscal Q1 201240820001193125-12-200925
10-K2012-02-29fiscal FY 2011481840001193125-12-089341
10-Q2011-11-02fiscal Q3 2011391080001193125-11-292740
10-Q2011-08-04fiscal Q2 2011401100001193125-11-210297

Inspect the source

Entity
Kraton Corp / CIK 0001321646
Captured
SEC response SHA-256
e294dd715070ab4ad6b091aa61dd12f3545401b616b14319d0d4f74844a9bf6e

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