Skip to content

AMERICAN BIO MEDICA CORPORATION: filings

Every AMERICAN BIO MEDICA CORPORATION annual and quarterly report in the SEC record with the published financial measures it tagged, 48 filings, each linked to its SEC index.

Filing record ends 2023-06-12

The latest filing in this captured record is a 10-Q filed 2023-06-12. No later filing is in the SEC companyfacts record captured on 2026-09-22. AMERICAN BIO MEDICA 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-Q2023-06-12fiscal Q1 202340840001654954-23-007911
10-K2023-03-21fiscal FY 202243860001654954-23-003260
10-Q2022-11-16fiscal Q3 2022381020001654954-22-015460
10-Q2022-08-15fiscal Q2 202236980001654954-22-011390
10-Q2022-05-16fiscal Q1 202236760001654954-22-006952
10-K2022-04-15fiscal FY 202145920001654954-22-005014
10-Q2021-11-18fiscal Q3 2021391020001654954-21-012429
10-Q2021-08-18fiscal Q2 2021381020001654954-21-009196
10-Q2021-05-20fiscal Q1 202139820001654954-21-006081
10-K2021-04-15fiscal FY 202043880001654954-21-004250
10-Q2020-11-16fiscal Q3 2020411080001654954-20-012503
10-Q2020-09-15fiscal Q2 2020391040001654954-20-010108
10-Q2020-07-31fiscal Q1 202039820001654954-20-008274
10-K2020-06-26fiscal FY 201938780001654954-20-007022
10-Q2019-11-14fiscal Q3 2019391180001654954-19-013030
10-Q2019-08-14fiscal Q2 2019391020001654954-19-009517
10-Q2019-05-20fiscal Q1 201939800001654954-19-006357
10-K2019-04-16fiscal FY 201839800001654954-19-004490
10-Q2018-11-13fiscal Q3 2018391020001654954-18-012504
10-Q2018-08-14fiscal Q2 2018391040001654954-18-009151
10-Q2018-05-14fiscal Q1 201838780001654954-18-005248
10-K2018-04-12fiscal FY 201737760001654954-18-003884
10-Q2017-11-14fiscal Q3 201738960001144204-17-058768
10-Q2017-08-14fiscal Q2 201733860001144204-17-042918
10-Q2017-05-15fiscal Q1 201733680001144204-17-027372
10-K2017-03-31fiscal FY 201637760001144204-17-018013
10-Q2016-11-14fiscal Q3 201633860001144204-16-133917
10-Q2016-08-15fiscal Q2 201633860001144204-16-119204
10-Q2016-05-16fiscal Q1 201633680001144204-16-102251
10-K2016-03-30fiscal FY 201535720001144204-16-091507
10-Q2015-11-16fiscal Q3 201532820001144204-15-065774
10-Q2015-08-14fiscal Q2 201532820001144204-15-049250
10-Q2015-05-15fiscal Q1 201533680001144204-15-031278
10-K2015-03-31fiscal FY 201435720001144204-15-019717
10-Q2014-11-14fiscal Q3 201432840001144204-14-068427
10-Q2014-08-14fiscal Q2 201432820001144204-14-049769
10-Q2014-05-15fiscal Q1 201433680001144204-14-030918
10-K2014-03-31fiscal FY 201335710001144204-14-019165
10-Q2013-11-19fiscal Q3 201335890001144204-13-062964
10-Q2013-08-14fiscal Q2 201336910001144204-13-045726
10-Q2013-05-14fiscal Q1 201335720001144204-13-028682
10-K2013-03-28fiscal FY 201237760001144204-13-018226
10-Q2012-11-14fiscal Q3 201234880001144204-12-062085
10-Q/A2012-09-10fiscal Q2 201236920001144204-12-050326
10-Q2012-05-15fiscal Q1 201236740001144204-12-029457
10-K2012-04-16fiscal FY 201134700001144204-12-021826
10-Q2011-11-14fiscal Q3 201134880001144204-11-063803
10-Q2011-08-15fiscal Q2 201136910001144204-11-047239

Inspect the source

Entity
AMERICAN BIO MEDICA CORPORATION / CIK 0000896747
Captured
SEC response SHA-256
8c81604293b852adeff68f1b8771cc4fa246b94a42c1d6f5b8af1757731f3992

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