Skip to content

AlerisLife Inc.: filings

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

Filing record ends 2022-11-02

The latest filing in this captured record is a 10-Q filed 2022-11-02. No later filing is in the SEC companyfacts record captured on 2026-09-22. AlerisLife 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-11-02fiscal Q3 2022431240001159281-22-000092
10-Q2022-08-03fiscal Q2 2022431200001159281-22-000075
10-Q2022-05-03fiscal Q1 202242880001159281-22-000049
10-K2022-02-24fiscal FY 202147960001159281-22-000026
10-Q2021-11-03fiscal Q3 2021431280001159281-21-000094
10-Q/A2021-08-05fiscal Q2 2021421180001159281-21-000067
10-Q2021-08-04fiscal Q2 2021421180001159281-21-000063
10-Q2021-05-05fiscal Q1 202139830001159281-21-000039
10-K2021-02-25fiscal FY 202040810001159281-21-000019
10-Q2020-11-05fiscal Q3 2020401200001159281-20-000056
10-Q2020-08-06fiscal Q2 2020411180001159281-20-000046
10-Q2020-05-07fiscal Q1 202037790001159281-20-000033
10-K2020-03-02fiscal FY 201940810001159281-20-000016
10-Q2019-11-06fiscal Q3 201934990001159281-19-000038
10-Q2019-08-07fiscal Q2 2019351030001159281-19-000028
10-Q2019-05-08fiscal Q1 201932670001159281-19-000017
10-K2019-03-06fiscal FY 201836980001159281-19-000009
10-Q2018-11-14fiscal Q3 201830810001159281-18-000034
10-Q2018-08-09fiscal Q2 201830810001159281-18-000025
10-Q2018-05-15fiscal Q1 201830630001159281-18-000017
10-K2018-03-21fiscal FY 201735950001159281-18-000007
10-Q2017-11-09fiscal Q3 201729780001159281-17-000040
10-Q2017-08-02fiscal Q2 201729780001159281-17-000029
10-Q2017-05-05fiscal Q1 201729600001159281-17-000020
10-K2017-03-03fiscal FY 2016351150001159281-17-000010
10-Q2016-11-03fiscal Q3 201630820001159281-16-000020
10-Q2016-08-04fiscal Q2 201630820001558370-16-007438
10-Q2016-05-04fiscal Q1 201630620001558370-16-005289
10-K2016-03-02fiscal FY 2015391370001558370-16-003783
10-Q2015-11-06fiscal Q3 201530820001558370-15-002414
10-Q2015-08-10fiscal Q2 201531850001558370-15-001568
10-Q2015-05-11fiscal Q1 201534710001558370-15-000883
10-K2015-03-16fiscal FY 2014431530001558370-15-000369
10-Q2014-12-17fiscal Q3 201433900001558370-14-000473
10-Q2014-12-17fiscal Q2 201434930001558370-14-000471
10-Q2014-12-17fiscal Q1 201433680001558370-14-000469
10-K2014-09-17fiscal FY 2013422060001047469-14-007708
10-Q2014-04-16fiscal Q3 2013391060001104659-14-027934
10-Q/A2014-04-16fiscal Q2 2013391080001104659-14-027933
10-Q/A2014-04-16fiscal Q1 201339800001104659-14-027932
10-K/A2014-04-16fiscal FY 2012452720001104659-14-027931
10-Q2013-07-31fiscal Q2 2013391060001104659-13-058278
10-Q2013-05-01fiscal Q1 201337760001104659-13-035920
10-K2013-02-19fiscal FY 2012441560001047469-13-001251
10-Q2012-10-30fiscal Q3 2012391030001104659-12-072323
10-Q2012-08-01fiscal Q2 2012381010001104659-12-053174
10-Q2012-05-01fiscal Q1 201235720001104659-12-031120
10-K2012-02-17fiscal FY 201135940001047469-12-001151
10-Q2011-10-28fiscal Q3 201134910001104659-11-058661
10-Q2011-07-28fiscal Q2 201134910001104659-11-041413

Inspect the source

Entity
AlerisLife Inc. / CIK 0001159281
Captured
SEC response SHA-256
5e5fbbab61b6b8cba5babea78bf576b9ab201bb7301fb002861f95d2ac5920eb

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