Skip to content

MCCLATCHY CO: filings

Every MCCLATCHY CO annual and quarterly report in the SEC record with the published financial measures it tagged, 38 filings, each linked to its SEC index.

Filing record ends 2020-08-17

The latest filing in this captured record is a 10-Q filed 2020-08-17. No later filing is in the SEC companyfacts record captured on 2026-09-22. MCCLATCHY 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-Q2020-08-17fiscal Q2 2020521440001056087-20-000038
10-Q2020-06-29fiscal Q1 2020521060001056087-20-000028
10-K2020-03-30fiscal FY 2019541090001056087-20-000014
10-Q2019-11-13fiscal Q3 2019511450001056087-19-000074
10-Q2019-08-08fiscal Q2 2019511400001056087-19-000067
10-Q2019-05-10fiscal Q1 2019511020001056087-19-000056
10-K2019-03-08fiscal FY 2018511070001056087-19-000046
10-Q2018-11-09fiscal Q3 2018481320001056087-18-000094
10-Q2018-08-09fiscal Q2 2018471300001056087-18-000068
10-Q2018-05-10fiscal Q1 201845900001056087-18-000057
10-K2018-03-12fiscal FY 2017491640001056087-18-000042
10-Q2017-11-02fiscal Q3 2017461260001056087-17-000088
10-Q2017-08-03fiscal Q2 2017441240001056087-17-000059
10-Q2017-05-04fiscal Q1 201743880001558370-17-003488
10-K2017-03-06fiscal FY 2016461570001558370-17-001347
10-Q2016-11-03fiscal Q3 2016431220001558370-16-009177
10-Q2016-08-04fiscal Q2 2016431220001558370-16-007362
10-Q2016-05-05fiscal Q1 201643870001558370-16-005399
10-K2016-03-08fiscal FY 2015451540001558370-16-003878
10-Q2015-11-05fiscal Q3 2015421190001558370-15-002327
10-Q2015-08-07fiscal Q2 2015421200001558370-15-001536
10-Q2015-05-07fiscal Q1 201542860001558370-15-000793
10-K2015-03-13fiscal FY 2014441490001558370-15-000346
10-Q2014-11-06fiscal Q3 2014431210001104659-14-077600
10-Q2014-08-08fiscal Q2 2014431210001104659-14-058807
10-Q2014-05-08fiscal Q1 201439790001104659-14-036389
10-K2014-03-06fiscal FY 2013421420001047469-14-001888
10-Q2013-11-07fiscal Q3 2013381100001104659-13-082220
10-Q2013-08-09fiscal Q2 2013381100001104659-13-062240
10-K/A2013-06-21fiscal FY 2012431450001104659-13-050768
10-Q2013-05-10fiscal Q1 201335710001104659-13-040273
10-K2013-03-06fiscal FY 2012431450001047469-13-002233
10-Q2012-11-01fiscal Q3 2012381090001104659-12-073228
10-Q2012-08-03fiscal Q2 2012431170001193125-12-335137
10-Q2012-05-04fiscal Q1 201239800001193125-12-211881
10-K2012-03-02fiscal FY 2011391020001193125-12-094462
10-Q2011-11-03fiscal Q3 2011401070001193125-11-294503
10-Q2011-08-05fiscal Q2 2011391030001193125-11-211875

Inspect the source

Entity
MCCLATCHY CO / CIK 0001056087
Captured
SEC response SHA-256
8c08014fdab01221b48a627ea2e0cdef95ab6559da6a6aa4fd904798bfd43130

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