Skip to content

PREMIER PRODUCT GROUP, INC.: filings

Every PREMIER PRODUCT GROUP, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 44 filings, each linked to its SEC index.

Filing record ends 2021-11-19

The latest filing in this captured record is a 10-Q filed 2021-11-19. No later filing is in the SEC companyfacts record captured on 2026-09-23. PREMIER PRODUCT GROUP, 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-Q2021-11-19fiscal Q3 202119600001477932-21-008612
10-Q2021-10-25fiscal Q2 202119600001477932-21-007550
10-Q/A2021-10-14fiscal Q1 202119400001477932-21-007284
10-K/A2021-10-07fiscal FY 202021430001477932-21-007063
10-Q2021-05-24fiscal Q1 202119420001477932-21-003518
10-K2021-05-06fiscal FY 202020420001477932-21-002900
10-Q2020-11-24fiscal Q3 202013380001721868-20-000578
10-Q2020-11-24fiscal Q2 202013340001721868-20-000574
10-Q2020-11-24fiscal Q1 202014250001721868-20-000572
10-Q/A2020-11-23fiscal Q2 201917480001721868-20-000564
10-K2020-11-09fiscal FY 201915290001721868-20-000500
10-Q2020-11-03fiscal Q3 201915400001721868-20-000482
10-Q2019-05-15fiscal Q1 201916370001721868-19-000264
10-K2019-04-15fiscal FY 201820410001721868-19-000187
10-Q2019-02-25fiscal Q3 201818460001721868-19-000091
10-Q2019-02-25fiscal Q1 201818340001721868-19-000090
10-Q2019-02-25fiscal Q2 201818460001721868-19-000088
10-K2019-02-01fiscal FY 201720400001721868-19-000039
10-Q2019-02-01fiscal Q3 201718490001721868-19-000038
10-Q2019-02-01fiscal Q2 201718500001721868-19-000037
10-Q2019-02-01fiscal Q1 201718370001721868-19-000036
10-K2018-10-29fiscal FY 201626480001721868-18-000643
10-Q2016-12-28fiscal Q3 201626640001213900-16-019740
10-Q2016-11-01fiscal Q2 201624620001213900-16-017846
10-Q2016-05-27fiscal Q1 201625480001213900-16-013851
10-K2016-05-18fiscal FY 201526490001213900-16-013584
10-Q2015-11-23fiscal Q3 201525630001213900-15-009006
10-Q2015-08-19fiscal Q2 201525620001213900-15-006387
10-Q2015-06-24fiscal Q1 201525460001213900-15-004694
10-K2015-06-19fiscal FY 201421430001213900-15-004590
10-Q2014-11-13fiscal Q3 201419610001213900-14-008058
10-Q2014-08-14fiscal Q2 201419610001213900-14-005930
10-Q2014-05-16fiscal Q1 201419450001213900-14-003547
10-K2014-04-15fiscal FY 201319630001213900-14-002486
10-Q2014-01-09fiscal Q3 201319600001079974-14-000012
10-Q2013-08-19fiscal Q2 201318560001079974-13-000530
10-Q2013-05-20fiscal Q1 201317410001079974-13-000286
10-K/A2013-04-18fiscal FY 201218570001079974-13-000201
10-Q2012-11-21fiscal Q3 201217680001079974-12-000624
10-Q2012-08-14fiscal Q2 201216660001079974-12-000380
10-Q2012-05-21fiscal Q1 201216530001144204-12-030823
10-K2012-04-02fiscal FY 201116530001144204-12-019168
10-Q2011-11-15fiscal Q3 201115630001144204-11-064700
10-Q2011-08-11fiscal Q2 201116610001144204-11-045576

Inspect the source

Entity
PREMIER PRODUCT GROUP, INC. / CIK 0001301838
Captured
SEC response SHA-256
2c32ff7c3204ee13df7106cbe8aca4330f7d55a5c41a0e0d7c67dc747a505b50

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