Skip to content

CANNABIS GLOBAL, INC.: filings

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

Filing record ends 2022-07-20

The latest filing in this captured record is a 10-Q filed 2022-07-20. No later filing is in the SEC companyfacts record captured on 2026-09-22. CANNABIS GLOBAL, 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-07-20fiscal Q3 2022421190001079973-22-000868
10-Q2022-04-19fiscal Q2 2022401120001079973-22-000453
10-Q2022-01-18fiscal Q1 202237780001079973-22-000076
10-K2021-12-14fiscal FY 202137760001079973-21-001237
10-Q2021-07-12fiscal Q3 2021371040001079973-21-000602
10-Q2021-04-19fiscal Q2 2021371000001079973-21-000292
10-Q/A2021-01-20fiscal Q1 202133700001079973-21-000019
10-Q2021-01-13fiscal Q1 202133700001079973-21-000009
10-K2020-10-27fiscal FY 202033700001079973-20-000894
10-Q2020-07-15fiscal Q3 202034970001079973-20-000595
10-Q2020-04-06fiscal Q2 2020371000001079974-20-000135
10-Q2020-01-14fiscal Q1 202035750001079974-20-000021
10-K2019-10-21fiscal FY 201931650001079974-19-000543
10-Q2019-07-02fiscal Q3 201918470001079974-19-000348
10-Q2019-04-02fiscal Q2 201918480001017386-19-000081
10-Q2019-01-11fiscal Q1 201918380001017386-19-000010
10-K2018-11-29fiscal FY 201818370001017386-18-000367
10-Q2018-07-20fiscal Q3 201818470001017386-18-000153
10-Q2018-04-09fiscal Q2 201818470001017386-18-000076
10-Q2018-03-02fiscal Q1 201818370001017386-18-000051
10-K2018-02-20fiscal FY 201717360001017386-18-000041
10-Q2018-02-16fiscal Q3 201717460001017386-18-000037
10-Q2018-02-16fiscal Q2 201716420001017386-18-000036
10-Q2018-02-16fiscal Q1 201717360001017386-18-000035
10-K2018-02-02fiscal FY 201617360001017386-18-000021
10-Q2018-01-26fiscal Q3 201617460001017386-18-000015
10-Q2018-01-26fiscal Q2 201617460001017386-18-000014
10-Q2018-01-26fiscal Q1 201617360001017386-18-000013
10-K2018-01-22fiscal FY 201518370001017386-18-000008
10-Q2015-06-25fiscal Q3 201520560001144204-15-038965
10-Q2015-04-14fiscal Q2 201520560001144204-15-022554
10-Q2015-01-14fiscal Q1 201519400001144204-15-002112
10-K2014-11-06fiscal FY 201421440001144204-14-065457
10-Q2014-07-15fiscal Q3 201420580001144204-14-042961
10-Q2014-04-14fiscal Q2 201421880001144204-14-022332
10-Q2014-01-10fiscal Q1 201421710001144204-14-001498
10-K2013-11-14fiscal FY 201322690001144204-13-061472
10-Q2013-07-11fiscal Q3 201321850001144204-13-039130
10-Q2013-04-12fiscal Q2 201321860001144204-13-021389
10-Q2013-01-08fiscal Q1 201321700001144204-13-001188
10-K2012-11-20fiscal FY 201221640001144204-12-064132
10-Q2012-07-16fiscal Q3 201219610001144204-12-039550
10-Q2012-04-16fiscal Q2 201219640001144204-12-021749
10-Q2012-01-12fiscal Q1 201220660001144204-12-002030

Inspect the source

Entity
CANNABIS GLOBAL, INC. / CIK 0001413488
Captured
SEC response SHA-256
5421e1255222da163d1bc1abe042ffaa6ecff1116ddcca6c9de347d317cfc660

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