Skip to content

SPECTRA ENERGY CORP.: filings

Every SPECTRA ENERGY CORP. 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 2017-02-24

The latest filing in this captured record is a 10-K filed 2017-02-24. No later filing is in the SEC companyfacts record captured on 2026-09-22. SPECTRA ENERGY CORP. 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-K2017-02-24fiscal FY 2016451550001373835-17-000003
10-Q2016-11-03fiscal Q3 2016401180001373835-16-000021
10-Q2016-08-03fiscal Q2 2016381100001373835-16-000019
10-Q2016-05-05fiscal Q1 201638820001373835-16-000017
10-K2016-02-25fiscal FY 2014461740001373835-16-000014
10-Q2015-11-05fiscal Q3 2015361060001373835-15-000011
10-Q2015-08-06fiscal Q2 2015361060001373835-15-000007
10-Q2015-05-07fiscal Q1 201538820001373835-15-000005
10-K2015-02-27fiscal FY 2014461740001373835-15-000003
10-Q2014-11-06fiscal Q3 2014361060001445305-14-004852
10-Q2014-08-07fiscal Q2 2014381140001445305-14-003479
10-Q2014-05-08fiscal Q1 201438820001445305-14-001966
10-K2014-02-28fiscal FY 2013471750001445305-14-000782
10-Q2013-11-07fiscal Q3 2013361030001445305-13-002795
10-Q2013-08-07fiscal Q2 2013381110001445305-13-001973
10-Q2013-05-08fiscal Q1 201336760001193125-13-207725
10-K2013-02-22fiscal FY 2012461710001193125-13-071704
10-Q2012-11-08fiscal Q3 2012381100001193125-12-459027
10-Q2012-08-08fiscal Q2 2012371080001193125-12-343720
10-Q2012-05-09fiscal Q1 201235740001193125-12-221887
10-K2012-02-27fiscal FY 2011431630001193125-12-081966
10-Q2011-11-08fiscal Q3 2011361040001193125-11-301864
10-Q2011-08-08fiscal Q2 2011361040001193125-11-213932
10-Q2011-05-10fiscal Q1 201134720001193125-11-132635
10-K2011-02-24fiscal FY 2010451660001193125-11-045402
10-Q2010-11-08fiscal Q3 2010371050001193125-10-252197
10-Q/A2010-09-03fiscal Q2 201035970001193125-10-204482
10-Q2010-05-07fiscal Q1 201034710001193125-10-113004
10-K2010-02-25fiscal FY 2009411100001193125-10-040947
10-Q2009-11-06fiscal Q3 2009371040001193125-09-227752
10-Q2009-08-07fiscal Q2 200934940001193125-09-168965

Inspect the source

Entity
SPECTRA ENERGY CORP. / CIK 0001373835
Captured
SEC response SHA-256
0fc1b6ef2471f3f555d7e7d8a22ec96e5afae74d54e02e9948513fb45a2f15b3

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