Skip to content

Phillips 66 Partners LP: filings

Every Phillips 66 Partners LP annual and quarterly report in the SEC record with the published financial measures it tagged, 34 filings, each linked to its SEC index.

Filing record ends 2022-02-18

The latest filing in this captured record is a 10-K filed 2022-02-18. No later filing is in the SEC companyfacts record captured on 2026-09-22. Phillips 66 Partners LP 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-K2022-02-18fiscal FY 202135860001572910-22-000010
10-Q2021-10-29fiscal Q3 202129770001572910-21-000069
10-Q2021-08-03fiscal Q2 202129760001572910-21-000051
10-Q2021-04-30fiscal Q1 202128580001572910-21-000030
10-K2021-02-24fiscal FY 202034910001572910-21-000010
10-Q2020-10-30fiscal Q3 202031800001572910-20-000053
10-Q2020-07-31fiscal Q2 202030760001572910-20-000039
10-Q2020-05-01fiscal Q1 202030620001572910-20-000026
10-K2020-02-21fiscal FY 201933900001572910-20-000007
10-Q2019-10-25fiscal Q3 201932800001572910-19-000062
10-Q2019-07-26fiscal Q2 201932800001572910-19-000036
10-Q2019-04-30fiscal Q1 201932660001572910-19-000024
10-K2019-02-22fiscal FY 201830900001572910-19-000011
10-Q2018-10-26fiscal Q3 201830740001572910-18-000044
10-Q2018-07-27fiscal Q2 201830740001572910-18-000035
10-Q2018-04-27fiscal Q1 201828560001572910-18-000023
10-K2018-02-23fiscal FY 201726820001572910-18-000015
10-Q2017-10-27fiscal Q3 201724620001572910-17-000053
10-Q2017-08-01fiscal Q2 201724620001572910-17-000039
10-Q2017-05-05fiscal Q1 201723480001572910-17-000030
10-K2017-02-17fiscal FY 201622770001572910-17-000019
10-Q2016-10-28fiscal Q3 201620510001572910-16-000169
10-Q2016-07-29fiscal Q2 201621520001572910-16-000129
10-Q2016-04-29fiscal Q1 201619400001572910-16-000101
10-K2016-02-12fiscal FY 201522510001572910-16-000075
10-Q2015-10-30fiscal Q3 201520510001572910-15-000055
10-Q2015-07-31fiscal Q2 201521520001572910-15-000042
10-Q2015-05-01fiscal Q1 201521430001572910-15-000033
10-K2015-02-13fiscal FY 201422400001572910-15-000015
10-Q2014-10-30fiscal Q3 201420460001572910-14-000067
10-Q2014-07-31fiscal Q2 201419320001572910-14-000051
10-Q2014-05-01fiscal Q1 201419210001572910-14-000033
10-K2014-02-21fiscal FY 201317180001572910-14-000017
10-Q2013-10-31fiscal Q3 201317220001572910-13-000013

Inspect the source

Entity
Phillips 66 Partners LP / CIK 0001572910
Captured
SEC response SHA-256
ac3a26140981d10cd9a306d44207c7d6db55faf50838129f19f59f31d05116b7

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