Skip to content

LIFEPOINT HEALTH, INC.: filings

Every LIFEPOINT HEALTH, 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 2018-10-26

The latest filing in this captured record is a 10-Q filed 2018-10-26. No later filing is in the SEC companyfacts record captured on 2026-09-22. LIFEPOINT HEALTH, 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-Q2018-10-26fiscal Q3 2018391170001301611-18-000017
10-Q2018-07-27fiscal Q2 2018391180001301611-18-000014
10-Q2018-05-04fiscal Q1 201839800001301611-18-000008
10-K2018-02-23fiscal FY 2017451490001301611-18-000005
10-Q2017-10-27fiscal Q3 2017381160001301611-17-000015
10-Q2017-08-01fiscal Q2 2017341000001301611-17-000011
10-Q2017-04-28fiscal Q1 201734700001301611-17-000007
10-K2017-02-17fiscal FY 2016431410001301611-17-000004
10-Q2016-10-28fiscal Q3 2016341000001301611-16-000025
10-Q2016-07-29fiscal Q2 201634990001301611-16-000022
10-Q2016-04-29fiscal Q1 201634700001301611-16-000017
10-K2016-02-12fiscal FY 2015441450001301611-16-000015
10-Q2015-10-30fiscal Q3 2015341000001301611-15-000012
10-Q2015-07-31fiscal Q2 201534990001301611-15-000009
10-Q2015-05-01fiscal Q1 201537760001301611-15-000002
10-K2015-02-12fiscal FY 2014441380001144204-15-008393
10-Q2014-10-24fiscal Q3 2014381160001301611-14-000012
10-Q2014-07-25fiscal Q2 2014381160001301611-14-000007
10-Q2014-04-25fiscal Q1 201438790001301611-14-000003
10-K2014-02-14fiscal FY 2013451490001144204-14-010035
10-Q2013-10-25fiscal Q3 2013391220001301611-13-000009
10-Q2013-07-26fiscal Q2 2013391220001301611-13-000007
10-Q/A2013-04-30fiscal Q1 201339800001144204-13-024816
10-Q2013-04-26fiscal Q1 201339800001301611-13-000002
10-K2013-02-15fiscal FY 2012451480001144204-13-009737
10-Q2012-10-26fiscal Q3 2012401260001144204-12-058062
10-Q2012-07-27fiscal Q2 2012391240001144204-12-041468
10-Q2012-04-27fiscal Q1 201239800001144204-12-024437
10-K2012-02-17fiscal FY 2011431450001144204-12-009833
10-Q2011-10-28fiscal Q3 2011401230001144204-11-060090
10-Q2011-07-29fiscal Q2 2011401240001144204-11-042898
10-Q2011-04-29fiscal Q1 201137760001144204-11-025073
10-K2011-02-18fiscal FY 201036930001144204-11-009873
10-Q2010-10-29fiscal Q3 2010371140001144204-10-056393
10-Q2010-08-02fiscal Q2 2010371140001144204-10-040709

Inspect the source

Entity
LIFEPOINT HEALTH, INC. / CIK 0001301611
Captured
SEC response SHA-256
e3d7a6f864f0282c701a23b2ca87e412fdba1df499c5cf2d2dc3b4264ff18a97

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