Skip to content

Life Clips, Inc.: filings

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

Filing record ends 2022-05-16

The latest filing in this captured record is a 10-Q filed 2022-05-16. No later filing is in the SEC companyfacts record captured on 2026-09-22. Life Clips, 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-16fiscal Q3 202239900001493152-22-013666
10-Q2022-03-04fiscal Q2 202234790001493152-22-006010
10-Q2021-11-24fiscal Q1 202235600001493152-21-029771
10-K2021-10-14fiscal FY 202124440001493152-21-025369
10-Q2021-05-17fiscal Q3 202118510001493152-21-011655
10-Q2021-02-22fiscal Q2 202118500001493152-21-004448
10-Q2021-02-05fiscal Q1 202118360001493152-21-002706
10-K2021-01-04fiscal FY 202019370001493152-21-000080
10-Q2020-12-16fiscal Q3 202018510001493152-20-023701
10-Q2020-12-16fiscal Q2 202018500001493152-20-023700
10-Q2020-12-16fiscal Q1 202018360001493152-20-023697
10-K2020-11-25fiscal FY 201921400001493152-20-022464
10-Q2020-08-21fiscal Q3 201922580001493152-20-016487
10-Q2020-08-21fiscal Q2 201922580001493152-20-016485
10-Q2020-08-21fiscal Q1 201921420001493152-20-016484
10-K2020-02-12fiscal FY 201826490001493152-20-002063
10-Q2018-08-13fiscal Q3 201829710001493152-18-011450
10-Q2018-08-13fiscal Q2 201829730001493152-18-011449
10-Q2018-08-13fiscal Q1 201829540001493152-18-011447
10-K2018-04-04fiscal FY 201731600001493152-18-004714
10-Q/A2017-09-13fiscal Q3 201730750001493152-17-010533
10-Q2017-05-19fiscal Q3 201730750001493152-17-005662
10-Q/A2017-03-14fiscal Q2 201731710001493152-17-002410
10-Q2017-03-13fiscal Q2 201731710001493152-17-002354
10-Q2016-11-29fiscal Q1 201728500001493152-16-015513
10-K/A2016-10-17fiscal FY 201620330001493152-16-014075
10-Q2016-05-16fiscal Q3 201628700001493152-16-009928
10-Q2016-02-22fiscal Q2 201629620001493152-16-007572
10-Q2015-11-12fiscal Q1 201619370001493152-15-005324
10-K2015-08-28fiscal FY 201521360001271008-15-000048
10-Q2015-05-06fiscal Q3 201519450001271008-15-000027
10-Q2015-02-17fiscal Q2 201419440001271008-15-000016
10-Q2015-02-11fiscal Q2 201419440001271008-15-000014

Inspect the source

Entity
Life Clips, Inc. / CIK 0001604930
Captured
SEC response SHA-256
2e20ffd3b7adfc919627d381aa204d97354479a08289cabde139a2adaccf2118

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