Skip to content

ENBRIDGE INC: filings

Every ENBRIDGE INC annual and quarterly report in the SEC record with the published financial measures it tagged, 40 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-07-31fiscal Q2 2026411190001193125-26-326752
10-Q2026-05-08fiscal Q1 202641850001193125-26-213266
10-K2026-02-13fiscal FY 2025541990001193125-26-049810
10-Q2025-11-07fiscal Q3 2025411190001193125-25-270991
10-Q2025-08-01fiscal Q2 2025411190000950170-25-101102
10-Q2025-05-09fiscal Q1 202541850000895728-25-000012
10-K2025-02-14fiscal FY 2024542000000895728-25-000006
10-Q2024-11-01fiscal Q3 2024421230000895728-24-000028
10-Q2024-08-02fiscal Q2 2024421230000895728-24-000020
10-Q2024-05-10fiscal Q1 202441850000895728-24-000013
10-K2024-02-09fiscal FY 2023552030000895728-24-000007
10-Q2023-11-03fiscal Q3 2023431250000895728-23-000033
10-Q2023-08-04fiscal Q2 2023441290000895728-23-000026
10-Q2023-05-05fiscal Q1 202344910000895728-23-000016
10-K2023-02-10fiscal FY 2022572070000895728-23-000008
10-Q2022-11-04fiscal Q3 2022441290000895728-22-000033
10-Q2022-07-29fiscal Q2 2022441290000895728-22-000026
10-Q2022-05-06fiscal Q1 202244910000895728-22-000019
10-K2022-02-11fiscal FY 2021561950000895728-22-000011
10-Q2021-11-05fiscal Q3 2021431270000895728-21-000040
10-Q2021-07-30fiscal Q2 2021431270000895728-21-000032
10-Q2021-05-07fiscal Q1 202143890000895728-21-000021
10-K2021-02-12fiscal FY 2020581990000895728-21-000010
10-Q2020-11-06fiscal Q3 2020431270000895728-20-000030
10-Q2020-07-29fiscal Q2 2020431270000895728-20-000023
10-Q2020-05-07fiscal Q1 202043890000895728-20-000016
10-K2020-02-14fiscal FY 2019581950000895728-20-000009
10-Q2019-11-08fiscal Q3 2019461340000895728-19-000149
10-Q2019-08-02fiscal Q2 2019461340000895728-19-000141
10-Q2019-05-10fiscal Q1 201946950000895728-19-000099
10-K2019-02-15fiscal FY 2018521700000895728-19-000033
10-Q2018-11-02fiscal Q3 2018431290000895728-18-000065
10-Q2018-08-03fiscal Q2 2018431290000895728-18-000028
10-Q2018-05-10fiscal Q1 201843920000895728-18-000017
10-K2018-02-16fiscal FY 2017491590000895728-18-000008
40-F2017-02-17fiscal FY 2016481280001104659-17-010184
40-F2016-02-19fiscal FY 2015471260001104659-16-098507
40-F2015-02-19fiscal FY 2014471280001104659-15-012174
40-F2014-02-14fiscal FY 2013471270001104659-14-010428
40-F2013-02-15fiscal FY 2012471280001104659-13-011253

Inspect the source

Entity
ENBRIDGE INC / CIK 0000895728
Captured
2026-09-20T05:04:29.567Z
SEC response SHA-256
16e59861b05fa6ee42710fc2669ec1a52f7e2f70de5e58b4671972fc9b828c27

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