Skip to content

ENTERPRISE DIVERSIFIED, INC.: filings

Every ENTERPRISE DIVERSIFIED, 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-05-13

The latest filing in this captured record is a 10-Q filed 2022-05-13. No later filing is in the SEC companyfacts record captured on 2026-09-22. ENTERPRISE DIVERSIFIED, 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-05-13fiscal Q1 202238750001437749-22-012371
10-K2022-03-28fiscal FY 202139790001437749-22-007399
10-Q2021-11-12fiscal Q3 2021381160001437749-21-026458
10-Q2021-08-13fiscal Q2 2021401170001437749-21-019874
10-Q2021-05-14fiscal Q1 202137770001437749-21-012327
10-K2021-03-29fiscal FY 202041800001437749-21-007466
10-Q2020-11-13fiscal Q3 2020391130001437749-20-023825
10-Q2020-08-07fiscal Q2 2020391100001437749-20-017071
10-Q2020-05-08fiscal Q1 202042850001437749-20-010084
10-K2020-03-30fiscal FY 201946860001437749-20-006531
10-Q2019-11-08fiscal Q3 2019451210001437749-19-022167
10-Q2019-08-12fiscal Q2 2019441190001437749-19-016385
10-Q2019-05-10fiscal Q1 201946900001437749-19-009486
10-K2019-04-01fiscal FY 201846910001437749-19-006241
10-Q2018-11-14fiscal Q3 2018421120001437749-18-020863
10-Q2018-08-10fiscal Q2 2018391090001564590-18-021273
10-Q2018-05-11fiscal Q1 201837790001564590-18-013215
10-K2018-03-30fiscal FY 201733660001564590-18-007238
10-Q2017-11-09fiscal Q3 201734920001564590-17-023220
10-Q2017-08-07fiscal Q2 201734910001564590-17-016023
10-Q2017-05-15fiscal Q1 201734710001564590-17-011051
10-K2017-03-24fiscal FY 201630580000721748-17-000183
10-Q2016-11-14fiscal Q3 201630700000721748-16-001776
10-Q2016-09-09fiscal Q2 201630740000721748-16-001654
10-Q2016-08-08fiscal Q1 201625500000721748-16-001511
10-K2016-07-18fiscal FY 201530590000721748-16-001455
10-Q2015-11-16fiscal Q3 201526680000721748-15-000849
10-Q2015-08-14fiscal Q2 201524660000721748-15-000645
10-Q2015-05-15fiscal Q1 201523470000721748-15-000361
10-K2015-04-01fiscal FY 201430610000721748-15-000203
10-Q2014-11-20fiscal Q2 201425680000721748-14-001194
10-Q2014-11-20fiscal Q1 201425480000721748-14-001192
10-K2014-11-20fiscal FY 201332660000721748-14-001190
10-Q2014-11-14fiscal Q3 201425670000721748-14-001135
10-Q2014-08-14fiscal Q2 201425680000721748-14-000832
10-Q2014-05-15fiscal Q1 201425480000721748-14-000471
10-K2014-04-15fiscal FY 201332660000721748-14-000360
10-Q2013-11-14fiscal Q3 201333910000721748-13-000803
10-Q2013-08-14fiscal Q2 201333900000721748-13-000490
10-Q2013-05-15fiscal Q1 201332650000721748-13-000148
10-Q/A2013-04-19fiscal Q3 201234920000721748-13-000082
10-Q/A2013-04-19fiscal Q2 201233890000721748-13-000080
10-Q/A2013-04-19fiscal Q1 201232650000721748-13-000078
10-K2013-04-16fiscal FY 201239780000721748-13-000076
10-Q/A2012-11-20fiscal Q3 201235910001144204-12-064207
10-Q2012-08-14fiscal Q2 201236920001144204-12-045271
10-Q2012-05-14fiscal Q1 201232650001144204-12-028739
10-K2012-03-30fiscal FY 201133670001144204-12-018973
10-Q2011-11-14fiscal Q3 201132800001144204-11-063964
10-Q2011-07-28fiscal Q2 201132810001144204-11-042661

Inspect the source

Entity
ENTERPRISE DIVERSIFIED, INC. / CIK 0001096934
Captured
SEC response SHA-256
f9a0f3fa50a51e16680b46ec2fb2891894e2e5dd1f612c50246224017a8e2167

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