Skip to content

KAIVAL BRANDS INNOVATIONS GROUP, INC.: filings

Every KAIVAL BRANDS INNOVATIONS GROUP, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 31 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-Q2026-09-14fiscal Q3 202631880001731122-26-001238
10-Q2026-06-16fiscal Q2 202634920001731122-26-000862
10-Q2026-03-13fiscal Q1 202633630001731122-26-000390
10-K2026-01-29fiscal FY 202541790001731122-26-000140
10-Q2025-09-16fiscal Q3 2025371010001731122-25-001266
10-Q2025-06-10fiscal Q2 2025391050001731122-25-000842
10-Q2025-03-17fiscal Q1 202539780001731122-25-000399
10-K2025-02-10fiscal FY 202447880001731122-25-000185
10-Q2024-09-20fiscal Q3 2024451280001731122-24-001456
10-Q2024-06-18fiscal Q2 2024431190001731122-24-000965
10-Q2024-03-25fiscal Q1 202443880001731122-24-000480
10-K2024-02-14fiscal FY 202344870001731122-24-000237
10-Q2023-09-19fiscal Q3 2023401190001731122-23-001714
10-Q2023-06-14fiscal Q2 202335860001731122-23-001128
10-Q2023-03-17fiscal Q1 202337710001731122-23-000408
10-K2023-01-30fiscal FY 202238750001731122-23-000093
10-Q2022-09-12fiscal Q3 202233920001731122-22-001542
10-Q2022-06-21fiscal Q2 202236920001731122-22-001099
10-Q2022-03-17fiscal Q1 202235740001731122-22-000468
10-K2022-02-16fiscal FY 202137710001731122-22-000257
10-Q2021-09-14fiscal Q3 202130860001731122-21-001509
10-Q2021-06-21fiscal Q2 202130810001731122-21-001071
10-Q2021-03-16fiscal Q1 202129520001731122-21-000392
10-K2021-02-12fiscal FY 202032520001731122-21-000225
10-Q2020-09-14fiscal Q3 202024620001731122-20-000946
10-Q2020-05-27fiscal Q2 202029820001731122-20-000584
10-Q2020-03-16fiscal Q1 202014260001599916-20-000042
10-K2020-01-27fiscal FY 201911220001599916-20-000015
10-Q2019-09-10fiscal Q3 201911210001599916-19-000140
10-Q2019-06-12fiscal Q2 201911240001731122-19-000326
10-Q2019-04-25fiscal Q1 201911190001731122-19-000214

Inspect the source

Entity
KAIVAL BRANDS INNOVATIONS GROUP, INC. / CIK 0001762239
Captured
2026-09-21T17:26:27.614Z
SEC response SHA-256
9abfe7f0c8b1d593126a7434c70d9fff9ee30593984b589b9ed58d4a4fde5f13

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