Skip to content

Hanger, Inc.: filings

Every Hanger, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 35 filings, each linked to its SEC index.

Filing record ends 2022-08-08

The latest filing in this captured record is a 10-Q filed 2022-08-08. No later filing is in the SEC companyfacts record captured on 2026-09-22. Hanger, Inc. 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-Q2022-08-08fiscal Q2 2022391070000722723-22-000034
10-Q2022-05-04fiscal Q1 202239790000722723-22-000011
10-K2022-02-28fiscal FY 2021491230000722723-22-000006
10-Q2021-11-08fiscal Q3 2021401130001628280-21-022220
10-Q2021-08-04fiscal Q2 2021401090001104659-21-100118
10-Q2021-05-05fiscal Q1 202139790001104659-21-061717
10-K2021-03-01fiscal FY 2020502180001104659-21-029987
10-Q2020-11-04fiscal Q3 2020431210001104659-20-121350
10-Q2020-08-05fiscal Q2 2020431190001104659-20-090850
10-Q2020-05-07fiscal Q1 202041850001104659-20-058107
10-K2020-03-11fiscal FY 2019502270001104659-20-031942
10-Q2019-11-07fiscal Q3 2019461400001104659-19-061125
10-Q2019-08-07fiscal Q2 2019461360001104659-19-044537
10-Q2019-05-08fiscal Q1 2019441020001104659-19-027814
10-K2019-03-14fiscal FY 2018482110001104659-19-014846
10-Q2018-11-08fiscal Q3 2018441200001104659-18-066978
10-Q2018-08-09fiscal Q2 2018441200001104659-18-050935
10-Q2018-06-14fiscal Q1 201843900001104659-18-040216
10-K2018-05-14fiscal FY 2017463690001104659-18-032926
10-K2018-01-19fiscal FY 2016463620001104659-18-003089
10-K2017-05-12fiscal FY 2014443880001104659-17-032012
10-Q2014-08-11fiscal Q2 2014411040001104659-14-059436
10-Q2014-05-09fiscal Q1 201440820001104659-14-037111
10-K2014-04-04fiscal FY 2013441130001047469-14-003425
10-Q2013-11-08fiscal Q3 2013421130001104659-13-082810
10-Q2013-08-07fiscal Q2 2013411040001104659-13-061078
10-Q2013-05-09fiscal Q1 201339820001104659-13-039692
10-Q/A2013-03-22fiscal Q1 201239810001104659-13-023713
10-K/A2013-03-19fiscal FY 2012431120001047469-13-003010
10-Q2012-11-02fiscal Q3 2012391020001104659-12-073748
10-Q2012-08-03fiscal Q2 2012391020001104659-12-054185
10-Q2012-05-04fiscal Q1 201239810001104659-12-033248
10-K2012-02-29fiscal FY 2011461190001047469-12-001903
10-Q2011-11-04fiscal Q3 201137940001104659-11-061087
10-Q2011-08-02fiscal Q2 201139980001104659-11-042569

Inspect the source

Entity
Hanger, Inc. / CIK 0000722723
Captured
SEC response SHA-256
2a345ae76ac124b6b0bc67cf8f51b45950e9dfa0888980441a2370378160d612

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