Skip to content

BLONDER TONGUE LABORATORIES, INC.: filings

Every BLONDER TONGUE LABORATORIES, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 47 filings, each linked to its SEC index.

Filing record ends 2023-04-17

The latest filing in this captured record is a 10-K filed 2023-04-17. No later filing is in the SEC companyfacts record captured on 2026-09-22. BLONDER TONGUE LABORATORIES, 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-K2023-04-17fiscal FY 202248970001213900-23-030312
10-Q2022-11-04fiscal Q3 2022421230001213900-22-069391
10-Q2022-08-15fiscal Q2 2022411180001213900-22-048102
10-Q2022-05-06fiscal Q1 202241840001213900-22-024386
10-K2022-03-31fiscal FY 2021501010001213900-22-016788
10-Q2021-10-22fiscal Q3 2021451280001213900-21-054196
10-Q2021-08-12fiscal Q2 2021441230001213900-21-041828
10-Q2021-05-13fiscal Q1 202139790001213900-21-026149
10-K2021-03-25fiscal FY 202043880001213900-21-017745
10-Q2020-11-12fiscal Q3 2020431270001213900-20-036560
10-Q2020-08-13fiscal Q2 2020431240001213900-20-021747
10-Q2020-05-15fiscal Q1 202043900001213900-20-012418
10-K2020-04-13fiscal FY 201945900001213900-20-009053
10-Q2019-11-12fiscal Q3 2019431250001213900-19-022643
10-Q2019-08-14fiscal Q2 2019431210001213900-19-015647
10-Q2019-05-15fiscal Q1 201943890001213900-19-008679
10-K2019-04-01fiscal FY 201846930001213900-19-005351
10-Q2018-11-14fiscal Q3 201837960001213900-18-015631
10-Q2018-08-14fiscal Q2 201837960001213900-18-010892
10-Q2018-05-11fiscal Q1 201835720001213900-18-005897
10-K2018-04-02fiscal FY 201740830001213900-18-003785
10-Q2017-11-14fiscal Q3 201733880001213900-17-011933
10-Q2017-08-14fiscal Q2 201734920001144204-17-042698
10-Q2017-05-15fiscal Q1 201732660001144204-17-027059
10-K2017-03-31fiscal FY 201637760001144204-17-017902
10-Q2016-11-14fiscal Q3 201633880001144204-16-133646
10-Q2016-08-15fiscal Q2 201633880001144204-16-118960
10-Q2016-05-13fiscal Q1 201631640001144204-16-101433
10-K2016-03-30fiscal FY 201538780001144204-16-091323
10-Q2015-11-16fiscal Q3 201533900001144204-15-065561
10-Q2015-08-14fiscal Q2 201532880001144204-15-049290
10-Q2015-05-15fiscal Q1 201530620001144204-15-031250
10-K2015-03-31fiscal FY 201439800001144204-15-019829
10-Q2014-11-14fiscal Q3 201432880001144204-14-068129
10-Q2014-08-14fiscal Q2 201432880001144204-14-049699
10-Q2014-05-15fiscal Q1 201430620001144204-14-030779
10-K2014-03-31fiscal FY 201339790001144204-14-019460
10-Q2013-11-14fiscal Q3 201333860001144204-13-061383
10-Q2013-08-14fiscal Q2 201333860001144204-13-045508
10-Q2013-05-15fiscal Q1 201333680001144204-13-028993
10-K2013-04-01fiscal FY 201243880001144204-13-018986
10-Q2012-11-14fiscal Q3 201234900001144204-12-062189
10-Q/A2012-09-06fiscal Q2 201233860001144204-12-049809
10-Q2012-05-15fiscal Q1 201231640001144204-12-029377
10-K2012-03-30fiscal FY 201137760001144204-12-018525
10-Q2011-11-14fiscal Q3 201131820001144204-11-063549
10-Q2011-08-09fiscal Q2 201130780001144204-11-044737

Inspect the source

Entity
BLONDER TONGUE LABORATORIES, INC. / CIK 0001000683
Captured
SEC response SHA-256
e85dab57fdc62c0525e72f6b3db50747abbac6b4f0d88a9f186ff83480f271a8

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