Skip to content

CORENERGY INFRASTRUCTURE TRUST, INC.: filings

Every CORENERGY INFRASTRUCTURE TRUST, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 48 filings, each linked to its SEC index.

Filing record ends 2024-05-14

The latest filing in this captured record is a 10-K filed 2024-05-14. No later filing is in the SEC companyfacts record captured on 2026-09-22. CORENERGY INFRASTRUCTURE TRUST, INC. 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-K2024-05-14fiscal FY 2023391040001347652-24-000051
10-Q2023-11-07fiscal Q3 2023381120001347652-23-000081
10-Q2023-08-14fiscal Q2 2023371080001347652-23-000067
10-Q2023-05-11fiscal Q1 202337780001347652-23-000048
10-K2023-03-29fiscal FY 2022443810001347652-23-000035
10-Q2022-11-10fiscal Q3 2022411260001347652-22-000067
10-Q2022-08-11fiscal Q2 2022411260001347652-22-000056
10-Q2022-05-12fiscal Q1 202241850001347652-22-000034
10-K2022-03-14fiscal FY 2021401620001347652-22-000020
10-Q2021-11-09fiscal Q3 2021411300001347652-21-000121
10-Q2021-08-09fiscal Q2 2021401230001347652-21-000077
10-Q2021-05-10fiscal Q1 202143900001347652-21-000037
10-K2021-03-04fiscal FY 2020351930001347652-21-000014
10-Q2020-11-03fiscal Q3 2020371180001347652-20-000089
10-Q2020-08-04fiscal Q2 2020371140001347652-20-000079
10-Q2020-06-25fiscal Q1 202037780001347652-20-000058
10-K2020-02-27fiscal FY 2019392040001347652-20-000025
10-Q2019-10-31fiscal Q3 2019371200001347652-19-000107
10-Q2019-08-01fiscal Q2 2019371160001347652-19-000060
10-Q2019-05-02fiscal Q1 201936760001347652-19-000048
10-K2019-02-28fiscal FY 2018382060001347652-19-000030
10-Q2018-11-01fiscal Q3 2018361090001347652-18-000084
10-Q2018-08-02fiscal Q2 2018351070001347652-18-000058
10-Q2018-05-02fiscal Q1 201833690001347652-18-000038
10-K2018-02-28fiscal Q4 2017392110001347652-18-000021
10-Q2017-11-01fiscal Q3 2017381120001347652-17-000046
10-Q2017-08-02fiscal Q2 2017381120001347652-17-000020
10-Q2017-05-03fiscal Q1 201736740001347652-17-000011
10-K2017-03-02fiscal Q4 2016392110001347652-17-000005
10-Q2016-11-04fiscal Q3 2016391140001347652-16-000041
10-Q2016-08-09fiscal Q2 2016391160001347652-16-000036
10-Q2016-05-10fiscal Q1 201635740001347652-16-000024
10-K2016-03-14fiscal FY 2015382190001347652-16-000016
10-Q2015-11-10fiscal Q3 2015371130001347652-15-000014
10-Q2015-08-10fiscal Q2 2015371130001347652-15-000010
10-Q2015-05-11fiscal Q1 201533740001347652-15-000007
10-K2015-03-16fiscal FY 2014361790001347652-15-000002
10-Q2014-11-07fiscal Q3 201431900001347652-14-000040
10-Q2014-08-11fiscal Q2 201431900001347652-14-000025
10-Q2014-05-12fiscal Q1 201431660001347652-14-000022
10-K/A2014-03-19fiscal FY 2013351830001347652-14-000009
10-Q2013-11-12fiscal Q3 201330910001347652-13-000017
10-Q2013-08-09fiscal Q2 201330910001347652-13-000013
10-Q2013-05-10fiscal Q1 2013341130001347652-13-000007
10-K2013-02-13fiscal FY 2012291120001193125-13-053623
10-Q/A2012-11-05fiscal Q3 201229770001193125-12-450934
10-Q2012-07-05fiscal Q2 201228670001193125-12-294172
10-Q/A2012-05-09fiscal Q1 201228530001193125-12-221142

Inspect the source

Entity
CORENERGY INFRASTRUCTURE TRUST, INC. / CIK 0001347652
Captured
SEC response SHA-256
5724d74ed7c5b6a5888864a255fe07687135555f9719ab00534e8f374c096241

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