Skip to content

Genesis Healthcare, Inc.: filings

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

Filing record ends 2021-03-16

The latest filing in this captured record is a 10-K filed 2021-03-16. No later filing is in the SEC companyfacts record captured on 2026-09-22. Genesis Healthcare, 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-K2021-03-16fiscal FY 2020501010001558370-21-003091
10-Q2020-11-09fiscal Q3 2020461280001558370-20-013406
10-Q2020-08-10fiscal Q2 2020451230001558370-20-010233
10-Q2020-05-27fiscal Q1 202045920001558370-20-006994
10-K2020-03-16fiscal FY 201949990001558370-20-002774
10-Q2019-11-08fiscal Q3 2019451200001558370-19-010549
10-Q2019-08-09fiscal Q2 2019411020001558370-19-007845
10-Q2019-05-10fiscal Q1 201941830001558370-19-004822
10-K2019-03-18fiscal FY 201842860001558370-19-002231
10-Q2018-11-09fiscal Q3 201838960001558370-18-009125
10-Q2018-08-09fiscal Q2 201838960001558370-18-006900
10-Q2018-05-10fiscal Q1 201838780001558370-18-004682
10-K2018-03-16fiscal FY 2017451420001558370-18-002205
10-Q2017-11-08fiscal Q3 201737920001558370-17-008558
10-Q2017-08-09fiscal Q2 201735860001558370-17-006380
10-Q2017-05-09fiscal Q1 201735720001558370-17-003924
10-K2017-03-06fiscal FY 2016431370001558370-17-001363
10-Q2016-11-04fiscal Q3 201635860001558370-16-009312
10-Q2016-08-05fiscal Q2 201635860001558370-16-007494
10-Q2016-05-10fiscal Q1 201635720001558370-16-005789
10-K2016-03-14fiscal FY 2015411290001558370-16-004101
10-Q2015-11-06fiscal Q3 201538950001558370-15-002404
10-Q2015-08-10fiscal Q2 201538950001558370-15-001587
10-Q2015-05-08fiscal Q1 201537760001104659-15-036326
10-K2015-02-20fiscal FY 2014451820001351051-15-000014
10-Q2014-11-03fiscal Q3 2014421120001351051-14-000040
10-Q2014-08-11fiscal Q2 2014411080001351051-14-000031
10-Q2014-05-05fiscal Q1 201440820001351051-14-000021
10-K2014-02-10fiscal FY 2013451750001351051-14-000008
10-Q2013-11-04fiscal Q3 2013411120001351051-13-000050
10-Q2013-08-06fiscal Q2 2013411120001351051-13-000039
10-Q2013-05-06fiscal Q1 201341840001351051-13-000018
10-K2013-02-11fiscal FY 2012441730001351051-13-000009
10-Q2012-11-05fiscal Q3 2012411290001351051-12-000026
10-Q2012-08-08fiscal Q2 2012411120001351051-12-000019
10-Q2012-05-02fiscal Q1 201236740001351051-12-000013
10-K2012-02-13fiscal FY 201136960001351051-12-000003
10-Q2011-11-01fiscal Q3 201137980001351051-11-000054
10-Q2011-08-01fiscal Q2 201136960001351051-11-000038

Inspect the source

Entity
Genesis Healthcare, Inc. / CIK 0001351051
Captured
SEC response SHA-256
6ccb475ecd07a83226253e280fce84767dfbad47e2e840bd965367035756ee98

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