Skip to content

GEX MANAGEMENT INC.: filings

Every GEX MANAGEMENT INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 36 filings, each linked to its SEC index.

Filing record ends 2024-04-25

The latest filing in this captured record is a 10-K filed 2024-04-25. No later filing is in the SEC companyfacts record captured on 2026-09-22. GEX MANAGEMENT INC. 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-K2024-04-25fiscal FY 202334680001493152-24-015888
10-K/A2024-04-25fiscal FY 202233660001493152-24-015886
10-Q2023-08-21fiscal Q2 202326760001493152-23-029625
10-Q/A2023-08-21fiscal Q1 202326530001493152-23-029602
10-K2023-04-17fiscal FY 202228590001493152-23-012527
10-K/A2022-11-30fiscal FY 202130590001493152-22-033966
10-Q2022-08-22fiscal Q2 202226770001493152-22-023721
10-Q2022-08-08fiscal Q1 202226530001493152-22-021545
10-K/A2022-08-01fiscal FY 202130590001493152-22-020799
10-K2022-07-21fiscal FY 202129560001493152-22-019960
10-Q/A2022-02-08fiscal Q2 202126710001493152-22-003465
10-Q2021-11-22fiscal Q3 202127770001493152-21-029519
10-Q/A2021-09-20fiscal Q1 202127540001493152-21-023120
10-Q2021-08-23fiscal Q2 202126670001493152-21-020984
10-Q/A2021-06-02fiscal Q1 202127520001493152-21-013394
10-K/A2021-04-20fiscal FY 202035680001493152-21-009221
10-Q/A2020-12-01fiscal Q3 202028750001493152-20-022757
10-Q/A2020-11-24fiscal Q3 202028750001493152-20-022357
10-Q2020-08-19fiscal Q2 202028730001493152-20-016264
10-K2020-05-14fiscal FY 201936700001493152-20-008781
10-Q/A2019-11-21fiscal Q3 201928750001493152-19-018195
10-Q/A2019-08-28fiscal Q2 201928750001493152-19-013446
10-Q/A2019-08-28fiscal Q1 201929570001493152-19-013444
10-K/A2019-08-26fiscal FY 201841790001493152-19-013379
10-Q2019-08-21fiscal Q2 201929740001493152-19-013181
10-Q2019-05-22fiscal Q1 201929570001493152-19-008067
10-K2019-04-15fiscal FY 201841790001493152-19-005281
10-Q2018-11-19fiscal Q3 201837910001493152-18-016491
10-Q2018-08-20fiscal Q2 201835930001654954-18-009395
10-Q2018-05-15fiscal Q1 201835690001121781-18-000021
10-K2018-04-10fiscal FY 201740800001121781-18-000014
10-Q2017-11-09fiscal Q3 201732860001121781-17-000062
10-Q2017-08-03fiscal Q2 201731840001654954-17-006906
10-Q2017-05-12fiscal Q1 201732640001121781-17-000023
10-K2017-03-28fiscal FY 201631630001654954-17-002656
10-Q2016-12-07fiscal Q3 201631840001121781-16-000590

Inspect the source

Entity
GEX MANAGEMENT INC. / CIK 0001681556
Captured
SEC response SHA-256
46f4ebcdf825f62446a6e549ede867bd74809c24b213fddb91eb2b8ac876f2eb

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