Skip to content

ZAGG INC: filings

Every ZAGG 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-11-09

The latest filing in this captured record is a 10-Q filed 2020-11-09. No later filing is in the SEC companyfacts record captured on 2026-09-22. ZAGG 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-11-09fiscal Q3 2020571550001628280-20-016124
10-Q2020-08-04fiscal Q2 2020571530001296205-20-000106
10-Q2020-05-28fiscal Q1 2020551130001296205-20-000091
10-K2020-03-16fiscal FY 2019552090001296205-20-000040
10-Q2019-11-07fiscal Q3 2019531500001296205-19-000085
10-Q2019-08-07fiscal Q2 2019521480001296205-19-000074
10-Q2019-05-08fiscal Q1 2019521080001296205-19-000061
10-K2019-03-14fiscal FY 2018541990001296205-19-000020
10-Q2018-11-07fiscal Q3 2018511410001296205-18-000063
10-Q2018-08-01fiscal Q2 2018491330001296205-18-000037
10-Q2018-05-09fiscal Q1 201849990001296205-18-000020
10-K2018-03-15fiscal FY 2017491790001628280-18-003203
10-Q2017-11-02fiscal Q3 2017481300001213900-17-011245
10-Q2017-08-03fiscal Q2 2017431190001213900-17-008163
10-Q2017-05-04fiscal Q1 201742850001213900-17-004610
10-K2017-03-09fiscal FY 2016451660001213900-17-002131
10-Q2016-11-02fiscal Q3 2016431180001213900-16-017879
10-Q2016-08-03fiscal Q2 2016441200001213900-16-015503
10-Q2016-05-10fiscal Q1 201644880001013762-16-001569
10-K2016-03-08fiscal FY 2015441640001013762-16-001367
10-Q2015-11-04fiscal Q3 2015431220001013762-15-001045
10-Q2015-08-05fiscal Q2 2015431210001013762-15-000812
10-Q2015-05-06fiscal Q1 201542850001013762-15-000423
10-K2015-03-10fiscal FY 2014451660001013762-15-000202
10-Q2014-11-05fiscal Q3 2014411160001013762-14-001283
10-Q2014-08-06fiscal Q2 2014411180001013762-14-000906
10-Q2014-05-08fiscal Q1 201441840001013762-14-000498
10-K2014-03-12fiscal FY 2013471790001013762-14-000224
10-Q2013-11-07fiscal Q3 2013421190001013762-13-001368
10-Q2013-08-08fiscal Q2 2013421190001013762-13-001018
10-Q2013-05-10fiscal Q1 201342870001013762-13-000678
10-K2013-03-18fiscal FY 2012471790001013762-13-000403
10-Q2012-11-08fiscal Q3 2012431220001013762-12-002047
10-Q2012-08-08fiscal Q2 2012431220001013762-12-001550
10-Q2012-05-10fiscal Q1 201243870001013762-12-001016
10-K2012-03-15fiscal FY 2011431130001013762-12-000492
10-Q2011-11-18fiscal Q3 2011411050001013762-11-003118
10-Q/A2011-09-06fiscal Q2 2011411060001013762-11-002428

Inspect the source

Entity
ZAGG INC / CIK 0001296205
Captured
SEC response SHA-256
398c8e8db62ca83dc96c30cd3b2adc9f2753f1de965d522a857355e42727640b

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