Skip to content

MGC DIAGNOSTICS Corp: filings

Every MGC DIAGNOSTICS Corp annual and quarterly report in the SEC record with the published financial measures it tagged, 25 filings, each linked to its SEC index.

Filing record ends 2017-09-14

The latest filing in this captured record is a 10-Q filed 2017-09-14. No later filing is in the SEC companyfacts record captured on 2026-09-22. MGC DIAGNOSTICS Corp 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-Q2017-09-14fiscal Q3 2017391090000897101-17-001133
10-Q2017-06-13fiscal Q2 2017391090000897101-17-000727
10-Q2017-03-15fiscal Q1 201739750000897101-17-000316
10-K2017-01-30fiscal FY 201643860000897101-17-000133
10-Q2016-09-14fiscal Q3 2016401110000897101-16-002922
10-Q2016-06-14fiscal Q2 2016401110000897101-16-002511
10-Q2016-03-15fiscal Q1 201640770000897101-16-002019
10-K2016-01-29fiscal FY 201547930000897101-16-001821
10-Q2015-09-14fiscal Q3 2015421160000897101-15-001214
10-Q2015-06-15fiscal Q2 2015411130000897101-15-000837
10-Q2015-03-17fiscal Q1 201541830000897101-15-000345
10-K2015-01-29fiscal FY 201445860000897101-15-000112
10-Q2014-09-12fiscal Q3 2014391040000897101-14-001284
10-Q2014-06-13fiscal Q2 201437990000897101-14-000879
10-Q2014-03-13fiscal Q1 201436730000897101-14-000321
10-K2014-01-28fiscal FY 201344860000897101-14-000108
10-Q2013-09-13fiscal Q3 2013421140000897101-13-001333
10-Q2013-06-13fiscal Q2 2013421140000897101-13-000909
10-Q2013-03-13fiscal Q1 201342850000897101-13-000338
10-K2013-01-29fiscal FY 201245880000897101-13-000106
10-Q2012-09-14fiscal Q3 2012411140000897101-12-001551
10-Q2012-06-14fiscal Q2 2012421150000897101-12-001017
10-Q2012-03-09fiscal Q1 201240810000897101-12-000428
10-K2012-01-27fiscal FY 201141830000897101-12-000109
10-Q2011-09-14fiscal Q3 2011401100000897101-11-001584

Inspect the source

Entity
MGC DIAGNOSTICS Corp / CIK 0000815093
Captured
SEC response SHA-256
d9cbb9faf6c99b3df54e14c976760ba98bf6bd004798b143f537293e3ca9c96a

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