Skip to content

Evolve Transition Infrastructure LP: filings

Every Evolve Transition Infrastructure LP annual and quarterly report in the SEC record with the published financial measures it tagged, 51 filings, each linked to its SEC index.

Filing record ends 2023-11-13

The latest filing in this captured record is a 10-Q filed 2023-11-13. No later filing is in the SEC companyfacts record captured on 2026-09-22. Evolve Transition Infrastructure LP 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-Q2023-11-13fiscal Q3 202328790001362705-23-000101
10-Q2023-08-11fiscal Q2 202328770001362705-23-000097
10-Q2023-05-12fiscal Q1 202328590001362705-23-000039
10-K2023-03-27fiscal FY 202232660001362705-23-000018
10-Q2022-11-14fiscal Q3 202229830001362705-22-000044
10-Q2022-08-10fiscal Q2 202229810001362705-22-000027
10-Q2022-05-13fiscal Q1 202228560001558370-22-008749
10-K2022-03-30fiscal FY 202130610001558370-22-004785
10-Q2021-11-10fiscal Q3 202126770001558370-21-015524
10-Q/A2021-10-28fiscal Q2 202126740001362705-21-000083
10-Q2021-08-12fiscal Q2 202126740001362705-21-000061
10-Q2021-05-13fiscal Q1 202126540001362705-21-000045
10-K2021-03-16fiscal FY 202032650001362705-21-000017
10-Q2020-11-16fiscal Q3 202029870001558370-20-013904
10-Q2020-08-12fiscal Q2 202027790001558370-20-010415
10-Q2020-05-11fiscal Q1 202027560001558370-20-006271
10-K2020-03-13fiscal FY 201931630001558370-20-002679
10-Q2019-11-12fiscal Q3 201929840001558370-19-010702
10-Q2019-08-08fiscal Q2 201928810001558370-19-007590
10-Q2019-05-09fiscal Q1 201928580001558370-19-004682
10-K2019-03-07fiscal FY 201830590001558370-19-001662
10-Q2018-11-09fiscal Q3 201827750001558370-18-009163
10-Q2018-08-09fiscal Q2 201826720001558370-18-006897
10-Q2018-05-10fiscal Q1 201827580001558370-18-004672
10-K2018-03-12fiscal FY 201728570001558370-18-001824
10-Q2017-11-14fiscal Q3 201727700001558370-17-008942
10-Q2017-08-14fiscal Q2 201727730001558370-17-006663
10-Q2017-05-15fiscal Q1 201722460001558370-17-004360
10-K2017-03-28fiscal FY 201625520001558370-17-002208
10-Q2016-11-01fiscal Q3 201625720001558370-16-008935
10-Q2016-08-12fiscal Q2 201622650001558370-16-007966
10-Q2016-05-16fiscal Q1 201622490001558370-16-006032
10-K2016-03-30fiscal FY 201523470001558370-16-004482
10-Q2015-11-13fiscal Q3 201520610001558370-15-002684
10-Q2015-08-14fiscal Q2 201523680001362705-15-000045
10-Q2015-05-15fiscal Q1 201520460001362705-15-000029
10-K2015-03-05fiscal FY 201427540001362705-15-000010
10-Q2014-11-13fiscal Q3 201428740001362705-14-000047
10-Q2014-08-14fiscal Q2 201428740001362705-14-000032
10-Q2014-05-15fiscal Q1 201426540001362705-14-000024
10-K2014-03-27fiscal FY 201327560001362705-14-000012
10-Q2013-11-14fiscal Q3 201331900001362705-13-000004
10-Q2013-08-14fiscal Q2 201332940001193125-13-334851
10-Q2013-05-15fiscal Q1 201332660001193125-13-222640
10-K2013-03-11fiscal FY 2012331380001193125-13-101051
10-Q2012-11-09fiscal Q3 201233960001193125-12-462124
10-Q2012-08-09fiscal Q2 201233960001193125-12-347593
10-Q2012-05-10fiscal Q1 201231640001193125-12-225937
10-K2012-03-01fiscal FY 201132870001193125-12-092128
10-Q2011-11-04fiscal Q3 201131890001193125-11-297255
10-Q2011-08-05fiscal Q2 201131890001193125-11-212500

Inspect the source

Entity
Evolve Transition Infrastructure LP / CIK 0001362705
Captured
SEC response SHA-256
ebb39aac105d5a6ed0c16d019d86cb620645a06041eb826602e11706fd45f6a4

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