Skip to content

CORRELATE ENERGY CORP.: filings

Every CORRELATE ENERGY CORP. annual and quarterly report in the SEC record with the published financial measures it tagged, 55 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-Q2024-11-19fiscal Q3 2024351090001477932-24-007446
10-Q2024-08-14fiscal Q2 2024351010001477932-24-004807
10-Q2024-05-15fiscal Q1 202435730001477932-24-003000
10-K2024-04-01fiscal FY 202335710001477932-24-001631
10-Q2023-11-14fiscal Q3 202335990001477932-23-008373
10-Q2023-08-11fiscal Q2 202333950001477932-23-005932
10-Q2023-05-15fiscal Q1 202334710001477932-23-003592
10-K2023-03-31fiscal FY 202237740001477932-23-002057
10-Q2022-11-10fiscal Q3 202231940001477932-22-008312
10-Q2022-08-12fiscal Q2 202227750001214659-22-010023
10-Q2022-05-13fiscal Q1 202226550001010549-22-000134
10-K2022-04-14fiscal FY 202125510001010549-22-000106
10-Q2021-11-12fiscal Q3 202116450001010549-21-000249
10-Q2021-08-19fiscal Q2 202116440001010549-21-000193
10-Q2021-07-21fiscal Q1 202115300001010549-21-000166
10-K2021-07-20fiscal FY 202022410001010549-21-000153
10-Q2021-07-09fiscal Q3 202015470001010549-21-000130
10-Q2020-08-14fiscal Q2 202019580001387131-20-007545
10-Q2020-07-10fiscal Q1 202019390001387131-20-006303
10-K/A2020-06-01fiscal FY 201937670001387131-20-005411
10-Q2019-11-20fiscal Q3 201935910001387131-19-008902
10-Q2019-08-08fiscal Q2 201931810001387131-19-005846
10-Q2019-05-21fiscal Q1 201931640001387131-19-003860
10-K2019-04-01fiscal FY 201836700001387131-19-002368
10-Q2018-11-13fiscal Q3 201832820001387131-18-006079
10-Q2018-08-13fiscal Q2 201830790001387131-18-003901
10-Q2018-06-19fiscal Q1 201729600001387131-18-002768
10-Q2018-05-15fiscal Q1 201829600001387131-18-002157
10-K2018-03-30fiscal FY 201738720001387131-18-001291
10-Q2017-11-14fiscal Q3 201733820001387131-17-005455
10-Q2017-08-14fiscal Q2 201731840001387131-17-004149
10-Q2017-06-02fiscal Q1 201729600001387131-17-003102
10-K2017-04-17fiscal FY 201634670001387131-17-002116
10-Q2016-11-15fiscal Q3 201635940001387131-16-008013
10-Q2016-08-15fiscal Q2 201634930001387131-16-006605
10-Q2016-05-16fiscal Q1 201632660001387131-16-005561
10-K2016-03-30fiscal FY 201532650001387131-16-004819
10-Q2015-11-16fiscal Q3 201528740001387131-15-003394
10-Q2015-08-14fiscal Q2 201528770001387131-15-002520
10-Q2015-05-11fiscal Q1 201534680001387131-15-001589
10-K2015-03-31fiscal FY 201438750001387131-15-001114
10-Q2014-11-13fiscal Q3 201438940001387131-14-003705
10-Q2014-08-14fiscal Q2 201435840001387131-14-002962
10-Q2014-06-04fiscal Q1 201434660001387131-14-002128
10-K2014-05-22fiscal FY 201335710001387131-14-002069
10-Q2013-11-14fiscal Q3 201333850001387131-13-004277
10-Q2013-08-14fiscal Q2 201333780001193125-13-334346
10-Q2013-05-15fiscal Q1 201333620001193125-13-222483
10-K/A2013-04-08fiscal FY 201234890001193125-13-146154
10-K2013-04-01fiscal FY 201234890001193125-13-136800
10-Q2012-11-14fiscal Q3 2012351380001193125-12-470016
10-Q2012-07-13fiscal Q2 201222520001193125-12-302078
10-Q2012-04-16fiscal Q1 201219370001193125-12-164691
10-K2012-02-28fiscal FY 201123460001193125-12-085553
10-Q/A2011-11-09fiscal Q3 201120510000950123-11-096961

Inspect the source

Entity
CORRELATE ENERGY CORP. / CIK 0001108645
Captured
2026-09-21T17:18:24.067Z
SEC response SHA-256
c011971f8f42ff50e9fee81b39a649d27c675fc316b0db608f19aef0a8789490

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