Skip to content

INNOVATION1 BIOTECH INC.: filings

Every INNOVATION1 BIOTECH INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 36 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-Q2025-05-06fiscal Q2 202432930001753926-25-000753
10-Q2025-01-27fiscal Q1 202332670001753926-25-000149
10-K2024-01-17fiscal FY 202339930001477932-24-000223
10-Q2023-09-13fiscal Q3 2023371110001477932-23-006845
10-Q2023-05-30fiscal Q2 2023341010001477932-23-004071
10-Q2023-01-17fiscal Q1 202332680001477932-23-000341
10-K2022-12-15fiscal FY 202236860001477932-22-009309
10-Q2022-07-14fiscal Q3 2022341070001477932-22-005101
10-Q2022-04-15fiscal Q2 2022361060001477932-22-002348
10-Q/A2022-02-01fiscal Q1 202235730001477932-22-000537
10-Q/A2022-01-20fiscal Q1 202234710001477932-22-000383
10-K2021-12-10fiscal FY 202130620001477932-21-009127
10-Q2021-07-13fiscal Q3 202128830001477932-21-004575
10-Q2021-04-14fiscal Q2 202129870001477932-21-002300
10-Q2021-01-13fiscal Q1 202130640001477932-21-000228
10-K2020-12-15fiscal FY 202031630001477932-20-007273
10-Q2020-07-20fiscal Q3 202028790001477932-20-004090
10-Q2020-04-20fiscal Q2 202028760001477932-20-002085
10-Q2020-01-21fiscal Q1 202028540001477932-20-000294
10-K2019-12-17fiscal FY 201931610001477932-19-007157
10-Q2019-07-18fiscal Q3 201931870001477932-19-004162
10-Q2019-04-15fiscal Q2 201929770001477932-19-001750
10-Q2019-01-18fiscal Q1 201928520001477932-19-000210
10-K2018-12-14fiscal FY 201829400001477932-18-005998
10-Q2018-07-23fiscal Q3 201827420001477932-18-003612
10-Q2018-04-23fiscal Q2 201827420001477932-18-001991
10-Q2018-01-22fiscal Q1 201820260001477932-18-000403
10-K/A2018-01-19fiscal FY 201714340001477932-18-000364
10-K2017-12-15fiscal FY 201714340001477932-17-006105
10-Q2017-07-24fiscal Q3 201714330001477932-17-003482
10-Q2017-04-14fiscal Q2 201712300001477932-17-001715
10-Q2017-01-17fiscal Q1 201713270001477932-17-000297
10-K2016-12-06fiscal FY 201614280001477932-16-013939
10-Q2016-10-07fiscal Q3 201614320001477932-16-012856
10-Q2016-09-26fiscal Q2 201613290001477932-16-012665
10-Q2016-02-12fiscal Q1 201614250001477932-16-008549

Inspect the source

Entity
INNOVATION1 BIOTECH INC. / CIK 0001629205
Captured
2026-09-21T17:21:04.610Z
SEC response SHA-256
c5f3acfa863971b33b185130c620366a2f45cfd805cf4850d8be9be21b48d8fb

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