Skip to content

PLAYERS NETWORK: filings

Every PLAYERS NETWORK 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-02-01

The latest filing in this captured record is a 10-Q filed 2019-02-01. No later filing is in the SEC companyfacts record captured on 2026-09-22. PLAYERS NETWORK 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-02-01fiscal Q3 201837900001493152-19-001266
10-Q2019-01-30fiscal Q2 2018411060001493152-19-001182
10-Q2018-05-21fiscal Q1 201837720001493152-18-007598
10-K2018-04-17fiscal FY 201735670001493152-18-005346
10-Q2017-11-20fiscal Q3 201733800001493152-17-013615
10-Q2017-08-21fiscal Q2 201733800001493152-17-009688
10-Q2017-05-16fiscal Q1 201730600001493152-17-005478
10-K2017-04-17fiscal FY 201631620001493152-17-004037
10-Q2016-11-18fiscal Q3 201629720001493152-16-015251
10-Q2016-08-23fiscal Q2 201629720001493152-16-012812
10-Q2016-05-27fiscal Q1 201629550001493152-16-010415
10-K2016-05-13fiscal FY 201530620001493152-16-009742
10-Q2015-11-23fiscal Q3 201529720001493152-15-005834
10-Q2015-08-21fiscal Q2 201527700001019687-15-003235
10-Q2015-05-14fiscal Q1 201525500001019687-15-001913
10-K2015-04-15fiscal FY 201428570001019687-15-001473
10-Q2014-11-18fiscal Q3 201424640001019687-14-004353
10-Q2014-08-19fiscal Q2 201424620001019687-14-003285
10-Q2014-05-15fiscal Q1 201422440001019687-14-001941
10-K2014-04-08fiscal FY 201326530001019687-14-001292
10-Q2013-11-19fiscal Q3 201326660001019687-13-004505
10-Q2013-08-13fiscal Q2 201325610001019687-13-003051
10-K/A2013-07-30fiscal FY 201227550001019687-13-002746
10-Q2013-05-13fiscal Q1 201325470001019687-13-001790
10-K2013-04-12fiscal FY 201227550001019687-13-001295
10-Q2012-11-19fiscal Q3 201228700001019687-12-004207
10-Q/A2012-09-11fiscal Q2 201227650001515068-12-000095
10-Q2012-05-21fiscal Q1 201227510001214659-12-002380
10-K2012-04-16fiscal FY 201127520001214659-12-001673
10-Q2011-10-20fiscal Q3 201127650001214659-11-003509
10-Q/A2011-08-29fiscal Q2 201127640001214659-11-002901

Inspect the source

Entity
PLAYERS NETWORK / CIK 0001037131
Captured
SEC response SHA-256
04ea05b2cd4969208991263b511ef17bc29fe932f0ca759efe2dec5546dc0ace

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