Skip to content

Chemtura Corporation: filings

Every Chemtura Corporation annual and quarterly report in the SEC record with the published financial measures it tagged, 24 filings, each linked to its SEC index.

Filing record ends 2017-02-22

The latest filing in this captured record is a 10-K filed 2017-02-22. No later filing is in the SEC companyfacts record captured on 2026-09-22. Chemtura 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-K2017-02-22fiscal FY 2016491760001091862-17-000003
10-Q2016-10-31fiscal Q3 2016461220001091862-16-000039
10-Q2016-07-28fiscal Q2 2016471260001091862-16-000033
10-Q2016-04-28fiscal Q1 201647940001091862-16-000025
10-K2016-02-22fiscal FY 2015491760001091862-16-000020
10-Q2015-10-28fiscal Q3 2015471260001091862-15-000014
10-Q2015-07-29fiscal Q2 2015471260001091862-15-000010
10-Q2015-04-29fiscal Q1 201547940001104659-15-031663
10-K2015-02-25fiscal FY 2014521810001104659-15-013864
10-Q2014-10-28fiscal Q3 2014471260001104659-14-074400
10-Q2014-07-29fiscal Q2 2014471250001104659-14-054486
10-Q2014-04-30fiscal Q1 201447950001104659-14-032695
10-K2014-02-24fiscal FY 2013521680001047469-14-001239
10-Q2013-11-04fiscal Q3 2013471270001104659-13-080564
10-Q2013-07-30fiscal Q2 2013471260001104659-13-057896
10-Q2013-05-02fiscal Q1 201344880001104659-13-036621
10-K2013-02-25fiscal FY 2012511610001047469-13-001629
10-Q2012-11-05fiscal Q3 2012431150001104659-12-074228
10-Q2012-08-01fiscal Q2 2012431140001104659-12-053267
10-Q2012-05-01fiscal Q1 201241840001104659-12-031422
10-K/A2012-04-30fiscal FY 2011491570001104659-12-030567
10-K2012-02-27fiscal FY 2011401020001144204-12-011176
10-Q2011-11-01fiscal Q3 201137940001144204-11-060624
10-Q2011-08-03fiscal Q2 201137920001144204-11-043737

Inspect the source

Entity
Chemtura Corporation / CIK 0001091862
Captured
SEC response SHA-256
dfb847dd586699702ef4b249fb7581fb247cdd048512d85b0e3123a97ca11849

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