Skip to content

Williams Partners L.P.: filings

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

Filing record ends 2018-08-02

The latest filing in this captured record is a 10-Q filed 2018-08-02. No later filing is in the SEC companyfacts record captured on 2026-09-22. Williams 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-Q2018-08-02fiscal Q2 201831860001483096-18-000020
10-Q2018-05-03fiscal Q1 201831630001483096-18-000013
10-K2018-02-22fiscal FY 201736980001483096-18-000006
10-Q2017-11-02fiscal Q3 201731900001483096-17-000022
10-Q2017-08-03fiscal Q2 201730860001483096-17-000012
10-Q2017-05-04fiscal Q1 201730620001483096-17-000006
10-K2017-02-22fiscal FY 201636990001483096-17-000003
10-Q2016-10-31fiscal Q3 201631900001483096-16-000033
10-Q2016-08-02fiscal Q2 201633940001483096-16-000030
10-Q2016-05-05fiscal Q1 201632660001483096-16-000024
10-K2016-02-26fiscal FY 2015371000001483096-16-000021
10-Q2015-10-29fiscal Q3 201533940001483096-15-000018
10-Q2015-07-30fiscal Q2 201533940001483096-15-000015
10-Q2015-04-30fiscal Q1 201532660001483096-15-000009
10-K2015-02-25fiscal FY 2014281030001564590-15-000923
10-Q2014-10-30fiscal Q3 201424690001564590-14-004670
10-Q2014-07-30fiscal Q2 201424690001564590-14-002989
10-Q2014-05-01fiscal Q1 201424510001564590-14-001671
10-K/A2014-03-03fiscal FY 201330990001564590-14-000476
10-K2014-02-21fiscal FY 201330990001564590-14-000295
10-Q2013-10-30fiscal Q3 201326710001564590-13-000812
10-Q2013-08-01fiscal Q2 201326700001564590-13-000163
10-Q2013-05-03fiscal Q1 201326540001193125-13-197639
10-K2013-02-25fiscal FY 201228970001193125-13-074304
10-Q2012-11-07fiscal Q3 201225660001193125-12-457474
10-Q2012-08-08fiscal Q2 201225660001193125-12-344373
10-Q2012-05-10fiscal Q1 201224500001193125-12-225588
10-K2012-02-29fiscal FY 201124630001193125-12-089268
10-Q2011-11-10fiscal Q3 201124640001193125-11-307041
10-Q2011-08-12fiscal Q2 201124640001193125-11-221367

Inspect the source

Entity
Williams Partners L.P. / CIK 0001483096
Captured
SEC response SHA-256
6c98c64050304967ea1c25c1363d3253da4596f46aad52f1244f02dea62f3210

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