Skip to content

CAS MEDICAL SYSTEMS INC: filings

Every CAS MEDICAL SYSTEMS INC annual and quarterly report in the SEC record with the published financial measures it tagged, 31 filings, each linked to its SEC index.

Filing record ends 2019-03-25

The latest filing in this captured record is a 10-K filed 2019-03-25. No later filing is in the SEC companyfacts record captured on 2026-09-22. CAS MEDICAL SYSTEMS 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-K2019-03-25fiscal FY 201834680001072613-19-000145
10-Q2018-10-31fiscal Q3 201833830001072613-18-000516
10-Q2018-08-02fiscal Q2 201833830001072613-18-000430
10-Q2018-05-10fiscal Q1 201833640001072613-18-000328
10-K2018-03-26fiscal FY 201733680001072613-18-000240
10-Q2017-11-09fiscal Q3 201735910001072613-17-000555
10-Q2017-08-08fiscal Q2 201735920001072613-17-000416
10-Q2017-05-10fiscal Q1 201733660001072613-17-000285
10-K2017-03-15fiscal FY 201634710001072613-17-000190
10-Q2016-11-08fiscal Q3 201635920001072613-16-000955
10-Q2016-08-05fiscal Q2 201635910001072613-16-000869
10-Q2016-05-11fiscal Q1 201635690001072613-16-000782
10-K2016-03-30fiscal FY 201531650001072613-16-000743
10-Q2015-11-06fiscal Q3 201534890001072613-15-000447
10-Q2015-08-05fiscal Q2 201535910001072613-15-000357
10-Q2015-05-05fiscal Q1 201536730001072613-15-000269
10-K2015-03-18fiscal FY 201436750001072613-15-000229
10-Q2014-11-04fiscal Q3 201436900001072613-14-000441
10-Q2014-08-06fiscal Q2 201435890001072613-14-000316
10-Q2014-05-02fiscal Q1 201435710001072613-14-000231
10-K2014-03-19fiscal FY 2013391190001072613-14-000183
10-Q2013-11-12fiscal Q3 201335920001072613-13-000419
10-Q2013-08-07fiscal Q2 201335930001072613-13-000317
10-Q2013-05-14fiscal Q1 201335710001072613-13-000234
10-K2013-03-26fiscal FY 2012361030001072613-13-000186
10-Q2012-11-08fiscal Q3 201233830001072613-12-000650
10-Q2012-08-08fiscal Q2 201232830001072613-12-000533
10-Q2012-05-08fiscal Q1 201230600001072613-12-000378
10-K2012-03-27fiscal FY 201132660001072613-12-000272
10-Q2011-11-08fiscal Q3 201132840001072613-11-000820
10-Q2011-08-12fiscal Q2 201132830001072613-11-000662

Inspect the source

Entity
CAS MEDICAL SYSTEMS INC / CIK 0000764579
Captured
SEC response SHA-256
ef251ab3e8272e11f890490c677d0cb8243cff138dc12d821ef3c28023ef84b2

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