Skip to content

ITEM 9 LABS CORP.: filings

Every ITEM 9 LABS CORP. annual and quarterly report in the SEC record with the published financial measures it tagged, 40 filings, each linked to its SEC index.

Filing record ends 2023-08-21

The latest filing in this captured record is a 10-Q filed 2023-08-21. No later filing is in the SEC companyfacts record captured on 2026-09-22. ITEM 9 LABS CORP. 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-Q2023-08-21fiscal Q3 2023441240001554795-23-000272
10-Q2023-05-22fiscal Q2 2023441210001554795-23-000186
10-Q2023-02-14fiscal Q1 202344910001554795-23-000037
10-K2023-01-13fiscal FY 202247940001554795-23-000012
10-Q2022-08-15fiscal Q3 2022421220001554795-22-000307
10-Q2022-05-16fiscal Q2 2022431180001554795-22-000191
10-Q2022-02-14fiscal Q1 202238800001554795-22-000054
10-K2022-01-13fiscal FY 202142850001554795-22-000016
10-Q2021-08-16fiscal Q3 2021391070001554795-21-000304
10-Q2021-05-17fiscal Q2 2021401130001554795-21-000192
10-Q2021-02-16fiscal Q1 202136770001554795-21-000036
10-K2021-01-12fiscal FY 202038750001554795-21-000008
10-Q2020-08-14fiscal Q3 2020381040001554795-20-000214
10-Q2020-05-15fiscal Q2 202037970001554795-20-000138
10-Q2020-02-19fiscal Q1 201936730001554795-20-000047
10-K2020-01-14fiscal FY 201936700001554795-20-000013
10-Q2019-08-16fiscal Q3 2019371000001554795-19-000262
10-Q2016-08-19fiscal Q3 201629730001554795-16-000822
10-Q2016-05-16fiscal Q2 201629730001554795-16-000688
10-Q2016-03-28fiscal Q1 201629570001554795-16-000592
10-K2016-03-04fiscal FY 201537760001554795-16-000564
10-Q2015-08-12fiscal Q3 201531770001554795-15-000315
10-Q2015-05-19fiscal Q2 201531770001554795-15-000229
10-Q2015-02-20fiscal Q1 201530590001554795-15-000071
10-K2015-01-09fiscal FY 201440820001554795-15-000010
10-Q2014-08-14fiscal Q3 201432760001554795-14-000503
10-Q2014-05-15fiscal Q2 201431740001554795-14-000381
10-Q2014-02-14fiscal Q1 201430570001554795-14-000110
10-K2014-01-13fiscal FY 201334690001554795-14-000012
10-Q2013-08-14fiscal Q3 201330750001554795-13-000476
10-Q2013-05-15fiscal Q2 201330760001554795-13-000300
10-K2013-01-15fiscal FY 201236710001554795-13-000029
10-Q/A2012-10-25fiscal Q2 201232780001554795-12-000109
10-Q/A2012-10-25fiscal Q2 201232780001554795-12-000105
10-Q/A2012-10-25fiscal Q1 201237720001554795-12-000101
10-Q2012-09-14fiscal Q2 201233810001554795-12-000057
10-Q/A2012-09-13fiscal Q1 201233600001554795-12-000051
10-Q2012-05-21fiscal Q1 201233660001108078-12-000205
10-K2012-03-14fiscal FY 201113290001108078-12-000095
10-Q2011-10-31fiscal Q3 201112340001144204-11-060324

Inspect the source

Entity
ITEM 9 LABS CORP. / CIK 0001500123
Captured
SEC response SHA-256
5c2c88e861567a0b08d739ab4bfa05bd27dd0885e985cd13e52cede39b8df30d

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