Skip to content

EnLink Midstream, LLC: filings

Every EnLink Midstream, LLC annual and quarterly report in the SEC record with the published financial measures it tagged, 43 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-08fiscal Q3 2024471350001592000-24-000019
10-Q2024-08-07fiscal Q2 2024471350001592000-24-000013
10-Q2024-05-01fiscal Q1 202446930001592000-24-000007
10-K2024-02-21fiscal FY 2023491260001592000-24-000004
10-Q2023-11-01fiscal Q3 2023471350001592000-23-000014
10-Q2023-08-02fiscal Q2 2023471350001592000-23-000010
10-Q2023-05-03fiscal Q1 202345910001592000-23-000007
10-K2023-02-15fiscal FY 2022511290001592000-23-000003
10-Q2022-11-02fiscal Q3 2022461330001592000-22-000019
10-Q2022-08-04fiscal Q2 2022461330001592000-22-000013
10-Q2022-05-04fiscal Q1 202246930001592000-22-000010
10-K2022-02-16fiscal FY 2021511290001592000-22-000006
10-Q2021-11-03fiscal Q3 2021461340001592000-21-000026
10-Q2021-08-04fiscal Q2 2021461330001592000-21-000022
10-Q2021-05-05fiscal Q1 202142830001592000-21-000017
10-K2021-02-17fiscal FY 2020491860001592000-21-000010
10-Q2020-11-05fiscal Q3 2020451320001592000-20-000021
10-Q2020-08-05fiscal Q2 2020451320001592000-20-000015
10-Q2020-05-08fiscal Q1 202045920001592000-20-000011
10-K2020-02-26fiscal FY 2019471790001592000-20-000004
10-Q2019-11-08fiscal Q3 2019501430001592000-19-000024
10-Q2019-08-07fiscal Q2 2019501450001592000-19-000015
10-Q2019-05-02fiscal Q1 201945900001592000-19-000011
10-K2019-02-20fiscal FY 2018421730001592000-19-000007
10-Q2018-11-07fiscal Q3 2018421260001592000-18-000012
10-Q2018-08-01fiscal Q2 2018411240001592000-18-000009
10-Q2018-05-02fiscal Q1 201840840001592000-18-000006
10-K2018-02-21fiscal FY 2017381610001592000-18-000003
10-Q2017-11-01fiscal Q3 2017401180001592000-17-000014
10-Q2017-08-02fiscal Q2 2017391160001592000-17-000011
10-Q2017-05-03fiscal Q1 201736750001592000-17-000006
10-K2017-02-15fiscal FY 2016371340001592000-17-000003
10-Q2016-11-02fiscal Q3 201633970001592000-16-000036
10-Q2016-08-03fiscal Q2 2016401130001592000-16-000033
10-Q2016-05-04fiscal Q1 201639810001592000-16-000029
10-K2016-02-17fiscal FY 2015431540001592000-16-000022
10-Q2015-11-04fiscal Q3 2015401150001592000-15-000018
10-Q2015-08-05fiscal Q2 2015401150001592000-15-000014
10-Q2015-05-06fiscal Q1 201540830001592000-15-000009
10-K2015-02-20fiscal FY 2014421370001592000-15-000005
10-Q2014-11-05fiscal Q3 2014381040001592000-14-000017
10-Q2014-08-06fiscal Q2 2014381040001592000-14-000012
10-Q2014-05-09fiscal Q1 201437720001592000-14-000006

Inspect the source

Entity
EnLink Midstream, LLC / CIK 0001592000
Captured
2026-09-21T17:20:10.747Z
SEC response SHA-256
488d44c4e44d533418185274e0e28ad1f4301e1ca28e61f874126562997cf7be

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