Skip to content

KINETIC GROUP INC.: filings

Every KINETIC GROUP INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 32 filings, each linked to its SEC index.

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-K2025-08-27fiscal FY 202427550001477932-25-006306
10-Q/A2024-10-10fiscal Q3 202426790001477932-24-006329
10-Q/A2024-10-10fiscal Q2 202426750001477932-24-006313
10-Q2024-08-14fiscal Q3 202426790001477932-24-004809
10-Q2024-05-13fiscal Q2 202426750001477932-24-002752
10-Q2024-02-12fiscal Q1 202425550001477932-24-000651
10-K2023-11-16fiscal FY 202327530001477932-23-008560
10-Q2023-08-07fiscal Q3 202323730001477932-23-005779
10-Q2023-05-15fiscal Q2 202325720001477932-23-003444
10-Q2023-02-13fiscal Q1 202324500001477932-23-000921
10-K2022-11-14fiscal FY 202226540001477932-22-008397
10-Q2022-08-12fiscal Q3 202226750001477932-22-005898
10-Q2022-05-16fiscal Q2 202213260001493152-22-013625
10-Q2022-02-14fiscal Q1 202210130001493152-22-004284
10-K2021-11-09fiscal FY 20219150001493152-21-027604
10-Q2021-09-27fiscal Q3 202110220001493152-21-023879
10-Q2021-09-27fiscal Q2 202110200001493152-21-023812
10-Q2021-09-27fiscal Q1 202111170001493152-21-023811
10-K2021-09-27fiscal FY 202018270001493152-21-023809
10-Q2021-09-27fiscal Q3 202017520001493152-21-023808
10-Q2021-09-27fiscal Q2 202016460001493152-21-023807
10-Q2021-09-27fiscal Q1 202016310001493152-21-023806
10-K2019-12-30fiscal FY 201920380001493152-19-019834
10-Q2019-05-14fiscal Q2 201822650001696195-19-000007
10-Q2019-02-06fiscal Q1 201822440001696195-19-000003
10-K2018-11-15fiscal FY 201723510001696195-18-000018
10-Q2018-08-09fiscal Q3 201723580001696195-18-000012
10-Q2018-05-01fiscal Q2 201723580001696195-18-000010
10-Q2018-02-09fiscal Q1 201723460001696195-18-000002
10-K2017-12-20fiscal FY 201723490001696195-17-000013
10-Q2017-08-10fiscal Q3 201623580001696195-17-000011
10-Q2017-05-08fiscal Q2 201619520001696195-17-000008

Inspect the source

Entity
KINETIC GROUP INC. / CIK 0001696195
Captured
2026-09-21T17:24:27.716Z
SEC response SHA-256
e92363423f2d749226fb87fb361f439f47a1cc637467e59b07a13c22bbe1b375

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