Skip to content

SUMMER INFANT, INC.: filings

Every SUMMER INFANT, INC. 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-16

The latest filing in this captured record is a 10-Q filed 2022-05-16. No later filing is in the SEC companyfacts record captured on 2026-09-22. SUMMER INFANT, 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-Q2022-05-16fiscal Q1 202245910001104659-22-061255
10-K2022-03-17fiscal FY 2021521030001104659-22-034637
10-Q2021-11-10fiscal Q3 2021481290001104659-21-137030
10-Q2021-08-16fiscal Q2 2021461210001104659-21-106373
10-Q2021-05-18fiscal Q1 202143890001104659-21-068867
10-K2021-03-16fiscal FY 202049990001104659-21-037157
10-Q2020-11-10fiscal Q3 2020471260001104659-20-123620
10-Q2020-08-11fiscal Q2 2020451180001104659-20-093316
10-Q2020-05-12fiscal Q1 202042870001104659-20-060206
10-K2020-03-18fiscal FY 201944880001047469-20-001584
10-Q2019-11-12fiscal Q3 2019421170001104659-19-062698
10-Q2019-08-07fiscal Q2 2019421120001104659-19-044557
10-Q2019-05-07fiscal Q1 201942860001104659-19-027512
10-K/A2019-03-22fiscal FY 201842860001047469-19-001551
10-K2019-02-20fiscal FY 201842860001047469-19-000567
10-Q2018-10-31fiscal Q3 2018391000001104659-18-065096
10-Q2018-08-01fiscal Q2 2018391000001104659-18-048771
10-Q2018-05-02fiscal Q1 201838780001104659-18-029873
10-K2018-02-20fiscal FY 201741840001047469-18-000901
10-Q2017-11-01fiscal Q3 201738970001104659-17-065221
10-Q2017-08-02fiscal Q2 201738980001104659-17-048887
10-Q2017-05-03fiscal Q1 201734690001104659-17-029445
10-K2017-02-22fiscal FY 201636740001047469-17-000832
10-Q2016-11-02fiscal Q3 201634880001104659-16-154201
10-Q2016-08-02fiscal Q2 201634890001104659-16-136153
10-Q2016-05-05fiscal Q1 201632650001104659-16-118298
10-K2016-02-24fiscal FY 201538780001047469-16-010378
10-Q2015-11-04fiscal Q3 201532830001104659-15-075802
10-Q2015-08-05fiscal Q2 201532830001104659-15-056549
10-Q2015-05-07fiscal Q1 201532650001104659-15-035190
10-K2015-03-04fiscal FY 201438770001047469-15-001609
10-Q2014-11-06fiscal Q3 201431810001104659-14-077762
10-Q2014-08-14fiscal Q2 201429780001104659-14-061087
10-Q2014-05-13fiscal Q1 201429590001104659-14-038163
10-K2014-03-11fiscal FY 201338760001047469-14-002152
10-Q2013-11-14fiscal Q3 201329770001104659-13-084898
10-Q2013-08-14fiscal Q2 201329770001104659-13-063960
10-Q2013-05-14fiscal Q1 201329590001104659-13-041436
10-K2013-03-13fiscal FY 201239990001047469-13-002669
10-Q2012-11-14fiscal Q3 201231790001104659-12-077901
10-Q2012-08-14fiscal Q2 201230790001104659-12-057565
10-Q2012-05-14fiscal Q1 201229600001104659-12-036974
10-K2012-02-29fiscal FY 201131640001047469-12-001850
10-Q2011-11-10fiscal Q3 201129800001104659-11-062936
10-Q2011-08-10fiscal Q2 201128700001104659-11-045541

Inspect the source

Entity
SUMMER INFANT, INC. / CIK 0001314772
Captured
SEC response SHA-256
99de8d36ff974a0675134b39dab2ef7af7f396be04fe33018a3b0e85d9fed5cc

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