Skip to content

Q/C Technologies, Inc.: filings

Every Q/C Technologies, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 54 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-12fiscal Q2 2026381050001493152-26-037333
10-Q2026-05-15fiscal Q1 202628570001493152-26-023751
10-K2026-04-15fiscal FY 202533620001493152-26-016872
10-Q2025-11-19fiscal Q3 202528860001493152-25-024320
10-Q2025-08-19fiscal Q2 202528820001641172-25-024859
10-Q2025-05-15fiscal Q1 202530590001641172-25-010937
10-K2025-04-11fiscal FY 202431610001641172-25-003814
10-Q2024-11-14fiscal Q3 202430920001493152-24-046026
10-Q2024-08-19fiscal Q2 202430890001493152-24-032940
10-Q2024-05-15fiscal Q1 202429580001493152-24-019976
10-K2024-04-01fiscal FY 202333640001493152-24-012533
10-Q2023-11-14fiscal Q3 202330910001493152-23-041328
10-Q2023-08-14fiscal Q2 202329850001493152-23-028603
10-Q2023-05-15fiscal Q1 202327530001493152-23-017488
10-K2023-03-31fiscal FY 202229560001493152-23-010384
10-Q2022-11-10fiscal Q3 202228800001493152-22-031423
10-Q2022-08-15fiscal Q2 202226700001493152-22-022611
10-Q2022-05-16fiscal Q1 202225460001493152-22-013927
10-K2022-03-31fiscal FY 202128480001493152-22-008546
10-Q/A2021-11-15fiscal Q3 202126670001493152-21-028616
10-Q2021-11-12fiscal Q3 202126660001493152-21-027982
10-Q2021-08-16fiscal Q2 202126610001493152-21-020169
10-Q2021-05-18fiscal Q1 202119380001493152-21-012042
10-K2021-03-01fiscal FY 202029550001493152-21-005129
10-Q2020-11-16fiscal Q3 202031870001493152-20-021686
10-Q2020-08-14fiscal Q2 2020381000001493152-20-015842
10-Q2020-05-15fiscal Q1 202038740001493152-20-009092
10-K2020-03-25fiscal FY 201941810001493152-20-004650
10-Q2019-11-14fiscal Q3 2019361060001493152-19-017578
10-Q2019-08-14fiscal Q2 2019351000001493152-19-012548
10-Q2019-05-20fiscal Q1 201935700001493152-19-007900
10-K2019-04-01fiscal FY 201840800001493152-19-004590
10-Q2018-11-14fiscal Q3 2018391070001493152-18-016110
10-Q2018-08-14fiscal Q2 2018391070001493152-18-011834
10-Q2018-07-13fiscal Q1 201839780001493152-18-009983
10-K/A2018-07-13fiscal FY 201738770001493152-18-009979
10-Q/A2018-07-13fiscal Q3 2017401120001493152-18-009976
10-Q/A2018-07-13fiscal Q2 201738970001493152-18-009974
10-K2018-04-03fiscal FY 201735720001493152-18-004626
10-Q2017-11-14fiscal Q3 2017381080001493152-17-013253
10-Q2017-08-14fiscal Q2 201736930001493152-17-009284
10-Q2017-05-15fiscal Q1 201736700001493152-17-005352
10-K2017-04-11fiscal FY 201637750001493152-17-003722
10-Q2016-11-14fiscal Q3 2016361040001493152-16-014814
10-Q2016-08-11fiscal Q2 201632880001493152-16-012182
10-Q2016-05-12fiscal Q1 201632660001493152-16-009666
10-K2016-03-30fiscal FY 201537750001493152-16-008364
10-Q2015-11-13fiscal Q3 201532850001493152-15-005395
10-Q2015-08-18fiscal Q2 201532850001493152-15-003851
10-Q2015-05-14fiscal Q1 201532650001493152-15-001915
10-K2015-03-23fiscal FY 201436730001493152-15-000954
10-Q2014-11-13fiscal Q3 201435940001144204-14-067418
10-Q2014-08-12fiscal Q2 201434920001144204-14-048672
10-Q2014-05-14fiscal Q1 201432660001144204-14-030126

Inspect the source

Entity
Q/C Technologies, Inc. / CIK 0001321834
Captured
2026-09-20T07:52:16.579Z
SEC response SHA-256
650911107997d4fe6608e0ae58ad39761d501fd8f1fd4f6834a4ff8e84fd08b6

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