Skip to content

ENBRIDGE ENERGY PARTNERS LP: filings

Every ENBRIDGE ENERGY 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 2018-11-02

The latest filing in this captured record is a 10-Q filed 2018-11-02. No later filing is in the SEC companyfacts record captured on 2026-09-22. ENBRIDGE ENERGY 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-Q2018-11-02fiscal Q3 201821640000880285-18-000028
10-Q2018-08-03fiscal Q2 201821640000880285-18-000019
10-Q2018-05-10fiscal Q1 201819390000880285-18-000010
10-K2018-02-16fiscal FY 201730960000880285-18-000006
10-Q2017-11-02fiscal Q3 201723700000880285-17-000006
10-Q2017-08-03fiscal Q2 201723700001144204-17-040068
10-Q2017-05-10fiscal Q1 201727570001144204-17-026047
10-K2017-02-17fiscal FY 2016351220001144204-17-009660
10-Q2016-10-31fiscal Q3 201627770001144204-16-130398
10-Q2016-07-29fiscal Q2 201627770001144204-16-115109
10-Q2016-05-02fiscal Q1 201627570001144204-16-098098
10-K2016-02-17fiscal FY 2015321160001144204-16-083008
10-Q2015-10-30fiscal Q3 201528780001144204-15-061981
10-Q2015-07-31fiscal Q2 201527760001144204-15-045326
10-Q2015-05-01fiscal Q1 201527570001193125-15-165751
10-K2015-02-18fiscal FY 2014311120001193125-15-051127
10-Q2014-11-03fiscal Q3 201428790001193125-14-392310
10-Q2014-08-01fiscal Q2 201427730001193125-14-290178
10-Q2014-05-02fiscal Q1 201429600001193125-14-177936
10-K2014-02-18fiscal FY 2013301000001193125-14-056516
10-Q2013-10-31fiscal Q3 201328770001193125-13-421131
10-Q2013-07-31fiscal Q2 201329770001193125-13-310928
10-Q2013-05-01fiscal Q1 201330630001193125-13-191589
10-K2013-02-15fiscal FY 2012301000001193125-13-061014
10-Q2012-11-01fiscal Q3 201230790001193125-12-444633
10-Q2012-07-31fiscal Q2 201230790001193125-12-325954
10-Q2012-05-01fiscal Q1 201226570001193125-12-201391
10-K2012-03-13fiscal FY 2011311040001193125-12-112218
10-Q2011-10-31fiscal Q3 201130780001193125-11-288972
10-Q2011-07-29fiscal Q2 201130780001193125-11-202877
10-Q2011-04-29fiscal Q1 201126540001193125-11-117265
10-K2011-02-18fiscal FY 201026680001193125-11-040475
10-Q2010-10-29fiscal Q3 201026700001193125-10-241112
10-Q2010-07-27fiscal Q2 201026700001193125-10-167231

Inspect the source

Entity
ENBRIDGE ENERGY PARTNERS LP / CIK 0000880285
Captured
SEC response SHA-256
a683650fcb33a800d90084bd17f0fc36d7571cb81883bf612e568d013135806c

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