Skip to content

CEN BIOTECH, INC.: filings

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

Filing record ends 2022-11-14

The latest filing in this captured record is a 10-Q filed 2022-11-14. No later filing is in the SEC companyfacts record captured on 2026-09-22. CEN BIOTECH, 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-Q2022-11-14fiscal Q3 2022461080001437749-22-027170
10-Q2022-08-22fiscal Q2 2022441070001437749-22-021119
10-Q2022-05-20fiscal Q1 202244940001437749-22-013244
10-K2022-04-14fiscal FY 202149950001437749-22-008982
10-Q2021-11-19fiscal Q3 202139980001437749-21-027166
10-Q2021-08-12fiscal Q2 202127690001437749-21-019742
10-Q2021-05-12fiscal Q1 202123460001437749-21-011851
10-K2021-03-12fiscal FY 202034650001437749-21-005883
10-Q2020-11-06fiscal Q3 202028680001437749-20-022947
10-Q2020-07-31fiscal Q2 202027710001437749-20-016121
10-Q2020-06-12fiscal Q1 202025530001437749-20-012979
10-K2020-04-14fiscal FY 201929590001437749-20-007659
10-Q2019-11-18fiscal Q3 201927710001437749-19-023134
10-Q2019-08-19fiscal Q2 201927710001437749-19-017127
10-Q2019-05-20fiscal Q1 201927560001437749-19-010466
10-K2019-04-16fiscal FY 201827570001437749-19-007304
10-Q2018-11-13fiscal Q3 201826710001437749-18-020484
10-Q2018-08-14fiscal Q2 201826720001437749-18-015574
10-Q2018-05-21fiscal Q1 201821420001437749-18-010433
10-K2018-04-16fiscal FY 201728560001437749-18-006949
10-Q2017-11-20fiscal Q3 201723570001437749-17-019619
10-Q2017-08-21fiscal Q2 201719500001437749-17-015121
10-Q2017-05-22fiscal Q1 201720410001437749-17-009736
10-K2017-04-13fiscal FY 201624450001437749-17-006551
10-Q2016-11-14fiscal Q3 201622500001437749-16-041803
10-Q2016-08-15fiscal Q2 201621500001437749-16-037511
10-Q2016-05-16fiscal Q1 201616330001437749-16-031950
10-K2016-04-14fiscal FY 201518330001437749-16-029516

Inspect the source

Entity
CEN BIOTECH, INC. / CIK 0001653821
Captured
SEC response SHA-256
097c84c6c785c728d94a8aab95d5185c6c0595b9a921b7610327e115a19292be

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