Skip to content

CENTRIC BRANDS INC.: filings

Every CENTRIC BRANDS INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 35 filings, each linked to its SEC index.

Filing record ends 2019-11-14

The latest filing in this captured record is a 10-Q filed 2019-11-14. No later filing is in the SEC companyfacts record captured on 2026-09-22. CENTRIC BRANDS 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-Q2019-11-14fiscal Q3 2019481340001558370-19-011069
10-Q2019-08-14fiscal Q2 2019481340001558370-19-008169
10-Q2019-05-20fiscal Q1 201947970001558370-19-005215
10-K2019-05-16fiscal FY 2018521040001558370-19-005113
10-Q2018-11-14fiscal Q3 2018421320001558370-18-009350
10-Q2018-08-14fiscal Q2 2018421320001558370-18-007099
10-Q2018-05-15fiscal Q1 2018421020001558370-18-004825
10-K2018-04-02fiscal FY 2017501010001558370-18-002710
10-Q2017-11-14fiscal Q3 2017421300001558370-17-008943
10-Q2017-08-14fiscal Q2 2017421270001558370-17-006651
10-Q2017-05-15fiscal Q1 201739920001558370-17-004362
10-K2017-03-30fiscal FY 201646880001558370-17-002321
10-Q2016-11-14fiscal Q3 2016361030001558370-16-010062
10-Q2016-08-16fiscal Q2 201633960001558370-16-008039
10-Q/A2016-08-16fiscal Q1 201633700001104659-16-140049
10-Q2016-05-16fiscal Q1 201631640001104659-16-121367
10-K2016-02-29fiscal FY 2015451560001047469-16-010580
10-Q/A2015-11-13fiscal Q3 201533910001104659-15-078753
10-Q2015-10-13fiscal Q3 201533910001104659-15-070393
10-Q2015-07-10fiscal Q2 201530850001104659-15-050646
10-Q2015-04-09fiscal Q1 201530650001104659-15-026744
10-K2015-02-13fiscal FY 2014421460001047469-15-000816
10-Q2014-10-09fiscal Q3 201429800001104659-14-071065
10-Q2014-07-10fiscal Q2 201430850001104659-14-051002
10-Q2014-04-09fiscal Q1 201429620001104659-14-026719
10-K2014-02-13fiscal FY 2013411430001047469-14-000873
10-Q2013-10-15fiscal Q3 201327800001104659-13-075680
10-Q2013-07-15fiscal Q2 201327800001104659-13-054521
10-Q2013-04-15fiscal Q1 201327590001104659-13-029340
10-K2013-02-21fiscal FY 2012371380001047469-13-001389
10-Q2012-10-15fiscal Q3 201229840001104659-12-069142
10-Q2012-07-16fiscal Q2 201227800001104659-12-049121
10-Q2012-04-12fiscal Q1 201227580001104659-12-025004
10-K2012-02-28fiscal FY 201132840001047469-12-001761
10-Q2011-10-11fiscal Q3 201127800001104659-11-055640

Inspect the source

Entity
CENTRIC BRANDS INC. / CIK 0000844143
Captured
SEC response SHA-256
a61f43f5fba8d417e2f956350c89c0af20c31f559ed9f95126b1fdfd199f3a81

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