Skip to content

Clearday, Inc.: filings

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

Filing record ends 2024-01-16

The latest filing in this captured record is a 10-Q filed 2024-01-16. No later filing is in the SEC companyfacts record captured on 2026-09-22. Clearday, 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-Q2024-01-16fiscal Q3 2023441160001493152-24-002270
10-Q/A2023-10-31fiscal Q1 202342850001493152-23-038868
10-Q2023-10-17fiscal Q2 2023411120001493152-23-037425
10-Q2023-07-18fiscal Q1 202339780001493152-23-024846
10-K2023-05-25fiscal FY 202240800001493152-23-019122
10-Q2022-11-21fiscal Q3 2022431140001493152-22-033130
10-Q2022-08-26fiscal Q2 2022451190001493152-22-024101
10-Q2022-05-24fiscal Q1 202243870001493152-22-014850
10-K/A2022-05-17fiscal FY 202143850001493152-22-014194
10-K2022-04-15fiscal FY 202141810001493152-22-010141
10-Q2021-11-19fiscal Q3 2021401050001493152-21-029422
10-Q2021-08-12fiscal Q2 202127610001493152-21-019532
10-Q2021-05-18fiscal Q1 202127520001493152-21-012128
10-K2021-03-31fiscal FY 202035790001493152-21-007519
10-Q2020-11-10fiscal Q3 202035790001193125-20-290287
10-Q2020-08-11fiscal Q2 202035780001193125-20-216273
10-Q2020-05-04fiscal Q1 202034740001193125-20-132383
10-K2020-03-30fiscal FY 201938930001193125-20-090986
10-Q2019-11-12fiscal Q3 201936880001193125-19-289982
10-Q2019-08-13fiscal Q2 201936850001193125-19-220054
10-Q2019-05-09fiscal Q1 201937730001193125-19-143061
10-K2019-03-29fiscal FY 201838930001193125-19-092656
10-Q2018-11-13fiscal Q3 201835820001193125-18-325480
10-Q2018-08-14fiscal Q2 201834790001193125-18-248453
10-Q2018-05-14fiscal Q1 201829590001193125-18-162800
10-K2018-03-23fiscal FY 201732780001193125-18-094362
10-Q2017-11-09fiscal Q3 201729670001193125-17-338752
10-Q2017-08-14fiscal Q2 201729690001193125-17-257346
10-Q2017-05-16fiscal Q1 201730620001193125-17-172083
10-K2017-03-30fiscal FY 201633810001193125-17-104089
10-Q2016-11-15fiscal Q3 201630740001193125-16-768124
10-Q2016-08-15fiscal Q2 201631750001193125-16-682008
10-Q2016-05-13fiscal Q1 201630600001193125-16-590384
10-K2016-03-30fiscal FY 201533980001193125-16-523719
10-Q2015-11-10fiscal Q3 201532780001193125-15-373599
10-Q2015-08-11fiscal Q2 201532760001193125-15-286535
10-Q2015-05-12fiscal Q1 201532650001193125-15-183978
10-K2015-03-12fiscal FY 2014361030001193125-15-088511
10-Q2014-11-12fiscal Q3 201437870001193125-14-409283
10-Q2014-08-12fiscal Q2 201436870001193125-14-306662
10-Q2014-05-09fiscal Q1 201435720001193125-14-192412
10-K2014-03-28fiscal FY 2013391150001193125-14-121422
10-Q2013-11-12fiscal Q3 201336880001193125-13-438261
10-Q2013-08-13fiscal Q2 201336890001193125-13-332793
10-Q2013-05-10fiscal Q1 201336720001193125-13-214100
10-K/A2013-04-04fiscal FY 2012371110001193125-13-140745
10-Q2012-11-13fiscal Q3 201237910001193125-12-467419
10-Q2012-08-14fiscal Q2 201237910001193125-12-355868
10-Q2012-05-09fiscal Q1 201232650001193125-12-221608
10-K2012-03-30fiscal FY 201133840001193125-12-142978
10-Q2011-11-04fiscal Q3 201132760000950123-11-095361
10-Q2011-08-10fiscal Q2 201132770000950123-11-075370

Inspect the source

Entity
Clearday, Inc. / CIK 0000895665
Captured
SEC response SHA-256
2084bb77807c7d8c615b567970acadf65e530f3ffaded236378d88ab831f6234

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