Skip to content

INDOOR HARVEST CORP: filings

Every INDOOR HARVEST CORP annual and quarterly report in the SEC record with the published financial measures it tagged, 43 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-20fiscal Q1 202427520001641172-25-011792
10-K/A2024-09-04fiscal FY 202327540001493152-24-034970
10-K/A2024-07-15fiscal FY 202328550001493152-24-027892
10-Q2023-12-01fiscal Q3 202326840001493152-23-043360
10-Q2023-08-21fiscal Q2 202325560001493152-23-029533
10-Q2023-05-22fiscal Q1 202326500001493152-23-018440
10-K2023-03-31fiscal FY 202229560001493152-23-010428
10-Q2022-11-14fiscal Q3 202229880001493152-22-031832
10-Q2022-08-15fiscal Q2 202226760001493152-22-022696
10-Q2022-05-16fiscal Q1 202226510001493152-22-013576
10-K2022-03-31fiscal FY 202128540001493152-22-008379
10-Q2021-11-15fiscal Q3 202128860001493152-21-028769
10-Q2021-09-07fiscal Q2 202126780001493152-21-022059
10-Q2021-09-03fiscal Q1 202122450001493152-21-021949
10-K2021-08-27fiscal FY 202029560001493152-21-021478
10-Q2021-08-12fiscal Q3 202028820001493152-21-019455
10-Q2021-08-06fiscal Q2 202024620001493152-21-018867
10-Q2021-08-06fiscal Q1 202024470001493152-21-018864
10-K2020-10-01fiscal FY 201936730001493152-20-018652
10-Q/A2019-12-26fiscal Q3 201924740001493152-19-019734
10-Q/A2019-10-24fiscal Q2 201924700001493152-19-015899
10-Q2019-07-03fiscal Q1 201924490001493152-19-010243
10-K/A2019-06-20fiscal FY 201832590001493152-19-009469
10-K2019-06-03fiscal FY 201832590001493152-19-008562
10-K/A2019-02-15fiscal FY 201736680001493152-19-002184
10-Q2018-11-19fiscal Q3 201832780001493152-18-016480
10-Q/A2018-11-15fiscal Q3 201735900001493152-18-016235
10-Q2018-08-20fiscal Q2 201831780001493152-18-012366
10-Q2018-05-16fiscal Q1 201828540001493152-18-007277
10-K2018-04-17fiscal FY 201735660001387131-18-001621
10-Q2017-11-14fiscal Q3 201731820001640334-17-002425
10-Q2017-08-14fiscal Q2 201730790001640334-17-001696
10-Q2017-05-22fiscal Q1 201728550001640334-17-001065
10-K2017-04-17fiscal FY 201627550001640334-17-000737
10-Q2016-11-21fiscal Q3 201627710001640334-16-002088
10-Q2016-08-19fiscal Q2 201625640001640334-16-001582
10-Q2016-05-16fiscal Q1 201623440001640334-16-001081
10-K2016-03-30fiscal FY 201528500001640334-16-000888
10-Q2015-11-13fiscal Q3 201517480001640334-15-000303
10-Q2015-08-06fiscal Q2 201519500001557240-15-000574
10-Q2015-05-14fiscal Q1 201517360001557240-15-000303
10-K2015-03-31fiscal FY 201418350001557240-15-000208
10-Q2014-11-26fiscal Q3 201417440001557240-14-000744

Inspect the source

Entity
INDOOR HARVEST CORP / CIK 0001572565
Captured
2026-09-21T17:20:49.544Z
SEC response SHA-256
149151f9dba0b20027fba4617495a63d70c5b371c393e5a129ec3e386173aee2

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