Skip to content

GNC HOLDINGS, INC.: filings

Every GNC HOLDINGS, 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-08-10

The latest filing in this captured record is a 10-Q filed 2020-08-10. No later filing is in the SEC companyfacts record captured on 2026-09-22. GNC HOLDINGS, 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-08-10fiscal Q2 2020381100001628280-20-012374
10-Q2020-05-11fiscal Q1 202041860001628280-20-007480
10-K2020-03-25fiscal FY 2019491890001628280-20-004053
10-Q2019-10-25fiscal Q3 2019401150001628280-19-012553
10-Q2019-07-22fiscal Q2 2019401110001628280-19-008845
10-Q2019-05-02fiscal Q1 201940810001628280-19-005694
10-K2019-03-13fiscal FY 2018481910001628280-19-002882
10-Q2018-11-09fiscal Q3 201834940001628280-18-014152
10-Q2018-07-26fiscal Q2 201834940001628280-18-009645
10-Q2018-04-26fiscal Q1 201834720001628280-18-005123
10-K2018-03-01fiscal FY 2017431690001628280-18-002664
10-Q2017-10-26fiscal Q3 201735940001628280-17-010231
10-Q2017-07-27fiscal Q2 201735940001628280-17-007348
10-Q2017-04-20fiscal Q1 201734720001628280-17-004142
10-K2017-02-16fiscal FY 2016421690001628280-17-001417
10-Q2016-10-27fiscal Q3 201636940001628280-16-020338
10-Q2016-07-28fiscal Q2 201630840001628280-16-017904
10-Q2016-04-28fiscal Q1 201630640001628280-16-014946
10-K2016-02-11fiscal FY 2015401610001628280-16-011031
10-Q2015-10-29fiscal Q3 201532860001628280-15-008026
10-Q2015-07-30fiscal Q2 201529820001628280-15-005615
10-Q2015-04-30fiscal Q1 201529620001628280-15-003218
10-K2015-02-17fiscal FY 2014401610001628280-15-000769
10-Q2014-10-30fiscal Q3 201431820001445305-14-004613
10-Q2014-07-29fiscal Q2 201431820001445305-14-002963
10-Q2014-05-08fiscal Q1 201432660001104659-14-036483
10-K2014-02-20fiscal FY 2013421630001047469-14-001099
10-Q2013-10-31fiscal Q3 201332860001104659-13-079451
10-Q2013-08-01fiscal Q2 201332860001104659-13-058644
10-Q2013-05-02fiscal Q1 201332660001104659-13-036252
10-K/A2013-02-26fiscal FY 2012411620001047469-13-001670
10-K2013-02-22fiscal FY 2012411620001047469-13-001511
10-Q2012-11-01fiscal Q3 201233870001104659-12-073185
10-Q2012-08-01fiscal Q2 201233870001104659-12-052907
10-Q2012-05-02fiscal Q1 201229610001104659-12-031661
10-K2012-02-27fiscal FY 201131810001047469-12-001517
10-Q2011-10-21fiscal Q3 201133880001104659-11-057182
10-Q2011-08-05fiscal Q2 201134900001104659-11-044231

Inspect the source

Entity
GNC HOLDINGS, INC. / CIK 0001502034
Captured
SEC response SHA-256
5e1e8e58c4c1435cbe086ecc8434ad1a6040cc41a8d078bf168031931593950f

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