Skip to content

PREMIER HOLDING CORP.: filings

Every PREMIER HOLDING CORP. annual and quarterly report in the SEC record with the published financial measures it tagged, 31 filings, each linked to its SEC index.

Filing record ends 2019-06-28

The latest filing in this captured record is a 10-Q filed 2019-06-28. No later filing is in the SEC companyfacts record captured on 2026-09-22. PREMIER HOLDING CORP. 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-06-28fiscal Q2 201835950001683168-19-002042
10-Q2019-06-28fiscal Q1 201835710001683168-19-002041
10-K2018-10-09fiscal FY 201734700001683168-18-002989
10-Q2017-11-20fiscal Q3 201733900001683168-17-003117
10-Q2017-08-14fiscal Q2 201731860001683168-17-002130
10-Q2017-05-19fiscal Q1 201731640001683168-17-001349
10-K2017-03-31fiscal FY 201629600001683168-17-000742
10-Q2016-11-15fiscal Q3 201631860001683168-16-000665
10-Q2016-08-15fiscal Q2 201631840001019687-16-007248
10-Q2016-05-16fiscal Q1 201629590001019687-16-006316
10-K2016-04-14fiscal FY 201529600001019687-16-005881
10-Q2015-11-24fiscal Q3 201527750001019687-15-004329
10-Q2015-08-19fiscal Q2 201526730001019687-15-003206
10-K/A2015-07-15fiscal FY 201328570001019687-15-002747
10-Q2015-05-20fiscal Q1 201530590001019687-15-002042
10-K2015-04-28fiscal FY 201328570001019687-15-001648
10-Q2014-11-14fiscal Q3 201427750001019687-14-004306
10-Q2014-08-14fiscal Q2 201427730001019687-14-003206
10-Q2014-05-28fiscal Q1 201423470001019687-14-002160
10-K2014-04-15fiscal FY 201328570001019687-14-001422
10-Q2013-11-18fiscal Q3 201331800001019687-13-004446
10-Q2013-08-16fiscal Q2 201327700001019687-13-003192
10-Q/A2013-06-03fiscal Q1 201326520001019687-13-002161
10-K/A2013-04-26fiscal FY 201225720001019687-13-001506
10-Q/A2012-11-29fiscal Q3 201226870001019687-12-004324
10-Q/A2012-09-10fiscal Q2 201223660001546079-12-000108
10-Q2012-05-18fiscal Q1 201218420001471242-12-000756
10-K2012-04-11fiscal FY 201120480001471242-12-000429
10-Q/A2011-11-01fiscal Q3 201112440001471242-11-000242
10-Q2011-10-27fiscal Q3 201112440001471242-11-000237
10-Q2011-08-05fiscal Q2 201112410001199835-11-000475

Inspect the source

Entity
PREMIER HOLDING CORP. / CIK 0001030916
Captured
SEC response SHA-256
834dbae828e0fd7df18631fd7176ea36333e38632b45ece769b197626cfb8f67

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