Skip to content

APEX GLOBAL BRANDS INC.: filings

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

Filing record ends 2020-12-15

The latest filing in this captured record is a 10-Q filed 2020-12-15. No later filing is in the SEC companyfacts record captured on 2026-09-22. APEX GLOBAL 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-Q2020-12-15fiscal Q3 2021431260001564590-20-057161
10-Q2020-09-15fiscal Q2 2021421190001564590-20-043608
10-Q2020-06-16fiscal Q1 202142840001564590-20-029528
10-K2020-04-30fiscal FY 2020471230001564590-20-020246
10-Q2019-12-20fiscal Q3 2020411160001564590-19-046554
10-Q2019-09-17fiscal Q2 2020401120001564590-19-034921
10-Q2019-06-18fiscal Q1 202038770001564590-19-022794
10-K2019-04-23fiscal FY 2019451200001564590-19-012410
10-Q2018-12-13fiscal Q3 2019391120001564590-18-030895
10-Q2018-09-13fiscal Q2 2019391120001564590-18-023105
10-Q2018-06-14fiscal Q1 201938800001558370-18-005279
10-K2018-04-19fiscal FY 2018431340001558370-18-003099
10-Q2017-12-07fiscal Q3 2018441200001558370-17-009242
10-Q2017-09-07fiscal Q2 2018441200001558370-17-006976
10-Q2017-08-18fiscal Q1 201842850001558370-17-006732
10-K2017-05-18fiscal FY 2017421370001558370-17-004412
10-Q2016-12-08fiscal Q3 201733940001558370-16-010468
10-Q2016-09-08fiscal Q2 201733950001558370-16-008261
10-Q2016-06-09fiscal Q1 201730620001558370-16-006346
10-K2016-04-14fiscal FY 2016341230001558370-16-004657
10-Q2015-12-10fiscal Q3 201634980001558370-15-002830
10-Q2015-09-10fiscal Q2 201631920001104659-15-064559
10-Q2015-06-11fiscal Q1 201630620001104659-15-044903
10-K2015-04-16fiscal FY 2015331220001047469-15-003600
10-Q2014-12-10fiscal Q3 201531920001104659-14-085867
10-Q2014-09-11fiscal Q2 201531920001104659-14-065883
10-Q2014-06-10fiscal Q1 201531660001104659-14-045082
10-K2014-04-17fiscal FY 2013351240001047469-14-003903
10-Q2013-12-12fiscal Q3 201332920001104659-13-089944
10-Q2013-09-12fiscal Q2 201332920001104659-13-069567
10-Q2013-06-13fiscal Q1 201332660001104659-13-049058
10-K2013-04-30fiscal FY 2012361230001047469-13-005201
10-Q2012-12-06fiscal Q3 201234890001104659-12-082489
10-Q2012-09-06fiscal Q2 201233870001104659-12-061988
10-Q2012-06-07fiscal Q1 201230610001104659-12-042327
10-K2012-04-12fiscal FY 201132810001047469-12-004217
10-Q2011-12-08fiscal Q3 201132850001104659-11-068439
10-Q2011-09-08fiscal Q2 201135900001104659-11-050827

Inspect the source

Entity
APEX GLOBAL BRANDS INC. / CIK 0000844161
Captured
SEC response SHA-256
e38fc66b660f394a0b522a0e494ea671ac487e7a69c8fd17b0f252007a5ffa4d

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