Skip to content

KUSHCO HOLDINGS, INC.: filings

Every KUSHCO HOLDINGS, 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 2021-07-09

The latest filing in this captured record is a 10-Q filed 2021-07-09. No later filing is in the SEC companyfacts record captured on 2026-09-22. KUSHCO HOLDINGS, 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-Q2021-07-09fiscal Q3 2021511500001604627-21-000131
10-Q2021-04-09fiscal Q2 2021491400001604627-21-000086
10-Q2021-01-11fiscal Q1 2021491020001604627-21-000020
10-K2020-11-10fiscal FY 2020521040001604627-20-000040
10-Q2020-07-09fiscal Q3 2020491410001628280-20-010281
10-Q2020-04-09fiscal Q2 2020471340001104659-20-045180
10-Q2020-01-09fiscal Q1 202042860001104659-20-002685
10-K2019-11-12fiscal FY 201948980001104659-19-062648
10-Q2019-07-09fiscal Q3 2019401050001144204-19-034148
10-Q2019-04-15fiscal Q2 2019411050001144204-19-019639
10-Q/A2019-04-11fiscal Q1 201945920001144204-19-019226
10-K/A2019-04-11fiscal FY 2018482580001144204-19-019225
10-Q2019-01-08fiscal Q1 201944900001144204-19-001108
10-K2018-11-29fiscal FY 2018471130001144204-18-062100
10-Q2018-07-13fiscal Q3 2018401040001144204-18-038239
10-Q2018-04-13fiscal Q2 2018371000001144204-18-020363
10-Q2018-01-16fiscal Q1 201837730001144204-18-002174
10-K2017-11-28fiscal FY 201728580001511164-17-000730
10-Q2017-07-13fiscal Q3 201728800001511164-17-000393
10-Q2017-04-12fiscal Q2 201728760001511164-17-000189
10-Q2017-04-12fiscal Q2 201728760001511164-17-000183
10-Q2017-01-11fiscal Q1 201727550001511164-17-000013
10-K2016-11-03fiscal FY 201629590001511164-16-001102
10-Q2016-07-06fiscal Q3 201628770001511164-16-000931
10-Q2016-04-12fiscal Q2 201628780001511164-16-000753
10-Q2016-01-14fiscal Q1 201632660001387308-16-000161
10-K2015-11-30fiscal FY 201533670001387308-15-000153
10-Q2015-07-20fiscal Q3 201528720001387308-15-000103

Inspect the source

Entity
KUSHCO HOLDINGS, INC. / CIK 0001604627
Captured
SEC response SHA-256
956ec825d3043818128a4125bfb9b981ea19846bc5c0cb0f249ac4d793a4ac4b

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