Skip to content

CQENS Technologies Inc.: filings

Every CQENS Technologies Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 50 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-19fiscal Q2 202632910001493152-26-039172
10-Q2026-05-14fiscal Q1 202633660001493152-26-023151
10-K2026-04-15fiscal FY 202536720001493152-26-016895
10-Q2025-11-13fiscal Q3 202535950001493152-25-022238
10-Q2025-08-14fiscal Q2 202535950001641172-25-023637
10-Q2025-05-13fiscal Q1 202534680001641172-25-010010
10-K2025-03-31fiscal FY 202435690001641172-25-001625
10-Q2024-11-12fiscal Q3 202435960001493152-24-044656
10-Q2024-08-16fiscal Q2 202434910001493152-24-032707
10-Q2024-05-15fiscal Q1 202435690001493152-24-019623
10-K2024-04-15fiscal FY 202333670001493152-24-014570
10-Q2023-11-13fiscal Q3 202331830001493152-23-040452
10-Q2023-08-16fiscal Q2 202331790001493152-23-029194
10-Q2023-05-12fiscal Q1 202330580001493152-23-016613
10-K2023-04-14fiscal FY 202230600001493152-23-012242
10-Q2022-11-14fiscal Q3 202229740001493152-22-031889
10-Q2022-08-15fiscal Q2 202229680001493152-22-022799
10-Q2022-05-10fiscal Q1 202228540001493152-22-012649
10-K2022-04-14fiscal FY 202128560001493152-22-009882
10-Q2021-11-15fiscal Q3 202126620001493152-21-028417
10-Q2021-08-13fiscal Q2 202125590001493152-21-019739
10-Q2021-05-11fiscal Q1 202126510001493152-21-010986
10-K2021-04-15fiscal FY 202027470001493152-21-008850
10-Q2020-11-20fiscal Q3 202023530001493152-20-022070
10-Q2020-08-14fiscal Q2 202021490001493152-20-015754
10-Q2020-05-15fiscal Q1 202022420001493152-20-008917
10-K2020-04-10fiscal FY 201922440001493152-20-006176
10-Q2019-11-14fiscal Q3 201921540001493152-19-017423
10-Q2019-08-06fiscal Q2 201919470001493152-19-011718
10-Q2019-05-13fiscal Q1 201919370001493152-19-006868
10-K2019-03-29fiscal FY 201821410001493152-19-004240
10-Q2018-10-31fiscal Q3 201820510001493152-18-015037
10-Q2018-08-07fiscal Q2 201820500001493152-18-011073
10-Q2018-05-01fiscal Q1 201819390001493152-18-006071
10-K2018-03-29fiscal FY 201720410001493152-18-004104
10-Q2017-11-09fiscal Q3 201719500001493152-17-012654
10-Q2017-08-11fiscal Q2 201719500001493152-17-008945
10-Q2017-05-08fiscal Q1 201718380001493152-17-004839
10-K2017-04-17fiscal FY 201619390001493152-17-003976
10-Q2016-11-09fiscal Q3 201620510001493152-16-014674
10-Q2016-08-11fiscal Q2 201621520001493152-16-012203
10-Q2016-05-10fiscal Q1 201619390001493152-16-009593
10-K2016-04-08fiscal FY 201520390001493152-16-008752
10-Q2015-10-30fiscal Q3 201524590001387131-15-003110
10-Q2015-08-13fiscal Q2 201522560001387131-15-002439
10-Q2015-05-06fiscal Q1 201521410001387131-15-001486
10-K2015-04-14fiscal FY 201420410001387131-15-001290
10-Q2014-11-13fiscal Q3 201419450001387131-14-003729
10-Q2014-05-20fiscal Q1 201414210001387131-14-002050
10-K/A2014-04-28fiscal FY 201313300001387131-14-001532

1 further filing tags fewer than eight published concepts and has no page.

Inspect the source

Entity
CQENS Technologies Inc. / CIK 0001479915
Captured
2026-09-21T17:20:11.478Z
SEC response SHA-256
ac0df64dc67e2da5698d85dfc91717a6deea7822c5ebe26b67e5830a90cd08fd

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