Skip to content

FORZA INNOVATIONS, INC.: filings

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

Filing record ends 2024-04-29

The latest filing in this captured record is a 10-Q filed 2024-04-29. No later filing is in the SEC companyfacts record captured on 2026-09-22. FORZA INNOVATIONS, 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-Q2024-04-29fiscal Q2 2024351000001607062-24-000146
10-Q2024-02-13fiscal Q1 202432630001607062-24-000061
10-K2024-01-17fiscal FY 202334670001607062-24-000030
10-Q2023-05-22fiscal Q3 202330830001607062-23-000291
10-Q2023-02-17fiscal Q2 202329740001607062-23-000102
10-Q2022-11-16fiscal Q1 202330560001607062-22-000706
10-K2022-10-13fiscal FY 202236730001607062-22-000621
10-Q2022-05-23fiscal Q3 202232840001607062-22-000384
10-Q/A2022-04-06fiscal Q2 202231760001607062-22-000247
10-Q2022-02-22fiscal Q2 202231760001607062-22-000144
10-Q2021-11-15fiscal Q1 202232630001607062-21-000535
10-K2021-10-12fiscal FY 202129590001607062-21-000399
10-Q/A2021-09-16fiscal Q3 202127760001607062-21-000335
10-Q2021-06-08fiscal Q3 202126740001607062-21-000151
10-Q2021-06-02fiscal Q2 202133940001607062-21-000148
10-Q2021-06-02fiscal Q1 202131660001607062-21-000147
10-K2021-05-04fiscal FY 202032660001607062-21-000111
10-Q2020-05-15fiscal Q3 202029840001607062-20-000128
10-Q2020-02-14fiscal Q2 202029820001607062-20-000042
10-Q2019-11-14fiscal Q1 202030620001607062-19-000451
10-K2019-10-15fiscal FY 201832630001607062-19-000393
10-Q2019-05-13fiscal Q3 201830830001607062-19-000207
10-Q2019-02-08fiscal Q2 201830750001607062-19-000057
10-Q2019-01-23fiscal Q1 201828540001607062-19-000032
10-K2018-12-28fiscal FY 201731560001607062-18-000497
10-Q2018-05-02fiscal Q3 201732690001607062-18-000146
10-Q2018-01-30fiscal Q2 201727640001607062-18-000040
10-Q2017-10-23fiscal Q1 201724480001607062-17-000343
10-K2017-09-20fiscal FY 201723440001607062-17-000294
10-Q2017-05-05fiscal Q3 201723480001607062-17-000187
10-Q2017-02-09fiscal Q2 201623480001607062-17-000054

Inspect the source

Entity
FORZA INNOVATIONS, INC. / CIK 0001683131
Captured
SEC response SHA-256
83dad3e2d1d98278f83f494875d231f76bebc65d77c882135da88988192700df

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