Skip to content

ANDREA ELECTRONICS CORPORATION: filings

Every ANDREA ELECTRONICS CORPORATION 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-03-30

The latest filing in this captured record is a 10-K filed 2023-03-30. No later filing is in the SEC companyfacts record captured on 2026-09-22. ANDREA ELECTRONICS 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-K2023-03-30fiscal FY 202243880001437749-23-008616
10-Q2022-11-14fiscal Q3 2022401140001437749-22-027208
10-Q2022-08-15fiscal Q2 2022391120001437749-22-020529
10-Q2022-05-16fiscal Q1 202240810001206774-22-001405
10-K2022-03-31fiscal FY 202140820001206774-22-000942
10-Q2021-11-15fiscal Q3 2021401170001206774-21-002744
10-Q2021-08-16fiscal Q2 202135980001206774-21-002186
10-Q2021-05-17fiscal Q1 202135730001206774-21-001477
10-K2021-03-31fiscal FY 202040810001206774-21-000940
10-Q2020-11-16fiscal Q3 202036990001206774-20-003072
10-Q2020-08-14fiscal Q2 202036960001206774-20-002441
10-Q2020-05-14fiscal Q1 202036710001206774-20-001637
10-K2020-03-30fiscal FY 201940800001206774-20-000985
10-Q2019-11-12fiscal Q3 2019361010001206774-19-003698
10-Q2019-08-14fiscal Q2 201935960001206774-19-002659
10-Q2019-05-15fiscal Q1 201935700001206774-19-001744
10-K2019-03-29fiscal FY 201839800001206774-19-001153
10-Q2018-11-14fiscal Q3 2018371050001206774-18-003194
10-Q2018-08-14fiscal Q2 201833880001206774-18-002450
10-Q2018-05-15fiscal Q1 201832640001206774-18-001650
10-K2018-03-26fiscal FY 201740820001206774-18-000959
10-Q2017-11-14fiscal Q3 2017371040001206774-17-003148
10-Q2017-08-14fiscal Q2 2017361000001206774-17-002429
10-Q2017-05-12fiscal Q1 201735710001206774-17-001607
10-K2017-03-24fiscal FY 201643870001206774-17-000958
10-Q2016-11-14fiscal Q3 201635940001206774-16-007555
10-Q2016-08-15fiscal Q2 2016371040001206774-16-006886
10-Q2016-05-16fiscal Q1 201636730001206774-16-005962
10-K2016-03-29fiscal FY 201540820001206774-16-005177
10-Q2015-11-16fiscal Q3 201534920001206774-15-003500
10-Q2015-08-14fiscal Q2 201534900001206774-15-002720
10-Q2015-05-20fiscal Q1 201530620001145443-15-000734
10-K2015-03-30fiscal FY 201436740001145443-15-000491
10-Q2014-11-14fiscal Q3 201430780001145443-14-001353
10-Q2014-08-14fiscal Q2 201432860001145443-14-001078
10-Q2014-05-15fiscal Q1 201432620001145443-14-000784
10-K2014-03-25fiscal FY 201336740001145443-14-000358
10-Q2013-11-14fiscal Q3 201330830001145443-13-002158
10-Q2013-08-14fiscal Q2 201330840001145443-13-001692
10-Q2013-05-15fiscal Q1 201328580001145443-13-001322
10-K2013-03-29fiscal FY 201237760001145443-13-000876
10-Q2012-11-14fiscal Q3 201229820001145443-12-001283
10-Q/A2012-08-21fiscal Q2 201230850001145443-12-000997
10-Q2012-05-14fiscal Q1 201228550001145443-12-000726
10-K2012-03-23fiscal FY 201129600001145443-12-000257
10-Q2011-11-14fiscal Q3 201131860001145443-11-001148
10-Q2011-08-12fiscal Q2 201134940001145443-11-000761

Inspect the source

Entity
ANDREA ELECTRONICS CORPORATION / CIK 0000006494
Captured
SEC response SHA-256
a56a2982a140c519626071386ec53a668ec20bf302ffa1d6a62bebfe9052f58d

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