Skip to content

WESTERN MIDSTREAM PARTNERS, LP: filings

Every WESTERN MIDSTREAM PARTNERS, LP annual and quarterly report in the SEC record with the published financial measures it tagged, 36 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-05fiscal Q2 202636980001423902-26-000093
10-K2019-02-20fiscal FY 201837950001414475-19-000024
10-Q2018-10-31fiscal Q3 201835920001414475-18-000034
10-Q2018-08-01fiscal Q2 201835920001414475-18-000022
10-Q2018-05-02fiscal Q1 201834700001414475-18-000016
10-K2018-02-16fiscal FY 201734900001414475-18-000006
10-Q2017-11-01fiscal Q3 201732860001414475-17-000056
10-Q2017-07-26fiscal Q2 201729800001414475-17-000046
10-Q2017-05-03fiscal Q1 201729600001414475-17-000030
10-K2017-02-23fiscal FY 201631810001414475-17-000014
10-Q2016-11-02fiscal Q3 201629800001414475-16-000098
10-Q2016-07-27fiscal Q2 201628780001414475-16-000089
10-Q2016-05-04fiscal Q1 201628580001414475-16-000072
10-K2016-02-25fiscal FY 201530790001414475-16-000061
10-Q/A2016-02-03fiscal Q3 201528780001414475-16-000053
10-Q/A2016-02-03fiscal Q2 201528780001414475-16-000052
10-Q/A2016-02-03fiscal Q1 201528580001414475-16-000051
10-Q2015-10-29fiscal Q3 201528780001414475-15-000039
10-Q2015-07-30fiscal Q2 201528780001414475-15-000034
10-Q2015-05-06fiscal Q1 201528580001414475-15-000020
10-K2015-02-26fiscal FY 201430790001414475-15-000010
10-Q2014-10-29fiscal Q3 201427740001414475-14-000047
10-Q2014-08-06fiscal Q2 201427740001414475-14-000035
10-Q2014-05-07fiscal Q1 201427560001414475-14-000028
10-K2014-02-28fiscal FY 201329740001414475-14-000014
10-Q2013-11-07fiscal Q3 201327740001414475-13-000006
10-Q2013-08-01fiscal Q2 201329780001193125-13-314545
10-Q2013-05-02fiscal Q1 201330620001193125-13-195899
10-K2013-02-28fiscal FY 201233850001193125-13-083621
10-Q2012-11-01fiscal Q3 201229780001193125-12-445832
10-Q2012-08-02fiscal Q2 201228760001193125-12-331138
10-Q2012-05-03fiscal Q1 201228580001193125-12-207661
10-K2012-02-28fiscal FY 201129740001193125-12-084408
10-Q2011-11-02fiscal Q3 201127730000950123-11-094250
10-Q2011-08-04fiscal Q2 201127730000950123-11-072743
10-Q2011-05-05fiscal Q1 201123480000950123-11-045473

Inspect the source

Entity
WESTERN MIDSTREAM PARTNERS, LP / CIK 0001414475
Captured
2026-09-21T17:19:33.259Z
SEC response SHA-256
207ec6e5e781cab8663da739b924cecb726177199816923e1680fd930def5089

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