Skip to content

STEMTECH CORPORATION: filings

Every STEMTECH CORPORATION annual and quarterly report in the SEC record with the published financial measures it tagged, 53 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-Q2026-08-14fiscal Q2 2026481400001683168-26-006490
10-Q2026-06-22fiscal Q1 2026491070001683168-26-005028
10-K2026-05-29fiscal FY 2025511040001683168-26-004395
10-Q2025-11-19fiscal Q3 2025491410001683168-25-008554
10-Q2025-08-19fiscal Q2 2025491410001683168-25-006317
10-Q2025-07-17fiscal Q1 2025501050001683168-25-005177
10-K2025-06-30fiscal FY 2024501010001683168-25-004834
10-Q2024-08-27fiscal Q2 2024491420001683168-24-006035
10-Q2024-07-16fiscal Q1 202446950001683168-24-004900
10-K2024-07-10fiscal FY 202349980001683168-24-004736
10-Q2023-12-01fiscal Q3 2023441270001683168-23-008596
10-Q2023-08-22fiscal Q2 2023431250001683168-23-005973
10-Q/A2023-06-06fiscal Q1 202345930001683168-23-003939
10-Q2023-05-15fiscal Q1 202345930001683168-23-003420
10-K2023-04-17fiscal FY 202245920001683168-23-002487
10-Q2022-11-23fiscal Q3 2022371080001683168-22-008016
10-Q2022-08-23fiscal Q2 2022371080001493152-22-023772
10-Q2022-05-16fiscal Q1 202240810001493152-22-013935
10-K2022-04-01fiscal FY 202146870001493152-22-008815
10-Q2021-11-19fiscal Q3 2021421200001493152-21-029367
10-Q2021-07-13fiscal Q3 202112420001493152-21-016728
10-Q2021-04-15fiscal Q2 202112380001493152-21-008897
10-Q2021-01-20fiscal Q1 202111250001493152-21-001389
10-K2020-12-14fiscal FY 202014290001493152-20-023476
10-Q2020-07-13fiscal Q3 202016400001493152-20-013135
10-Q2020-04-15fiscal Q2 202016440001493152-20-006485
10-Q2020-01-14fiscal Q1 202016340001493152-20-000559
10-K2019-12-13fiscal FY 201916340001493152-19-019136
10-Q2019-07-17fiscal Q3 201916420001493152-19-010713
10-Q2019-04-17fiscal Q2 201915470001493152-19-005527
10-Q2019-01-14fiscal Q1 201915340001493152-19-000585
10-K2018-12-14fiscal FY 201817360001493152-18-017531
10-Q2018-07-16fiscal Q3 201818480001493152-18-010021
10-Q2018-04-16fiscal Q2 201818470001493152-18-005207
10-Q2018-01-16fiscal Q1 201818390001493152-18-000590
10-K2017-12-14fiscal FY 201718370001493152-17-014604
10-Q2017-07-17fiscal Q3 201717440001493152-17-007865
10-Q2017-04-14fiscal Q2 201717460001493152-17-003862
10-Q2017-01-13fiscal Q1 201717380001493152-17-000463
10-K2016-12-08fiscal FY 201615310001493152-16-015756
10-Q2016-07-15fiscal Q3 201614410001493152-16-011556
10-Q2016-04-14fiscal Q2 201614410001493152-16-008883
10-Q2016-01-14fiscal Q1 201614330001493152-16-006778
10-K2015-11-30fiscal FY 201516300001493152-15-005932
10-Q2015-07-13fiscal Q3 201517430001493152-15-002926
10-Q2015-04-15fiscal Q2 201518400001078782-15-000586
10-Q2015-01-14fiscal Q1 201521430001078782-15-000041
10-K2014-12-03fiscal FY 201423640001078782-14-002196
10-Q2014-07-15fiscal Q3 201419600001078782-14-001279
10-Q2014-01-14fiscal Q1 201419520001078782-14-000038
10-K/A2014-01-03fiscal FY 201320530001078782-14-000004
10-K2013-12-16fiscal FY 201320530001078782-13-002456
10-Q2013-08-02fiscal Q3 201318610001078782-13-001454

Inspect the source

Entity
STEMTECH CORPORATION / CIK 0001511820
Captured
2026-09-20T09:13:05.609Z
SEC response SHA-256
5528ab34458bf0ba8cf8050864794582da96349f27b8095940190abf951ba4a5

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