Skip to content

PLAINS GP HOLDINGS LP: filings

Every PLAINS GP HOLDINGS LP annual and quarterly report in the SEC record with the published financial measures it tagged, 51 filings, each linked to its SEC index.

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-Q2026-08-10fiscal Q2 202630870001581990-26-000025
10-Q2026-05-08fiscal Q1 202630620001581990-26-000017
10-K2026-02-27fiscal FY 2025371300001581990-26-000012
10-Q2025-11-07fiscal Q3 202529860001581990-25-000028
10-Q2025-08-08fiscal Q2 202529840001581990-25-000021
10-Q2025-05-09fiscal Q1 202528580001581990-25-000013
10-K2025-02-28fiscal FY 202435950001581990-25-000006
10-Q2024-11-08fiscal Q3 202429850001581990-24-000027
10-Q2024-08-09fiscal Q2 202429860001581990-24-000020
10-Q2024-05-10fiscal Q1 202429600001581990-24-000014
10-K2024-02-29fiscal FY 202335950001581990-24-000008
10-Q2023-11-08fiscal Q3 202329860001581990-23-000022
10-Q2023-08-09fiscal Q2 202329860001581990-23-000017
10-Q2023-05-10fiscal Q1 202329600001581990-23-000011
10-K2023-03-01fiscal FY 202235950001581990-23-000005
10-Q2022-11-08fiscal Q3 202229850001581990-22-000023
10-Q2022-08-09fiscal Q2 202229860001581990-22-000018
10-Q2022-05-10fiscal Q1 202229600001581990-22-000011
10-K2022-03-01fiscal FY 202136970001581990-22-000006
10-Q2021-11-08fiscal Q3 202131900001581990-21-000027
10-Q2021-08-06fiscal Q2 202131900001581990-21-000021
10-Q2021-05-10fiscal Q1 202131640001581990-21-000013
10-K2021-03-01fiscal FY 2020391360001581990-21-000007
10-Q2020-11-06fiscal Q3 202032920001581990-20-000034
10-Q2020-08-07fiscal Q2 202032920001581990-20-000026
10-Q2020-05-08fiscal Q1 202031640001581990-20-000019
10-K2020-02-27fiscal FY 2019391320001581990-20-000005
10-Q2019-11-07fiscal Q3 201933910001581990-19-000013
10-Q2019-08-08fiscal Q2 201933910001581990-19-000010
10-Q2019-05-10fiscal Q1 201933650001581990-19-000007
10-K2019-02-27fiscal FY 2018351270001581990-19-000004
10-Q2018-11-08fiscal Q3 201829860001581990-18-000014
10-Q2018-08-09fiscal Q2 201829860001581990-18-000011
10-Q2018-05-09fiscal Q1 201829600001581990-18-000008
10-K2018-02-27fiscal FY 2017351270001581990-18-000005
10-Q2017-11-09fiscal Q3 201730900001581990-17-000021
10-Q2017-08-08fiscal Q2 201727840001581990-17-000015
10-Q2017-05-10fiscal Q1 201727580001581990-17-000009
10-K2017-02-23fiscal FY 2016321210001581990-17-000004
10-Q2016-11-08fiscal Q3 201627840001581990-16-000004
10-Q2016-08-08fiscal Q2 201627840001104659-16-137857
10-Q2016-05-10fiscal Q1 201627580001104659-16-119397
10-K2016-02-25fiscal FY 2015321230001104659-16-100037
10-Q2015-11-06fiscal Q3 201527840001558370-15-002421
10-Q2015-08-07fiscal Q2 2015311000001558370-15-001527
10-Q2015-05-08fiscal Q1 201527580001104659-15-036070
10-K2015-02-25fiscal FY 2014371400001104659-15-013899
10-Q2014-11-07fiscal Q3 201428860001104659-14-078161
10-Q2014-08-12fiscal Q2 201428860001104659-14-059798
10-Q2014-05-13fiscal Q1 201428570001104659-14-037994
10-K2014-03-12fiscal FY 2013331230001104659-14-018845

1 further filing tags fewer than eight published concepts and has no page.

Inspect the source

Entity
PLAINS GP HOLDINGS LP / CIK 0001581990
Captured
2026-09-19T11:19:16.647Z
SEC response SHA-256
2451e9a22fa55f7602e8451845f2f17a43872a03bc8f27ea5dcd4675564c4a88

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