Skip to content

CONX CORP.: filings

Every CONX CORP. annual and quarterly report in the SEC record with the published financial measures it tagged, 25 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-04-13fiscal Q3 2025421120001104659-26-042628
10-Q2026-03-16fiscal Q2 2025411040001104659-26-028524
10-Q2026-02-02fiscal Q1 202536690001104659-26-008772
10-K2025-11-28fiscal FY 202440670001104659-25-116870
10-Q2025-03-04fiscal Q3 202425700001410578-25-000259
10-Q2024-11-22fiscal Q2 202426670001410578-24-002048
10-Q2024-05-15fiscal Q1 202421440001410578-24-000876
10-K/A2024-04-16fiscal FY 202321440001104659-24-047392
10-K2024-03-29fiscal FY 202321440001104659-24-040673
10-Q2023-11-09fiscal Q3 202321610001104659-23-116322
10-Q2023-08-09fiscal Q2 202319540001104659-23-089345
10-Q2023-05-09fiscal Q1 202321420001104659-23-057760
10-K2023-03-01fiscal FY 202222560001104659-23-027429
10-Q2022-11-08fiscal Q3 202219610001104659-22-115951
10-Q2022-08-09fiscal Q2 202219570001104659-22-087813
10-Q2022-05-10fiscal Q1 202220430001104659-22-057794
10-K2022-03-16fiscal FY 202122420001104659-22-034061
10-Q/A2022-02-04fiscal Q3 202122520001104659-22-012000
10-K/A2022-02-04fiscal FY 202022240001104659-22-011995
10-Q2021-11-05fiscal Q3 202122520001104659-21-135058
10-Q2021-08-13fiscal Q2 202120370001104659-21-104354
10-Q2021-05-24fiscal Q1 202120300001104659-21-071287
10-K/A2021-05-24fiscal FY 202023240001104659-21-071276
10-K2021-03-31fiscal FY 202021230001104659-21-044522
10-Q2020-12-11fiscal Q3 202014160001104659-20-134793

Inspect the source

Entity
CONX CORP. / CIK 0001823000
Captured
2026-09-21T17:29:01.176Z
SEC response SHA-256
5b688a954a6d8a449d73ba5a979cf9ab80e48ccbba0e97c323c33ec9de1e1cf4

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