Skip to content

MCX TECHNOLOGIES CORPORATION: filings

Every MCX TECHNOLOGIES CORPORATION annual and quarterly report in the SEC record with the published financial measures it tagged, 48 filings, each linked to its SEC index.

Filing record ends 2024-08-01

The latest filing in this captured record is a 10-K/A filed 2024-08-01. No later filing is in the SEC companyfacts record captured on 2026-09-22. MCX TECHNOLOGIES CORPORATION 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-K/A2024-08-01fiscal FY 202324480001437749-24-024203
10-Q2024-06-03fiscal Q1 202424500001437749-24-019010
10-K2024-04-15fiscal FY 202324480001437749-24-012072
10-Q2023-11-14fiscal Q3 202321680001437749-23-031900
10-Q2023-08-14fiscal Q2 202321640001437749-23-023456
10-Q2023-05-15fiscal Q1 202321440001437749-23-014422
10-K2023-03-31fiscal FY 202224490001437749-23-008798
10-Q2022-11-14fiscal Q3 202224740001437749-22-027236
10-Q2022-08-25fiscal Q2 202223680001437749-22-021339
10-Q2022-05-23fiscal Q1 202222440001437749-22-013266
10-K2022-04-15fiscal FY 202125510001437749-22-009043
10-Q2021-11-23fiscal Q3 202125720001437749-21-027259
10-Q2021-08-18fiscal Q2 202124650001437749-21-020418
10-Q2021-05-17fiscal Q1 202121400001437749-21-012371
10-K2021-04-15fiscal FY 202023430001437749-21-009014
10-Q2020-11-16fiscal Q3 202021580001437749-20-023997
10-Q2020-08-14fiscal Q2 202027710001437749-20-018020
10-Q2020-05-15fiscal Q1 202026520001437749-20-010947
10-K2020-03-27fiscal FY 201933640001437749-20-006337
10-Q2019-11-14fiscal Q3 201929790001437749-19-022908
10-Q2019-08-14fiscal Q2 201929750001437749-19-016611
10-Q2019-05-15fiscal Q1 201928560001437749-19-010040
10-K2019-04-01fiscal FY 201832650001437749-19-006163
10-Q2018-11-14fiscal Q3 201830750001437749-18-020775
10-Q2018-08-10fiscal Q2 201828690001437749-18-015202
10-Q2018-05-09fiscal Q1 201829570001437749-18-009199
10-K2018-03-29fiscal FY 201734700001437749-18-005752
10-Q2017-11-07fiscal Q3 201731760001437749-17-018557
10-Q2017-08-10fiscal Q2 201727690001437749-17-014404
10-Q2017-05-12fiscal Q1 201727540001437749-17-008877
10-K2017-03-31fiscal FY 201630620001437749-17-005781
10-Q2016-11-14fiscal Q3 201626670001437749-16-041940
10-Q2016-08-12fiscal Q2 201625650001437749-16-037293
10-Q2016-05-13fiscal Q1 201628560001002014-16-000664
10-K2016-03-30fiscal FY 201531640001002014-16-000632
10-Q2015-11-13fiscal Q3 201531810001002014-15-000501
10-Q2015-08-14fiscal Q2 201531780001002014-15-000403
10-Q2015-05-15fiscal Q1 201530610001002014-15-000221
10-K2015-03-31fiscal FY 201431620001002014-15-000128
10-Q2014-11-06fiscal Q3 201431770001002014-14-000594
10-Q2014-08-04fiscal Q2 201431730001002014-14-000410
10-Q2014-05-15fiscal Q1 201432600001002014-14-000250
10-K2014-03-31fiscal FY 201333640001002014-14-000124
10-Q2013-11-14fiscal Q3 201331780001002014-13-000534
10-Q2013-08-08fiscal Q2 201332780001002014-13-000326
10-Q2013-05-15fiscal Q1 201332630001002014-13-000210
10-K2013-03-27fiscal FY 201232650001002014-13-000137
10-Q/A2013-01-09fiscal Q3 201236880001002014-13-000009

Inspect the source

Entity
MCX TECHNOLOGIES CORPORATION / CIK 0001535079
Captured
SEC response SHA-256
3bfd05fd87b0fd7ae27ef2f66d9d989f7e74833047e9208a91b82c450d807828

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