Skip to content

INVACARE HOLDINGS CORPORATION: filings

Every INVACARE HOLDINGS CORPORATION annual and quarterly report in the SEC record with the published financial measures it tagged, 48 filings, each linked to its SEC index.

Filing record ends 2023-05-15

The latest filing in this captured record is a 10-Q filed 2023-05-15. No later filing is in the SEC companyfacts record captured on 2026-09-22. INVACARE HOLDINGS 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-Q2023-05-15fiscal Q1 202346960000742112-23-000077
10-K2023-04-14fiscal FY 2022501840000742112-23-000036
10-Q2022-11-07fiscal Q3 2022471310000742112-22-000085
10-Q2022-08-08fiscal Q2 2022471300000742112-22-000056
10-Q2022-05-09fiscal Q1 202246960000742112-22-000037
10-K2022-03-09fiscal FY 2021491820000742112-22-000012
10-Q2021-10-27fiscal Q3 2021461290000742112-21-000076
10-Q2021-08-04fiscal Q1 2021461290000742112-21-000064
10-Q2021-05-05fiscal Q1 202146970000742112-21-000041
10-K2021-03-03fiscal FY 2020491740000742112-21-000012
10-Q2020-10-29fiscal Q3 2020461290000742112-20-000109
10-Q2020-08-06fiscal Q2 2020461290000742112-20-000092
10-Q2020-05-06fiscal Q1 202046970000742112-20-000044
10-K2020-03-09fiscal FY 2019491740000742112-20-000015
10-Q2019-11-06fiscal Q3 2019461300000742112-19-000077
10-Q2019-08-05fiscal Q2 2019451270000742112-19-000060
10-Q2019-05-06fiscal Q1 201945950000742112-19-000035
10-K2019-03-07fiscal FY 2018471680000742112-19-000010
10-Q2018-11-05fiscal Q3 2018441210000742112-18-000096
10-Q2018-08-07fiscal Q2 2018441210000742112-18-000074
10-Q2018-05-07fiscal Q1 201843890000742112-18-000038
10-K2018-03-09fiscal FY 2017471610000742112-18-000023
10-Q2017-11-07fiscal Q3 2017431170000742112-17-000106
10-Q2017-08-07fiscal Q2 2017431170000742112-17-000084
10-Q2017-05-08fiscal Q1 201743890000742112-17-000045
10-K2017-03-10fiscal FY 2016471610000742112-17-000019
10-Q2016-11-04fiscal Q3 2016431170000742112-16-000176
10-Q2016-08-04fiscal Q2 2016431170000742112-16-000156
10-Q2016-05-06fiscal Q1 201643890000742112-16-000138
10-K2016-03-03fiscal FY 2015451550000742112-16-000102
10-Q2015-11-04fiscal Q3 2015411110000742112-15-000076
10-Q2015-08-05fiscal Q2 2015411110000742112-15-000067
10-Q2015-05-06fiscal Q1 201541850000742112-15-000035
10-K2015-02-26fiscal FY 2014451560000742112-15-000023
10-Q2014-11-06fiscal Q3 2014411120000742112-14-000071
10-Q2014-08-07fiscal Q2 2014411090000742112-14-000049
10-Q2014-05-08fiscal Q1 201441850000742112-14-000028
10-K2014-02-27fiscal FY 2013451530000742112-14-000017
10-Q2013-11-06fiscal Q3 2013411060000742112-13-000074
10-Q2013-08-09fiscal Q2 2013411060000742112-13-000063
10-Q2013-05-07fiscal Q1 201341830000742112-13-000025
10-K2013-03-15fiscal FY 2012451510000742112-13-000015
10-Q2012-11-06fiscal Q3 2012401040000742112-12-000044
10-Q2012-08-06fiscal Q2 2012401040000742112-12-000037
10-Q2012-05-07fiscal Q1 201240820000742112-12-000025
10-K/A2012-03-26fiscal FY 2011431470000742112-12-000016
10-Q2011-11-08fiscal Q3 201132820001193125-11-301650
10-Q2011-08-08fiscal Q2 201132820001193125-11-214272

Inspect the source

Entity
INVACARE HOLDINGS CORPORATION / CIK 0000742112
Captured
SEC response SHA-256
83280393069f7279d4484d638afc165d4bfd0d004756a7452ad905a276000bae

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