Skip to content

TX HOLDINGS, INC.: filings

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

Filing record ends 2019-12-09

The latest filing in this captured record is a 10-K filed 2019-12-09. No later filing is in the SEC companyfacts record captured on 2026-09-20. TX HOLDINGS, 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-K2019-12-09fiscal FY 201928590001437749-19-024029
10-Q2019-08-09fiscal Q3 201926690001437749-19-016185
10-Q2019-05-13fiscal Q2 201925680001437749-19-009553
10-Q2019-01-25fiscal Q1 201925520001437749-19-001277
10-K2018-12-19fiscal FY 201829610001437749-18-022245
10-Q2018-07-23fiscal Q3 201827710001437749-18-013583
10-Q2018-04-23fiscal Q2 201826670001437749-18-007400
10-Q2018-01-31fiscal Q1 201828610001437749-18-001363
10-K2017-12-15fiscal FY 201727580001437749-17-020734
10-Q2017-07-28fiscal Q3 201723620001437749-17-013241
10-Q2017-04-28fiscal Q2 201723620001571049-17-004070
10-Q2017-01-20fiscal Q1 201725510001571049-17-000510
10-K2016-12-16fiscal FY 201626530001571049-16-020683
10-Q2016-07-29fiscal Q3 201624630001571049-16-016903
10-Q2016-05-06fiscal Q2 201624630001571049-16-014912
10-Q2016-01-25fiscal Q1 201626520001571049-16-011043
10-K2015-12-29fiscal FY 201530600001571049-15-010367
10-Q2015-08-03fiscal Q3 201528770001571049-15-006099
10-Q2015-04-30fiscal Q2 201530840001571049-15-003349
10-Q2015-02-13fiscal Q1 201528550001571049-15-001105
10-K2014-11-18fiscal FY 201432650001571049-14-006525
10-Q2014-08-05fiscal Q3 201426690001571049-14-003637
10-Q2014-04-28fiscal Q2 201426680001188112-14-001129
10-Q2014-01-24fiscal Q1 201428550001188112-14-000149
10-K2013-12-03fiscal FY 201333660001188112-13-003474
10-Q2013-07-26fiscal Q3 201325680001188112-13-002093
10-Q2013-05-03fiscal Q2 201325690001188112-13-001352
10-Q2013-02-14fiscal Q1 201323470001188112-13-000394
10-K2013-02-08fiscal FY 201228530001188112-13-000314
10-Q/A2012-09-04fiscal Q3 201225650001471242-12-001252
10-Q2012-05-15fiscal Q2 201224580001471242-12-000656
10-Q2012-02-02fiscal Q1 201225690001157523-12-000482
10-K2011-12-08fiscal FY 201118530001157523-11-007106
10-Q2011-08-12fiscal Q3 201122860001157523-11-005000

Inspect the source

Entity
TX HOLDINGS, INC. / CIK 0001133798
Captured
2026-09-20T07:41:21.861Z
SEC response SHA-256
63360b8b13e6c9c40bed7ce9591ba577d15f433bcb264f463b181e070439868f

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