Skip to content

LHC Group, Inc.: filings

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

Filing record ends 2023-02-22

The latest filing in this captured record is a 10-K filed 2023-02-22. No later filing is in the SEC companyfacts record captured on 2026-09-22. LHC Group, 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-K2023-02-22fiscal FY 2022491280001303313-23-000020
10-Q2022-11-03fiscal Q3 2022431220001303313-22-000064
10-Q2022-08-04fiscal Q2 2022431200001303313-22-000060
10-Q2022-05-04fiscal Q1 202243900001303313-22-000049
10-K2022-02-24fiscal FY 2021501300001303313-22-000006
10-Q2021-11-04fiscal Q3 2021431220001303313-21-000072
10-Q2021-08-05fiscal Q2 2021421160001303313-21-000063
10-Q2021-05-06fiscal Q1 202142880001303313-21-000048
10-K2021-02-26fiscal FY 2020481800001303313-21-000009
10-Q2020-11-05fiscal Q3 2020431180001303313-20-000077
10-Q2020-08-06fiscal Q2 2020431160001303313-20-000062
10-Q2020-05-08fiscal Q1 202042880001303313-20-000046
10-K2020-02-27fiscal FY 2019471750001303313-20-000007
10-Q2019-11-07fiscal Q3 2019411120001303313-19-000085
10-Q2019-08-08fiscal Q2 2019381040001303313-19-000079
10-Q2019-05-09fiscal Q1 201937770001303313-19-000054
10-K2019-02-28fiscal FY 2018411620001303313-19-000016
10-Q2018-11-01fiscal Q3 201833900001303313-18-000078
10-Q2018-08-02fiscal Q2 201830830001303313-18-000059
10-Q2018-05-03fiscal Q1 201832650001303313-18-000033
10-K2018-03-01fiscal FY 2017411540001303313-18-000005
10-Q2017-11-06fiscal Q3 201732870001303313-17-000062
10-Q2017-08-03fiscal Q2 201732870001303313-17-000055
10-Q2017-05-04fiscal Q1 201732640001303313-17-000038
10-K2017-03-09fiscal FY 2016411540001303313-17-000030
10-Q2016-11-03fiscal Q3 201632870001303313-16-000048
10-Q2016-08-04fiscal Q2 201632870001303313-16-000044
10-Q2016-05-05fiscal Q1 201630600001303313-16-000041
10-K2016-03-03fiscal FY 2015401510001303313-16-000035
10-Q2015-11-05fiscal Q3 201532870001303313-15-000028
10-Q2015-08-06fiscal Q2 201532870001303313-15-000011
10-Q2015-05-07fiscal Q1 201530610001303313-15-000009
10-K2015-03-11fiscal FY 2014411540001303313-15-000005
10-Q2014-11-06fiscal Q3 201432870001303313-14-000003
10-Q2014-08-07fiscal Q2 201430790001193125-14-300790
10-Q2014-05-08fiscal Q1 201430600001193125-14-190106
10-K2014-03-06fiscal FY 2013411490001193125-14-086648
10-Q2013-11-07fiscal Q3 201335900001193125-13-432956
10-Q2013-08-08fiscal Q2 201335900001193125-13-326974
10-Q2013-05-09fiscal Q1 201332630001193125-13-211295
10-K2013-03-18fiscal FY 2012401520001193125-13-112605
10-Q2012-11-09fiscal Q3 201235920001193125-12-463326
10-Q2012-08-09fiscal Q2 201236940001193125-12-347563
10-Q2012-05-10fiscal Q1 201232640001193125-12-225468
10-K2012-03-15fiscal FY 201136940001193125-12-116859
10-Q2011-11-09fiscal Q3 201136950001193125-11-304580
10-Q2011-08-09fiscal Q2 201136950001193125-11-216309

Inspect the source

Entity
LHC Group, Inc. / CIK 0001303313
Captured
SEC response SHA-256
f9e57ab6159f38f7f73869158efb7e1c1232bd65cea0b63aec38f37ceacd061f

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