Skip to content

Energy 11, L.P.: filings

Every Energy 11, L.P. annual and quarterly report in the SEC record with the published financial measures it tagged, 46 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-08-12fiscal Q2 202618540001437749-26-027181
10-Q2026-05-12fiscal Q1 202617360001437749-26-016285
10-K2026-03-13fiscal FY 202519390001437749-26-008179
10-Q2025-11-13fiscal Q3 202518540001437749-25-034698
10-Q2025-08-13fiscal Q2 202516480001185185-25-000955
10-Q2025-05-15fiscal Q1 202516340001185185-25-000477
10-K2025-03-14fiscal FY 202416330001185185-25-000180
10-Q2024-11-13fiscal Q3 202416500001185185-24-001101
10-Q2024-08-14fiscal Q2 202416480001185185-24-000802
10-Q2024-05-15fiscal Q1 202416340001185185-24-000516
10-K2024-03-15fiscal FY 202316330001185185-24-000246
10-Q2023-11-13fiscal Q3 202316500001185185-23-001171
10-Q2023-08-10fiscal Q2 202316480001185185-23-000798
10-Q2023-05-15fiscal Q1 202316340001185185-23-000501
10-K2023-03-31fiscal FY 202216330001185185-23-000305
10-Q2022-11-14fiscal Q3 202217520001185185-22-001283
10-Q2022-08-12fiscal Q2 202217500001185185-22-000911
10-Q2022-05-12fiscal Q1 202217360001185185-22-000600
10-K2022-03-16fiscal FY 202117350001185185-22-000284
10-Q2021-11-12fiscal Q3 202117510001185185-21-001642
10-Q2021-08-12fiscal Q2 202117500001185185-21-001103
10-Q2021-05-17fiscal Q1 202116340001185185-21-000671
10-K2021-03-12fiscal FY 202016490001185185-21-000317
10-Q2020-11-05fiscal Q3 202016500001185185-20-001504
10-Q2020-08-13fiscal Q2 202015460001185185-20-001155
10-Q2020-06-22fiscal Q1 202015320001185185-20-000882
10-K2020-03-10fiscal FY 201915470001185185-20-000265
10-Q2019-11-08fiscal Q3 201915480001185185-19-001548
10-Q2019-08-07fiscal Q2 201915460001185185-19-001085
10-Q2019-05-03fiscal Q1 201915320001185185-19-000644
10-K2019-03-12fiscal FY 201815470001185185-19-000340
10-Q2018-11-02fiscal Q3 201815440001185185-18-001904
10-Q2018-08-13fiscal Q2 201815440001185185-18-001422
10-Q2018-05-11fiscal Q1 201814320001185185-18-000851
10-K2018-03-08fiscal FY 201714370001185185-18-000387
10-Q2017-11-03fiscal Q3 201713360001185185-17-002238
10-Q2017-08-11fiscal Q2 201713360001185185-17-001713
10-Q2017-05-12fiscal Q1 201713280001185185-17-001127
10-K2017-03-03fiscal FY 201612420001185185-17-000517
10-Q2016-11-04fiscal Q3 201612340001185185-16-005653
10-Q2016-08-05fiscal Q2 201612340001185185-16-005108
10-Q2016-05-13fiscal Q1 201612260001185185-16-004549
10-K2016-03-28fiscal FY 201513380001185185-16-004022
10-Q2015-11-09fiscal Q3 201510300001185185-15-002847
10-Q2015-08-10fiscal Q2 20159260001185185-15-002067
10-Q2015-05-12fiscal Q1 20159200001185185-15-001181

Inspect the source

Entity
Energy 11, L.P. / CIK 0001581552
Captured
2026-09-21T17:18:31.718Z
SEC response SHA-256
e513e7b9e1a3cb1263ffe4df02548c9af7578603e4c303a0267166393575ed11

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