Skip to content

Shell Midstream Partners, L.P.: filings

Every Shell Midstream Partners, L.P. annual and quarterly report in the SEC record with the published financial measures it tagged, 32 filings, each linked to its SEC index.

Filing record ends 2022-07-28

The latest filing in this captured record is a 10-Q filed 2022-07-28. No later filing is in the SEC companyfacts record captured on 2026-09-23. Shell Midstream Partners, L.P. 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-Q2022-07-28fiscal Q2 202229880001610466-22-000026
10-Q2022-04-29fiscal Q1 202229620001610466-22-000018
10-K2022-02-24fiscal FY 202132830001610466-22-000010
10-Q2021-10-29fiscal Q3 202131980001610466-21-000035
10-Q2021-07-30fiscal Q2 202131950001610466-21-000027
10-Q2021-04-30fiscal Q1 202131650001610466-21-000017
10-K2021-02-23fiscal FY 202035880001610466-21-000008
10-Q2020-10-30fiscal Q3 2020341040001610466-20-000057
10-Q2020-07-31fiscal Q2 2020341010001610466-20-000049
10-Q2020-05-07fiscal Q1 202033710001610466-20-000033
10-K2020-02-20fiscal FY 2019341180001610466-20-000018
10-Q2019-11-01fiscal Q3 2019351050001610466-19-000073
10-Q2019-08-02fiscal Q2 2019361020001610466-19-000056
10-Q2019-05-03fiscal Q1 201933690001610466-19-000039
10-K2019-02-21fiscal FY 2018281040001610466-19-000018
10-Q2018-11-02fiscal Q3 201830840001610466-18-000069
10-Q2018-08-02fiscal Q2 201829780001610466-18-000056
10-Q2018-05-03fiscal Q1 201829590001610466-18-000026
10-K2018-02-28fiscal FY 2017271030001610466-18-000013
10-Q2017-11-03fiscal Q3 201727740001610466-17-000088
10-Q2017-08-03fiscal Q2 201726700001610466-17-000070
10-Q2017-05-05fiscal Q1 201726540001610466-17-000047
10-K2017-02-23fiscal FY 201625990001610466-17-000014
10-Q2016-11-03fiscal Q3 201626700001610466-16-000033
10-Q2016-08-04fiscal Q2 201626700001610466-16-000016
10-Q2016-05-05fiscal Q1 201626540001610466-16-000008
10-K2016-02-29fiscal FY 201523850001564590-16-013599
10-Q2015-11-12fiscal Q3 201523460001564590-15-010436
10-Q2015-08-12fiscal Q2 201523460001564590-15-007060
10-Q2015-05-13fiscal Q1 201523380001564590-15-004132
10-K2015-03-25fiscal FY 201423850001564590-15-001946
10-Q2014-12-09fiscal Q3 201419500001564590-14-006119

Inspect the source

Entity
Shell Midstream Partners, L.P. / CIK 0001610466
Captured
SEC response SHA-256
8700eac3724e83079792697670cd13935a596a58c01e854cbb4bf3bd5cc0088c

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