Skip to content

P10 Industries, Inc.: filings

Every P10 Industries, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 25 filings, each linked to its SEC index.

Filing record ends 2017-03-14

The latest filing in this captured record is a 10-K filed 2017-03-14. No later filing is in the SEC companyfacts record captured on 2026-09-22. P10 Industries, 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-K2017-03-14fiscal FY 201632660001044435-17-000006
10-Q2016-11-03fiscal Q3 201635920001044435-16-000151
10-Q2016-07-26fiscal Q2 201635920001044435-16-000133
10-Q2016-04-26fiscal Q1 201635720001044435-16-000087
10-K2016-02-23fiscal FY 2015401680001044435-16-000065
10-Q2015-10-27fiscal Q3 201537980001044435-15-000041
10-Q2015-07-28fiscal Q2 201535900001044435-15-000035
10-Q2015-04-30fiscal Q1 201535720001044435-15-000009
10-K2015-02-27fiscal FY 2014381620001140361-15-009371
10-Q2014-10-31fiscal Q3 201437980001140361-14-039594
10-Q2014-08-01fiscal Q2 2014381020001140361-14-030317
10-Q2014-05-01fiscal Q1 201435720001140361-14-018254
10-K2014-03-04fiscal FY 2013381620001140361-14-010848
10-Q2013-11-18fiscal Q3 201337960001140361-13-043344
10-Q/A2013-11-18fiscal Q2 2013391040001140361-13-043337
10-Q/A2013-11-18fiscal Q1 201335720001140361-13-043334
10-Q2013-07-31fiscal Q2 2013391040001140361-13-029698
10-Q2013-05-03fiscal Q1 201335720001140361-13-018708
10-K2013-03-04fiscal FY 2012421720001140361-13-010418
10-Q2012-10-31fiscal Q3 201235880001140361-12-045083
10-Q2012-08-03fiscal Q2 2012391040001140361-12-034930
10-Q2012-04-30fiscal Q1 201235720001140361-12-021923
10-K2012-03-01fiscal FY 2011381020001140361-12-012224
10-Q2011-11-02fiscal Q3 2011391080001140361-11-051442
10-Q2011-08-02fiscal Q2 201134880001140361-11-039013

Inspect the source

Entity
P10 Industries, Inc. / CIK 0001044435
Captured
SEC response SHA-256
1850ab19bf5c1ffaa136350fc414fb629e930b09894d8b92f5932819312242e5

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