Skip to content

CHEMBIO DIAGNOSTICS, INC.: filings

Every CHEMBIO DIAGNOSTICS, INC. 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-29

The latest filing in this captured record is a 10-K filed 2023-03-29. No later filing is in the SEC companyfacts record captured on 2026-09-22. CHEMBIO DIAGNOSTICS, 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-K2023-03-29fiscal FY 202248980001140361-23-014526
10-Q2022-11-03fiscal Q3 2022411220001140361-22-039883
10-Q2022-08-05fiscal Q2 2022391140001140361-22-028390
10-Q2022-05-05fiscal Q1 202239820001140361-22-017906
10-K2022-03-03fiscal FY 2021501030001140361-22-007735
10-Q2021-11-05fiscal Q3 2021451310001140361-21-036862
10-Q2021-08-09fiscal Q2 2021451270001140361-21-027453
10-Q2021-05-06fiscal Q1 202144930001140361-21-016250
10-K2021-03-11fiscal FY 202046950001140361-21-008210
10-Q2020-11-05fiscal Q3 2020441280001140361-20-024702
10-Q2020-08-07fiscal Q2 2020441240001140361-20-017756
10-Q2020-05-04fiscal Q1 202043900001140361-20-010632
10-K2020-03-13fiscal FY 201948980001140361-20-005780
10-Q2019-11-07fiscal Q3 2019451440001140361-19-020057
10-Q2019-08-06fiscal Q2 2019451240001140361-19-014369
10-Q2019-05-02fiscal Q1 201944920001140361-19-008232
10-K2019-03-18fiscal FY 201843900001140361-19-005069
10-Q2018-11-08fiscal Q3 2018371020001140361-18-042769
10-Q2018-08-08fiscal Q2 2018371020001140361-18-035995
10-Q2018-05-09fiscal Q1 201839790001140361-18-022479
10-K2018-03-08fiscal FY 2017451490001092662-18-000013
10-Q2017-11-08fiscal Q3 2017381070001092662-17-000094
10-Q2017-08-09fiscal Q2 2017371050001092662-17-000075
10-Q2017-05-09fiscal Q1 201732660001092662-17-000041
10-K2017-03-07fiscal FY 2016391350001092662-17-000023
10-Q2016-11-10fiscal Q3 201632950001092662-16-000221
10-Q2016-08-11fiscal Q2 201630880001092662-16-000192
10-Q2016-05-12fiscal Q1 201632660001092662-16-000168
10-K2016-03-08fiscal FY 201538770001092662-16-000121
10-Q2015-11-12fiscal Q3 201532940001092662-15-000089
10-Q2015-08-06fiscal Q2 201532940001092662-15-000067
10-Q2015-05-07fiscal Q1 201535720001092662-15-000048
10-K2015-03-05fiscal FY 201441850001092662-15-000024
10-Q2014-11-06fiscal Q3 2014361050001092662-14-000085
10-Q2014-08-07fiscal Q2 2014361040001092662-14-000065
10-Q2014-05-08fiscal Q1 201436740001092662-14-000047
10-K2014-03-06fiscal FY 201341850001092662-14-000018
10-Q2013-11-07fiscal Q3 2013361050001092662-13-000132
10-Q2013-08-08fiscal Q2 2013371060001092662-13-000100
10-Q2013-05-09fiscal Q1 201336740001092662-13-000053
10-K2013-03-07fiscal FY 201240820001092662-13-000024
10-Q/A2012-11-13fiscal Q3 2012361020001092662-12-000090
10-Q2012-08-09fiscal Q2 2012361020001092662-12-000058
10-Q2012-05-08fiscal Q1 201236740001092662-12-000026
10-K2012-03-08fiscal FY 201136740001092662-12-000013
10-Q2011-11-03fiscal Q3 2011351000001092662-11-000063
10-Q2011-08-04fiscal Q2 2011351000001092662-11-000044

Inspect the source

Entity
CHEMBIO DIAGNOSTICS, INC. / CIK 0001092662
Captured
SEC response SHA-256
f4e40937d0d95fb11dba8f52939536a64af75af5fd3640d428deb7a120351716

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