Skip to content

CANNAGISTICS, INC.: filings

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

Filing record ends 2022-08-04

The latest filing in this captured record is a 10-Q filed 2022-08-04. No later filing is in the SEC companyfacts record captured on 2026-09-22. CANNAGISTICS, 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-08-04fiscal Q3 202219580001663577-22-000430
10-Q2022-03-22fiscal Q2 202218520001663577-22-000157
10-K/A2022-02-22fiscal FY 202119360001663577-22-000107
10-K/A2022-01-28fiscal FY 202119360001663577-22-000067
10-Q2021-12-20fiscal Q1 202218390001663577-21-000694
10-K2021-11-04fiscal FY 202120390001663577-21-000582
10-Q2021-06-21fiscal Q3 202118500001663577-21-000307
10-Q2021-03-22fiscal Q2 202118510001663577-21-000139
10-Q/A2021-02-17fiscal Q1 202118390001663577-21-000078
10-K/A2021-02-10fiscal FY 202023440001663577-21-000049
10-K/A2021-01-22fiscal FY 202023440001663577-21-000032
10-Q/A2020-12-18fiscal Q1 202118390001663577-20-000504
10-K2020-11-17fiscal FY 202023440001663577-20-000425
10-Q/A2020-07-21fiscal Q3 202023590001663577-20-000225
10-Q/A2020-07-10fiscal Q3 202023590001663577-20-000211
10-Q2020-06-15fiscal Q3 202023590001663577-20-000171
10-Q2020-03-16fiscal Q2 202022530001663577-20-000068
10-Q2020-02-18fiscal Q1 202026510001663577-20-000040
10-K2020-01-16fiscal FY 201928580001663577-20-000015
10-Q2019-06-17fiscal Q3 201926760001663577-19-000270
10-Q2019-03-28fiscal Q2 201923660001663577-19-000126
10-Q2019-03-27fiscal Q1 201924450001663577-19-000121
10-K2019-03-21fiscal FY 201826580001663577-19-000112
10-K2019-03-15fiscal Q4 201721390001663577-19-000105
10-Q2018-06-20fiscal Q3 201822600001663577-18-000284
10-Q2018-05-23fiscal Q2 201822590001663577-18-000250
10-Q2018-05-17fiscal Q1 201819370001663577-18-000238
10-K2018-03-30fiscal Q4 201721390001663577-18-000156
10-Q/A2017-07-24fiscal Q3 201720510001663577-17-000231
10-Q2017-07-06fiscal Q3 201720510001663577-17-000206
10-Q2017-05-23fiscal Q2 201620510001663577-17-000175
10-Q2017-05-08fiscal Q1 201620360001663577-17-000148
10-K2017-03-09fiscal Q4 201620370001663577-17-000057
10-Q2016-06-20fiscal Q3 201615340001663577-16-000184
10-Q2016-04-27fiscal Q2 201615360001663577-16-000121
10-Q2015-12-21fiscal Q1 201616280001213900-15-009635
10-K2015-11-13fiscal FY 201516310001213900-15-008582
10-Q2015-06-11fiscal Q3 201512310001213900-15-004386
10-Q2015-03-16fiscal Q2 201512310001213900-15-001790
10-Q2014-12-11fiscal Q1 201511190001213900-14-008867
10-K2014-10-29fiscal FY 201415260001213900-14-007551

Inspect the source

Entity
CANNAGISTICS, INC. / CIK 0001304741
Captured
SEC response SHA-256
90da292c2b1e27d6d3f2e81032e940fbcf078d4c0b9d266640366cfba4ee0ae8

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