Skip to content

TESSCO Technologies Incorporated: filings

Every TESSCO Technologies Incorporated annual and quarterly report in the SEC record with the published financial measures it tagged, 49 filings, each linked to its SEC index.

Filing record ends 2023-05-26

The latest filing in this captured record is a 10-K filed 2023-05-26. No later filing is in the SEC companyfacts record captured on 2026-09-22. TESSCO Technologies Incorporated 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-K2023-05-26fiscal FY 2023481230001558370-23-010538
10-Q2023-02-08fiscal Q3 2023401140001558370-23-001021
10-Q2022-10-28fiscal Q2 2023401090001558370-22-015582
10-Q2022-07-28fiscal Q1 202339820001558370-22-011309
10-K2022-05-26fiscal FY 2022491250001558370-22-009390
10-Q2022-02-04fiscal Q3 2022411150001558370-22-000812
10-Q2021-10-29fiscal Q2 2022411100001558370-21-013836
10-Q2021-08-05fiscal Q1 202241830001558370-21-010605
10-K2021-06-11fiscal FY 2021511990001558370-21-008219
10-Q2021-02-05fiscal Q3 2021391070001558370-21-000781
10-Q2020-11-06fiscal Q2 2021411080001558370-20-013196
10-Q2020-08-06fiscal Q1 202140830001558370-20-009694
10-K2020-06-05fiscal FY 2020491930001558370-20-007316
10-Q2020-02-07fiscal Q3 2020411130001558370-20-000612
10-Q2019-11-08fiscal Q2 2020391030001558370-19-010614
10-Q2019-08-02fiscal Q1 202039800001558370-19-006959
10-K2019-06-11fiscal FY 2019431790001558370-19-005621
10-Q2019-02-08fiscal Q3 2019391020001558370-19-000511
10-Q2018-11-09fiscal Q2 2019391000001558370-18-009183
10-Q2018-07-27fiscal Q1 201939790001558370-18-005829
10-K2018-06-01fiscal FY 2018441760001558370-18-005102
10-Q2018-02-02fiscal Q3 201838980001558370-18-000374
10-Q2017-11-03fiscal Q2 201838980001558370-17-008128
10-Q2017-08-03fiscal Q1 201837760001558370-17-005859
10-K2017-06-07fiscal FY 2017401650001558370-17-004707
10-Q2017-02-03fiscal Q3 201734880001558370-17-000334
10-Q2016-11-04fiscal Q2 201734880001558370-16-009381
10-Q2016-08-04fiscal Q1 201733670001558370-16-007428
10-K2016-06-06fiscal FY 2016391610001558370-16-006286
10-Q2016-02-05fiscal Q3 201632860001558370-16-003088
10-Q2015-11-06fiscal Q2 201632860001558370-15-002439
10-Q2015-08-06fiscal Q1 201631640001558370-15-001489
10-K2015-06-02fiscal FY 2015401670001140361-15-022897
10-Q2015-02-06fiscal Q3 201532860001140361-15-004589
10-Q2014-11-05fiscal Q2 201536960001140361-14-040327
10-Q2014-08-08fiscal Q1 201535720001140361-14-031498
10-K2014-05-29fiscal FY 2013451860001140361-14-023546
10-Q2014-02-07fiscal Q3 201336960001140361-14-005372
10-Q2013-11-08fiscal Q2 201336960001140361-13-041448
10-Q2013-08-06fiscal Q1 201335720000927355-13-000012
10-K/A2013-05-31fiscal FY 2012461870000927355-13-000007
10-K2013-05-29fiscal FY 2012461870000927355-13-000005
10-Q2013-02-08fiscal Q3 2012381020000927355-13-000002
10-Q2012-11-08fiscal Q2 2012381020000927355-12-000038
10-Q2012-08-09fiscal Q1 201236740000927355-12-000034
10-K/A2012-06-01fiscal FY 201134910000927355-12-000020
10-Q2012-02-03fiscal Q3 201132800000927355-12-000008
10-Q2011-11-02fiscal Q2 201132810000927355-11-000027
10-Q2011-08-05fiscal Q1 201132660000927355-11-000021

Inspect the source

Entity
TESSCO Technologies Incorporated / CIK 0000927355
Captured
SEC response SHA-256
c5b5ba2b33804cd62c3ead297b7a0842389ae5e022077d744de2b6ff1d08c18e

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