Skip to content

ENBRIDGE ENERGY MANAGEMENT L L C: filings

Every ENBRIDGE ENERGY MANAGEMENT L L C annual and quarterly report in the SEC record with the published financial measures it tagged, 31 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-23. ENBRIDGE ENERGY MANAGEMENT L L C 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 201813380001173911-18-000016
10-Q2018-08-03fiscal Q2 201813380001173911-18-000012
10-Q2018-05-10fiscal Q1 201813300001173911-18-000007
10-K2018-02-16fiscal FY 201714490001173911-18-000003
10-Q2017-11-02fiscal Q3 201713360001173911-17-000005
10-Q2017-08-03fiscal Q2 201710300001144204-17-040070
10-Q2017-05-10fiscal Q1 201710230001144204-17-026048
10-K2017-02-17fiscal FY 201610360001144204-17-009667
10-Q2016-10-31fiscal Q3 201610300001144204-16-130400
10-Q2016-07-29fiscal Q2 201610300001144204-16-115110
10-Q2016-05-02fiscal Q1 201610230001144204-16-098102
10-K2016-02-17fiscal FY 201512410001144204-16-083017
10-Q2015-10-30fiscal Q3 201511330001144204-15-061995
10-Q2015-07-31fiscal Q2 201511320001144204-15-045327
10-Q2015-05-01fiscal Q1 201511240001193125-15-165874
10-K2015-02-18fiscal FY 201412390001193125-15-051166
10-Q2014-11-03fiscal Q3 201412340001193125-14-392321
10-Q2014-08-01fiscal Q2 201411290001193125-14-290211
10-Q2014-05-02fiscal Q1 201413280001193125-14-177948
10-K2014-02-18fiscal FY 201311380001193125-14-056544
10-Q2013-10-31fiscal Q3 201313380001193125-13-421197
10-Q2013-07-31fiscal Q2 201316440001193125-13-310947
10-Q2013-05-01fiscal Q1 201315320001193125-13-191646
10-K2013-02-15fiscal FY 201215490001193125-13-061027
10-Q2012-11-01fiscal Q3 201214360001193125-12-444677
10-Q2012-07-31fiscal Q2 201214360001193125-12-325979
10-Q2012-05-01fiscal Q1 201214300001193125-12-201405
10-K2012-03-13fiscal FY 201115480001193125-12-112256
10-Q2011-10-31fiscal Q3 201110260001193125-11-288980
10-Q2011-07-29fiscal Q2 201110260001193125-11-202899
10-Q2011-04-29fiscal Q1 201110200001193125-11-117352

Inspect the source

Entity
ENBRIDGE ENERGY MANAGEMENT L L C / CIK 0001173911
Captured
SEC response SHA-256
c0950bb62b2e947b8078db3b676ea935cba1dca8feb74192025a5ef5aaad0775

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