Skip to content

SHARPS COMPLIANCE CORP.: filings

Every SHARPS COMPLIANCE CORP. annual and quarterly report in the SEC record with the published financial measures it tagged, 45 filings, each linked to its SEC index.

Filing record ends 2022-05-12

The latest filing in this captured record is a 10-Q filed 2022-05-12. No later filing is in the SEC companyfacts record captured on 2026-09-22. SHARPS COMPLIANCE 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-Q2022-05-12fiscal Q3 2022501370000898770-22-000044
10-Q/A2022-05-12fiscal Q2 2022511380000898770-22-000040
10-Q/A2022-05-12fiscal Q1 202248990000898770-22-000039
10-Q2022-02-02fiscal Q2 2022511390000898770-22-000005
10-Q2021-11-03fiscal Q1 202248990000898770-21-000143
10-K2021-08-25fiscal FY 2021511330000898770-21-000098
10-Q2021-05-05fiscal Q3 2021481290000898770-21-000039
10-Q2021-02-03fiscal Q2 2021441170000898770-21-000012
10-Q2020-11-04fiscal Q1 202145930000898770-20-000100
10-K2020-08-26fiscal FY 2020511690000898770-20-000065
10-Q2020-05-05fiscal Q3 2020461200000898770-20-000038
10-Q2020-02-04fiscal Q2 2020461200000898770-20-000006
10-Q2019-10-30fiscal Q1 202045900000898770-19-000078
10-K2019-08-28fiscal FY 2019471580000898770-19-000048
10-Q2019-05-01fiscal Q3 2019411100000898770-19-000027
10-Q2019-01-30fiscal Q2 2019401040000898770-19-000004
10-Q2018-11-01fiscal Q1 201941840000898770-18-000040
10-K2018-08-22fiscal FY 2018471630000898770-18-000029
10-Q2018-05-03fiscal Q3 2018401050000898770-18-000019
10-Q2018-01-31fiscal Q2 2018401050000898770-18-000010
10-Q2017-11-01fiscal Q1 201840820000898770-17-000010
10-K2017-08-23fiscal FY 2017451500001140361-17-033089
10-Q2017-05-04fiscal Q3 201736950001140361-17-018404
10-Q2017-02-01fiscal Q2 2017411150001140361-17-003861
10-Q2016-11-03fiscal Q1 201740830001140361-16-084645
10-K2016-08-25fiscal FY 2016401360001140361-16-077870
10-Q2016-05-03fiscal Q3 2016361020001140361-16-062938
10-Q2016-02-04fiscal Q2 2016371060001140361-16-050280
10-Q2015-11-04fiscal Q1 201637780001140361-15-039618
10-K2015-08-26fiscal FY 2015421490001140361-15-033499
10-Q2015-05-06fiscal Q3 2015361040001140361-15-017906
10-Q2015-02-05fiscal Q2 2015361040001140361-15-004257
10-Q2014-11-06fiscal Q1 201535740001140361-14-040415
10-K2014-08-27fiscal FY 2014461620001140361-14-034275
10-Q2014-05-08fiscal Q3 2014401140001140361-14-019517
10-Q2014-01-30fiscal Q2 2014401140001140361-14-003786
10-Q2013-11-07fiscal Q1 201440840001140361-13-041041
10-K2013-08-29fiscal FY 2013461620000898770-13-000012
10-Q2013-05-06fiscal Q3 2013391120000898770-13-000008
10-Q2013-01-31fiscal Q2 2013381080000898770-13-000003
10-Q2012-11-05fiscal Q1 201338800000898770-12-000018
10-K2012-08-30fiscal FY 2012451590000898770-12-000014
10-Q2012-05-03fiscal Q3 201235980000898770-12-000011
10-Q2012-02-01fiscal Q2 201235990000898770-12-000004
10-Q2011-11-03fiscal Q1 201235740000898770-11-000005

Inspect the source

Entity
SHARPS COMPLIANCE CORP. / CIK 0000898770
Captured
SEC response SHA-256
2934de07645a00992d6d8a1f3f23363a41f615adbd689713da5dc983bf85a8ff

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