Skip to content

Pioneer PE Holding LLC: filings

Every Pioneer PE Holding LLC annual and quarterly report in the SEC record with the published financial measures it tagged, 26 filings, each linked to its SEC index.

Filing record ends 2020-10-30

The latest filing in this captured record is a 10-Q filed 2020-10-30. No later filing is in the SEC companyfacts record captured on 2026-09-22. Pioneer PE Holding LLC 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-10-30fiscal Q3 2020391220001594466-20-000136
10-Q2020-08-06fiscal Q2 2020401190001594466-20-000111
10-Q2020-05-08fiscal Q1 202039820001594466-20-000076
10-K2020-02-21fiscal FY 2019441710001594466-20-000041
10-Q2019-11-07fiscal Q3 2019411270001594466-19-000111
10-Q2019-08-08fiscal Q2 2019381170001594466-19-000096
10-Q2019-05-03fiscal Q1 201938790001594466-19-000059
10-K2019-02-27fiscal FY 2018361550001594466-19-000035
10-Q2018-11-02fiscal Q3 2018371100001594466-18-000099
10-Q2018-08-08fiscal Q2 2018371100001594466-18-000081
10-Q2018-05-04fiscal Q1 201836740001594466-18-000039
10-K2018-02-28fiscal FY 2017341420001594466-18-000019
10-Q2017-11-08fiscal Q3 2017351040001594466-17-000100
10-Q2017-08-04fiscal Q2 2017351040001594466-17-000090
10-Q2017-05-05fiscal Q1 201735720001594466-17-000063
10-K2017-02-27fiscal FY 201634920001594466-17-000040
10-Q2016-11-04fiscal Q3 201633980001594466-16-000021
10-Q2016-08-05fiscal Q2 201633960001564590-16-022833
10-Q2016-05-06fiscal Q1 201631630001564590-16-018124
10-K2016-02-29fiscal FY 201531920001564590-16-013674
10-Q2015-11-06fiscal Q3 201530910001564590-15-009944
10-Q2015-08-13fiscal Q2 201530910001564590-15-007154
10-Q2015-05-14fiscal Q1 201532580001564590-15-004228
10-K2015-03-11fiscal FY 201433690001564590-15-001531
10-Q2014-11-14fiscal Q3 201432790001564590-14-005742
10-Q2014-08-14fiscal Q2 201433820001564590-14-003793

Inspect the source

Entity
Pioneer PE Holding LLC / CIK 0001594466
Captured
SEC response SHA-256
c8284a3f291ca32043e0c3f8d7f91d58b8c61c999d7997943b768e1cd6c65287

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