Skip to content

LIFE ON EARTH, INC.: filings

Every LIFE ON EARTH, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 37 filings, each linked to its SEC index.

Filing record ends 2022-04-19

The latest filing in this captured record is a 10-Q filed 2022-04-19. No later filing is in the SEC companyfacts record captured on 2026-09-23. LIFE ON EARTH, 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-04-19fiscal Q3 202118430001017386-22-000166
10-Q2022-01-14fiscal Q2 202226630001017386-22-000026
10-Q2021-10-15fiscal Q1 202224450001017386-21-000454
10-K2021-09-03fiscal FY 202125440001017386-21-000392
10-Q2021-04-14fiscal Q3 202121540001017386-21-000108
10-Q/A2021-02-12fiscal Q2 202121540001017386-21-000040
10-Q2021-01-14fiscal Q2 202121540001017386-21-000009
10-Q2020-10-15fiscal Q1 202124450001017386-20-000424
10-K2020-08-31fiscal FY 202028510001017386-20-000330
10-Q2020-05-27fiscal Q3 202029750001017386-20-000161
10-Q2020-03-09fiscal Q2 201929760001017386-20-000062
10-Q2019-10-18fiscal Q1 202028600001477932-19-005952
10-K2019-09-20fiscal FY 201931630001017386-19-000258
10-Q2019-06-14fiscal Q3 201931860001017386-19-000165
10-Q/A2019-06-04fiscal Q2 201931760001017386-19-000145
10-Q/A2019-06-04fiscal Q1 201930600001017386-19-000144
10-K/A2019-05-30fiscal FY 201833680001017386-19-000137
10-Q2019-01-15fiscal Q2 201930750001017386-19-000016
10-Q2018-10-22fiscal Q1 201929590001017386-18-000298
10-K2018-09-07fiscal FY 201831650001017386-18-000226
10-Q2018-04-16fiscal Q3 201829680001017386-18-000086
10-Q2018-01-16fiscal Q2 201827620001017386-18-000004
10-Q2017-10-16fiscal Q1 201828550001017386-17-000222
10-K2017-09-01fiscal FY 201729540001017386-17-000194
10-Q2017-04-18fiscal Q3 201728600001477932-17-001808
10-Q2017-01-18fiscal Q2 201631680001017386-17-000008
10-Q2016-10-17fiscal Q1 201630610001477932-16-012991
10-K2016-09-02fiscal FY 201623460001017386-16-000525
10-Q2016-04-14fiscal Q3 201622560001017386-16-000406
10-Q2016-01-14fiscal Q2 201622560001017386-16-000341
10-Q2015-10-15fiscal Q1 201621440001017386-15-000272
10-K2015-08-31fiscal FY 201521440001017386-15-000236
10-Q2015-04-14fiscal Q3 201520630001017386-15-000083
10-Q2015-01-14fiscal Q2 201521680001178924-15-000002
10-Q2014-10-14fiscal Q1 201519500001178924-14-000095
10-K2014-09-10fiscal FY 201419420001178924-14-000086
10-Q2014-04-21fiscal Q3 201417370001178924-14-000038

Inspect the source

Entity
LIFE ON EARTH, INC. / CIK 0001579010
Captured
SEC response SHA-256
2c8a4c9bd3497a48eb5399b22db4052e67679c19f412976730891d0ef5ca26de

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