Skip to content

STERLING CONSOLIDATED Corp: filings

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

Filing record ends 2023-01-19

The latest filing in this captured record is a 10-Q filed 2023-01-19. No later filing is in the SEC companyfacts record captured on 2026-09-22. STERLING CONSOLIDATED 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-Q2023-01-19fiscal Q3 2022371050001410578-23-000032
10-Q2022-08-23fiscal Q2 2022371100001410578-22-002720
10-Q2022-07-18fiscal Q1 202236760001410578-22-001953
10-K2022-07-15fiscal FY 202144890001410578-22-001951
10-Q2021-11-22fiscal Q3 2021371060001410578-21-000421
10-Q2021-09-27fiscal Q2 202133900001104659-21-119704
10-Q2021-09-27fiscal Q1 202133680001104659-21-119679
10-K2021-09-24fiscal FY 202040810001104659-21-119272
10-Q2021-06-15fiscal Q3 202034940001104659-21-081067
10-Q2021-05-04fiscal Q2 202034940001104659-21-060812
10-Q2021-03-05fiscal Q1 202034710001104659-21-032831
10-K2020-10-28fiscal FY 201940820001104659-20-118943
10-Q2020-01-10fiscal Q3 201932900001104659-20-002817
10-Q2020-01-08fiscal Q2 201932890001104659-20-002128
10-Q2019-05-29fiscal Q1 201932690001144204-19-028667
10-K2019-04-16fiscal FY 201839810001144204-19-019923
10-Q2018-11-19fiscal Q3 2018371080001144204-18-060843
10-Q2018-08-20fiscal Q2 201833920001144204-18-045622
10-Q2018-05-21fiscal Q1 201833680001144204-18-030113
10-K2018-04-17fiscal FY 201738790001144204-18-020993
10-Q2017-11-20fiscal Q3 201731860001144204-17-060182
10-Q2017-08-18fiscal Q2 201727780001144204-17-044225
10-Q2017-05-15fiscal Q1 201727560001144204-17-027603
10-K2017-04-17fiscal FY 201635730001144204-17-020750
10-Q2017-01-20fiscal Q3 201628800001144204-17-003217
10-Q2016-12-16fiscal Q2 201628800001144204-16-140076
10-Q2016-12-02fiscal Q1 201628580001144204-16-137751
10-K2016-08-12fiscal FY 201536740001144204-16-118840
10-Q2015-11-16fiscal Q3 201529820001144204-15-066052
10-Q2015-08-19fiscal Q2 201527760001144204-15-050512
10-Q2015-05-21fiscal Q1 201529580001144204-15-032718
10-K2015-04-22fiscal FY 201437760001144204-15-024279
10-Q2014-11-21fiscal Q3 201430810001144204-14-070355
10-Q2014-08-15fiscal Q2 201430810001144204-14-050702
10-Q2014-05-20fiscal Q1 201429580001144204-14-032571
10-K2014-04-15fiscal FY 201336740001144204-14-022747
10-Q2013-11-19fiscal Q3 201338960001144204-13-063001
10-Q2013-08-14fiscal Q2 201332910001144204-13-045760
10-Q/A2013-06-14fiscal Q1 201328600001144204-13-034791

Inspect the source

Entity
STERLING CONSOLIDATED Corp / CIK 0001555972
Captured
SEC response SHA-256
9edf98ca646f560cce6269b7b2d32fb43e02018ad9ff2dff2b02a6cf310517a8

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