Skip to content

Houghton Mifflin Harcourt Co: filings

Every Houghton Mifflin Harcourt Co annual and quarterly report in the SEC record with the published financial measures it tagged, 32 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. Houghton Mifflin Harcourt 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-K2022-02-24fiscal FY 2021541780001564590-22-006489
10-Q2021-11-04fiscal Q3 2021461300001564590-21-054215
10-Q2021-08-05fiscal Q2 2021461260001564590-21-041162
10-Q2021-05-06fiscal Q1 202142870001564590-21-024496
10-K2021-02-25fiscal FY 2020531760001564590-21-008418
10-Q2020-11-05fiscal Q3 2020471360001564590-20-050849
10-Q2020-08-06fiscal Q2 2020471320001564590-20-037229
10-Q2020-05-07fiscal Q1 202046960001564590-20-022342
10-K2020-02-27fiscal FY 2019521710001564590-20-007003
10-Q2019-10-31fiscal Q3 2019471330001564590-19-038949
10-Q2019-08-08fiscal Q2 2019461270001193125-19-216048
10-Q2019-05-09fiscal Q1 201944890001193125-19-142149
10-K2019-02-28fiscal FY 2018501720001193125-19-055490
10-Q2018-11-08fiscal Q3 2018421180001193125-18-321800
10-Q2018-08-02fiscal Q2 2018431200001193125-18-235578
10-Q2018-05-03fiscal Q1 201836740001193125-18-149473
10-K2018-02-22fiscal FY 2017441510001193125-18-053025
10-Q2017-11-02fiscal Q3 2017361010001193125-17-330205
10-Q2017-08-03fiscal Q2 2017361010001193125-17-246693
10-Q2017-05-04fiscal Q1 201736730001193125-17-157217
10-K2017-02-23fiscal FY 2016441330001193125-17-052873
10-Q2016-11-03fiscal Q3 2016361010001193125-16-757973
10-Q2016-08-04fiscal Q2 2016361010001193125-16-670898
10-Q2016-05-04fiscal Q1 201636720001193125-16-576132
10-K2016-02-25fiscal FY 2015431320001193125-16-476833
10-Q2015-11-05fiscal Q3 2015371030001193125-15-367144
10-Q2015-08-06fiscal Q2 2015371030001193125-15-279812
10-Q2015-05-07fiscal Q1 201536740001193125-15-175818
10-K2015-02-26fiscal FY 2014461440001193125-15-064014
10-Q2014-11-06fiscal Q3 2014391080001193125-14-399663
10-Q2014-08-14fiscal Q2 2014391080001193125-14-309151
10-Q2014-05-08fiscal Q1 201436740001193125-14-188735

Inspect the source

Entity
Houghton Mifflin Harcourt Co / CIK 0001580156
Captured
SEC response SHA-256
85167cb3659425f296d6a2e35b187a804dde5707194ae6af8c9ff942dc6c11e5

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