Skip to content

KEMET Corp: filings

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

Filing record ends 2020-05-28

The latest filing in this captured record is a 10-K filed 2020-05-28. No later filing is in the SEC companyfacts record captured on 2026-09-22. KEMET 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-K2020-05-28fiscal FY 2020561890000887730-20-000032
10-Q2020-02-06fiscal Q3 2020431160000887730-20-000008
10-Q2019-11-12fiscal Q2 2020431160000887730-19-000062
10-Q2019-08-01fiscal Q1 202041830000887730-19-000051
10-K2019-05-30fiscal FY 2019521720000887730-19-000033
10-Q2019-02-01fiscal Q3 2019391060000887730-19-000012
10-Q2018-11-02fiscal Q2 2019381040000887730-18-000090
10-Q2018-08-01fiscal Q1 201937750000887730-18-000057
10-K2018-05-25fiscal FY 2018461580000887730-18-000032
10-Q2018-02-01fiscal Q3 201835950000887730-18-000009
10-Q2017-11-02fiscal Q2 201835950000887730-17-000078
10-Q2017-08-08fiscal Q1 201836720000887730-17-000060
10-K2017-06-01fiscal FY 2017451510000887730-17-000033
10-Q2017-02-02fiscal Q3 201736970000887730-17-000006
10-Q2016-11-02fiscal Q2 201736980000887730-16-000149
10-Q2016-08-03fiscal Q1 201738790000887730-16-000131
10-K2016-05-25fiscal FY 2016451510000887730-16-000104
10-Q2016-02-02fiscal Q3 2016371050000887730-16-000085
10-Q2015-11-03fiscal Q2 2016371050000887730-15-000076
10-Q2015-08-03fiscal Q1 201637770000887730-15-000063
10-K2015-05-22fiscal FY 2015461530000887730-15-000030
10-Q2015-02-03fiscal Q3 2014351020000887730-15-000005
10-Q2014-10-31fiscal Q2 201433960000887730-14-000061
10-Q2014-08-01fiscal Q1 201432680000887730-14-000041
10-K2014-05-30fiscal FY 2013441480000887730-14-000019
10-Q2014-02-04fiscal Q3 201333960001445305-14-000201
10-Q2013-11-05fiscal Q2 2013341000001104659-13-081155
10-Q2013-08-02fiscal Q1 201334720001104659-13-059162
10-K2013-06-06fiscal FY 2012431460001047469-13-006794
10-Q2013-02-08fiscal Q3 201234970001104659-13-008725
10-Q2012-11-09fiscal Q2 201234970001104659-12-076322
10-Q2012-08-03fiscal Q1 201234700001104659-12-054146
10-K2012-05-18fiscal FY 201136950001047469-12-006169
10-Q2012-02-03fiscal Q3 201130840001104659-12-006365
10-Q2011-11-03fiscal Q2 201130840001104659-11-060359
10-Q2011-08-03fiscal Q1 201133680001104659-11-042911
10-K2011-05-20fiscal FY 201033890001047469-11-005385
10-Q2011-02-08fiscal Q3 201030800001104659-11-005634
10-Q2010-10-29fiscal Q2 201030800001104659-10-054694
10-Q2010-08-05fiscal Q1 201030620001104659-10-042360

Inspect the source

Entity
KEMET Corp / CIK 0000887730
Captured
SEC response SHA-256
67b5058a0ca6a0584c2b2ebd64d33d6ade8fb4005e517e1c9ee1f52f2160389f

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