Skip to content

COOPER TIRE & RUBBER CO: filings

Every COOPER TIRE & RUBBER CO annual and quarterly report in the SEC record with the published financial measures it tagged, 42 filings, each linked to its SEC index.

Filing record ends 2021-05-03

The latest filing in this captured record is a 10-Q filed 2021-05-03. No later filing is in the SEC companyfacts record captured on 2026-09-22. COOPER TIRE & RUBBER CO 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-Q2021-05-03fiscal Q1 202141870000024491-21-000021
10-K2021-02-22fiscal FY 2020492050000024491-21-000011
10-Q2020-10-29fiscal Q3 2020411250000024491-20-000036
10-K/A2020-08-20fiscal FY 2019512130000024491-20-000028
10-Q2020-08-03fiscal Q2 2020411210000024491-20-000024
10-Q2020-05-07fiscal Q1 202041870000024491-20-000013
10-K2020-02-24fiscal FY 2019512130000024491-20-000004
10-Q2019-10-28fiscal Q3 2019431270000024491-19-000035
10-Q2019-07-29fiscal Q2 2019431230000024491-19-000029
10-Q2019-04-29fiscal Q1 201943880000024491-19-000016
10-K2019-02-19fiscal FY 2018472080000024491-19-000012
10-Q2018-10-29fiscal Q3 2018401150000024491-18-000024
10-Q2018-08-06fiscal Q2 2018401130000024491-18-000017
10-Q2018-04-30fiscal Q1 201840840000024491-18-000006
10-K2018-02-20fiscal FY 2017421840000024491-18-000003
10-Q2017-10-30fiscal Q3 2017391100000024491-17-000019
10-Q2017-08-04fiscal Q2 2017391100000024491-17-000016
10-Q2017-04-27fiscal Q1 201736730000024491-17-000007
10-K2017-02-17fiscal FY 2016411800000024491-17-000004
10-Q2016-10-31fiscal Q3 2016361040001193125-16-752859
10-Q2016-08-04fiscal Q2 2016361040001193125-16-671380
10-Q2016-04-29fiscal Q1 201636740001193125-16-567833
10-K2016-02-23fiscal FY 2015411090001193125-16-473434
10-Q2015-11-02fiscal Q3 2015381080001193125-15-361893
10-Q2015-08-06fiscal Q2 2015381070001193125-15-280391
10-Q2015-05-01fiscal Q1 201537750001193125-15-165640
10-K2015-02-23fiscal FY 2014411080001193125-15-057886
10-Q2014-11-07fiscal Q3 2014371050001193125-14-402993
10-Q2014-08-07fiscal Q2 2014361040001193125-14-300378
10-Q2014-05-02fiscal Q1 201436740001193125-14-179663
10-K2014-03-14fiscal FY 2013441180001193125-14-100229
10-Q2014-02-28fiscal Q3 2013401120001193125-14-077749
10-Q2013-08-09fiscal Q2 2013391090001193125-13-329092
10-Q2013-05-09fiscal Q1 201339800001193125-13-211279
10-K2013-02-25fiscal FY 2012441160001193125-13-073996
10-Q2012-11-02fiscal Q3 2012401100001193125-12-448725
10-Q2012-08-09fiscal Q2 2012401100001193125-12-346912
10-Q2012-05-02fiscal Q1 201240820001193125-12-203946
10-K2012-02-27fiscal FY 2011441160001193125-12-081292
10-Q2011-10-31fiscal Q3 2011391080001193125-11-288196
10-Q2011-08-04fiscal Q2 2011391080000950123-11-072831
10-Q2011-04-26fiscal Q1 201137760000950123-11-039307

Inspect the source

Entity
COOPER TIRE & RUBBER CO / CIK 0000024491
Captured
SEC response SHA-256
5fe2300369f7e4827ef7f5107f4453244625e43cca49dc692e2a9b4f355dc8ed

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