Skip to content

TRANS-LUX CORPORATION: filings

Every TRANS-LUX CORPORATION annual and quarterly report in the SEC record with the published financial measures it tagged, 55 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-K2026-02-13fiscal FY 2024551120001104659-26-015115
10-Q2024-11-14fiscal Q3 2024471270001513162-24-000096
10-Q2024-08-14fiscal Q2 2024471270001513162-24-000090
10-Q2024-05-15fiscal Q1 202446920001513162-24-000065
10-K2024-04-01fiscal FY 2023531080001513162-24-000044
10-Q2023-11-09fiscal Q3 2023471280001513162-23-000141
10-Q2023-08-11fiscal Q2 2023481320001513162-23-000124
10-Q2023-05-15fiscal Q1 202347930001513162-23-000096
10-K2023-03-31fiscal FY 2022511000001513162-23-000046
10-Q2022-11-10fiscal Q3 2022481250001513162-22-000128
10-Q2022-08-11fiscal Q2 2022491290001513162-22-000109
10-Q2022-05-16fiscal Q1 202249970001513162-22-000080
10-K2022-04-14fiscal FY 202150990001513162-22-000054
10-Q2021-11-12fiscal Q3 2021451170001513162-21-000135
10-Q2021-08-13fiscal Q2 2021451180001513162-21-000106
10-Q2021-05-14fiscal Q1 202144900001513162-21-000070
10-K2021-04-15fiscal FY 202049980001513162-21-000058
10-Q2020-11-06fiscal Q3 2020461220001513162-20-000222
10-Q2020-08-18fiscal Q2 2020461220001513162-20-000177
10-Q2020-08-17fiscal Q1 202046960001513162-20-000164
10-K2020-03-20fiscal FY 201950990001513162-20-000064
10-Q2019-11-08fiscal Q3 2019461190001513162-19-000239
10-Q2019-08-14fiscal Q2 2019461200001513162-19-000183
10-Q2019-05-15fiscal Q1 201945930001513162-19-000131
10-K2019-04-15fiscal FY 201849980001513162-19-000109
10-Q2018-11-09fiscal Q3 2018441110001513162-18-000286
10-Q2018-08-14fiscal Q2 2018371000001513162-18-000208
10-Q2018-05-15fiscal Q1 201837770001513162-18-000131
10-K2018-03-30fiscal FY 201740810001513162-18-000086
10-Q2017-11-09fiscal Q3 201736940001513162-17-000302
10-Q2017-08-11fiscal Q2 201736920001513162-17-000230
10-Q2017-05-12fiscal Q1 201735720001513162-17-000148
10-K2017-03-24fiscal FY 201639800001513162-17-000087
10-Q2016-11-10fiscal Q3 201636950001513162-16-001078
10-Q2016-08-12fiscal Q2 201636930001513162-16-000950
10-Q2016-05-13fiscal Q1 201636720001513162-16-000846
10-K2016-03-29fiscal FY 201539800001513162-16-000780
10-Q2015-11-13fiscal Q3 201531810001513162-15-000605
10-Q2015-08-13fiscal Q2 201531810001513162-15-000499
10-Q2015-05-15fiscal Q1 201531640001513162-15-000257
10-K2015-04-02fiscal FY 201437740001513162-15-000177
10-Q2014-11-12fiscal Q3 201432840001513162-14-000617
10-Q2014-08-14fiscal Q2 201431820001513162-14-000477
10-Q2014-06-18fiscal Q1 201431640001513162-14-000394
10-K2014-05-13fiscal FY 201337740001513162-14-000306
10-Q2014-02-14fiscal Q3 201333850001513162-14-000103
10-Q2013-08-15fiscal Q2 201332830001513162-13-000602
10-Q2013-07-02fiscal Q1 201332650001513162-13-000489
10-K2013-07-02fiscal FY 201236730001513162-13-000486
10-Q2012-11-14fiscal Q3 201234870001513162-12-000890
10-Q2012-10-31fiscal Q2 201234870001513162-12-000850
10-Q2012-06-11fiscal Q1 201232660001513162-12-000422
10-K2012-04-16fiscal FY 201133670001513162-12-000250
10-Q2011-11-18fiscal Q3 201130780001513162-11-000323
10-Q/A2011-09-14fiscal Q2 201132820001513162-11-000173

Inspect the source

Entity
TRANS-LUX CORPORATION / CIK 0000099106
Captured
2026-09-21T17:16:28.350Z
SEC response SHA-256
25ef28c41b8ea570912f03c09c8d4a3681ae8a35401dfc4201d9570ada1080f8

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