Skip to content

Technical Communications Corporation: filings

Every Technical Communications Corporation annual and quarterly report in the SEC record with the published financial measures it tagged, 52 filings, each linked to its SEC index.

Filing record ends 2023-08-08

The latest filing in this captured record is a 10-Q filed 2023-08-08. No later filing is in the SEC companyfacts record captured on 2026-09-22. Technical Communications 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-Q2023-08-08fiscal Q3 202335960001171843-23-005067
10-Q2023-05-09fiscal Q2 202335960001171843-23-003071
10-Q2023-02-07fiscal FY 202334710001171843-23-000767
10-K2022-12-22fiscal FY 202239790001171843-22-008187
10-Q2022-08-09fiscal Q3 202234910001171843-22-005535
10-Q2022-05-10fiscal Q2 202234920001171843-22-003514
10-Q2022-02-08fiscal Q1 202234700001171843-22-000864
10-K2021-12-22fiscal FY 202138760001171843-21-008672
10-Q2021-08-10fiscal Q3 202135950001171843-21-005784
10-Q2021-05-11fiscal Q2 202135940001171843-21-003388
10-Q2021-02-09fiscal Q1 202134680001171843-21-000877
10-K2020-12-28fiscal FY 202036690001171843-20-008787
10-Q2020-08-11fiscal Q3 202034860001171843-20-005828
10-Q2020-05-28fiscal Q2 201932870001171843-20-004043
10-Q2020-02-11fiscal Q1 201932650001171843-20-000876
10-K2019-12-13fiscal FY 201934680001171843-19-008104
10-Q2019-08-13fiscal Q3 201932880001171843-19-005468
10-Q2019-06-24fiscal Q2 201932860001171843-19-004126
10-Q2019-06-24fiscal Q1 201931640001171843-19-004125
10-K2019-06-24fiscal FY 201833670001171843-19-004124
10-Q/A2019-06-24fiscal Q3 201832900001171843-19-004123
10-Q/A2019-06-24fiscal Q2 201833940001171843-19-004122
10-Q/A2019-06-24fiscal Q1 201833670001171843-19-004121
10-Q2018-08-14fiscal Q3 201832900001171843-18-006081
10-Q2018-05-15fiscal Q2 201831880001171843-18-003972
10-Q2018-02-13fiscal Q1 201829600001144204-18-007971
10-K2017-12-29fiscal FY 201733680001144204-17-065891
10-Q2017-08-15fiscal Q3 201730880001144204-17-043482
10-Q2017-05-16fiscal Q2 201728800001144204-17-027977
10-Q2017-02-14fiscal Q1 201727560001144204-17-008961
10-K2016-12-23fiscal FY 201631640001144204-16-141277
10-Q2016-08-16fiscal Q3 201631920001144204-16-119812
10-Q2016-05-17fiscal Q2 201631920001144204-16-103125
10-Q2016-02-16fiscal Q1 201629600001193125-16-465429
10-K2015-12-18fiscal FY 201532640001193125-15-407793
10-Q2015-08-11fiscal Q3 201531870001193125-15-286550
10-Q2015-05-12fiscal Q2 201531840001193125-15-183996
10-Q2015-02-10fiscal Q1 201530600001193125-15-041829
10-K2014-12-22fiscal FY 201432660001193125-14-450648
10-Q2014-08-12fiscal Q3 201436990001193125-14-306797
10-Q2014-05-13fiscal Q2 201436970001193125-14-197229
10-Q2014-02-11fiscal Q1 201436720001193125-14-045597
10-K2013-12-19fiscal FY 201338770001193125-13-479174
10-Q2013-08-13fiscal Q3 2013371010001193125-13-332691
10-Q2013-05-14fiscal Q2 2013371010001193125-13-219657
10-Q2013-02-12fiscal Q1 201337750001193125-13-051642
10-K2012-12-21fiscal FY 201238770001193125-12-513200
10-Q2012-08-07fiscal Q3 201236950001193125-12-340882
10-Q2012-05-08fiscal Q2 201235930001193125-12-218660
10-Q2012-02-07fiscal Q1 201234690001193125-12-043664
10-K2011-12-22fiscal FY 201133680000950123-11-103881
10-Q2011-08-09fiscal Q3 201134920000950123-11-074972

Inspect the source

Entity
Technical Communications Corporation / CIK 0000096699
Captured
SEC response SHA-256
0e53f407be5691286ce60282adff8c122c6b4104e6f428fa333594381511c628

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