Skip to content

MICROWAVE FILTER CO INC /NY/: filings

Every MICROWAVE FILTER CO INC /NY/ annual and quarterly report in the SEC record with the published financial measures it tagged, 33 filings, each linked to its SEC index.

Filing record ends 2019-08-13

The latest filing in this captured record is a 10-Q filed 2019-08-13. No later filing is in the SEC companyfacts record captured on 2026-09-22. MICROWAVE FILTER CO INC /NY/ 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-Q2019-08-13fiscal Q3 201932880001493152-19-012110
10-Q2019-05-13fiscal Q2 201931850001493152-19-006843
10-Q2019-02-13fiscal Q1 201930620001493152-19-001799
10-K2018-12-07fiscal FY 201834700001493152-18-017185
10-Q2018-08-13fiscal Q3 201830760001493152-18-011430
10-Q2018-05-11fiscal Q2 201829720001493152-18-006636
10-Q2018-02-13fiscal Q1 201827560001493152-18-001966
10-K2017-12-08fiscal FY 201733680001493152-17-014380
10-Q2017-08-11fiscal Q3 201727680001493152-17-008951
10-Q2017-05-12fiscal Q2 201727660001493152-17-005120
10-Q2017-02-13fiscal Q1 201727560001493152-17-001427
10-K2016-12-09fiscal FY 201632660001493152-16-015780
10-Q2016-08-12fiscal Q3 201627680001493152-16-012260
10-Q2016-05-13fiscal Q2 201627680001493152-16-009708
10-Q2016-02-12fiscal Q1 201627560001493152-16-007344
10-K2015-12-14fiscal FY 201531640001493152-15-006208
10-Q2015-08-13fiscal Q3 201528700001493152-15-003603
10-Q2015-05-13fiscal Q2 201524600000716688-15-000003
10-Q2015-02-13fiscal Q1 201524500000716688-15-000002
10-K2014-12-18fiscal FY 201431640000716688-14-000010
10-Q2014-08-12fiscal Q3 201424600000716688-14-000007
10-Q2014-05-13fiscal Q2 201424600000716688-14-000005
10-Q2014-02-13fiscal Q1 201422460000716688-14-000002
10-K/A2013-12-19fiscal FY 201334700000716688-13-000013
10-Q2013-08-13fiscal Q3 201327660000716688-13-000008
10-Q2013-05-14fiscal Q2 201327660000716688-13-000005
10-Q2013-02-14fiscal Q1 201325520000716688-13-000001
10-K2012-12-20fiscal FY 201233680000716688-12-000025
10-Q2012-08-08fiscal Q3 201227660000716688-12-000021
10-Q2012-05-11fiscal Q2 201227660000716688-12-000019
10-Q/A2012-02-15fiscal Q1 201227560000716688-12-000010
10-K2011-12-21fiscal FY 201128580000716688-11-000008
10-Q2011-08-12fiscal Q3 201127680000716688-11-000007

Inspect the source

Entity
MICROWAVE FILTER CO INC /NY/ / CIK 0000716688
Captured
SEC response SHA-256
b7b9345aa2d63220b535cbcafd47205292bbc6f3b55af325ca0b04be38178640

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