Skip to content

CenterPoint Energy, Inc.: filings

Every CenterPoint Energy, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 29 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-28fiscal Q2 2026451210001130310-26-000041
10-Q2018-05-04fiscal Q1 201836740001042773-18-000008
10-K2018-02-22fiscal FY 2017401280001042773-18-000004
10-Q2017-11-03fiscal Q3 201731820001042773-17-000017
10-Q2017-08-03fiscal Q2 201731820001042773-17-000014
10-Q2017-05-05fiscal Q1 201729600001042773-17-000010
10-K2017-02-28fiscal FY 2016351140001042773-17-000006
10-Q2016-11-04fiscal Q3 201631820001042773-16-000038
10-Q2016-08-05fiscal Q2 201631820001042773-16-000033
10-Q2016-05-12fiscal Q1 201631640001042773-16-000027
10-K2016-02-26fiscal FY 2015311060001042773-16-000023
10-Q2015-11-05fiscal Q3 201531820001042773-15-000018
10-Q2015-08-13fiscal Q2 201531820001042773-15-000012
10-Q2015-05-13fiscal Q1 201531640001042773-15-000009
10-K2015-03-11fiscal FY 2014311060001042773-15-000005
10-Q2014-11-10fiscal Q3 201431820001042773-14-000020
10-Q2014-08-11fiscal Q2 201432860001042773-14-000016
10-Q2014-05-09fiscal Q1 201432660001042773-14-000010
10-K2014-03-12fiscal FY 2013381240001042773-14-000006
10-Q2013-11-12fiscal Q3 201332860001042773-13-000015
10-Q2013-08-09fiscal Q2 201335920001042773-13-000012
10-Q2013-05-09fiscal Q1 201333680001042773-13-000008
10-K2013-03-08fiscal FY 2012371220001042773-13-000003
10-Q2012-11-13fiscal Q3 201234880001042773-12-000019
10-Q2012-08-10fiscal Q2 201234880001042773-12-000016
10-Q2012-05-10fiscal Q1 201235720001042773-12-000011
10-K2012-03-13fiscal FY 201130800001042773-12-000007
10-Q2011-11-08fiscal Q3 201130760001130310-11-000069
10-Q2011-08-10fiscal Q2 201130760001130310-11-000053

Inspect the source

Entity
CenterPoint Energy, Inc. / CIK 0001042773
Captured
2026-09-21T17:17:44.607Z
SEC response SHA-256
5f4b63e883c735d5436c494e0303ff6c819edd88e6102c0ee164298b3c694703

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