Skip to content

Mid-Con Energy Partners, LP: filings

Every Mid-Con Energy Partners, LP annual and quarterly report in the SEC record with the published financial measures it tagged, 35 filings, each linked to its SEC index.

Filing record ends 2020-11-16

The latest filing in this captured record is a 10-Q filed 2020-11-16. No later filing is in the SEC companyfacts record captured on 2026-09-23. Mid-Con Energy Partners, 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-Q2020-11-16fiscal Q3 202025700001564590-20-054184
10-Q2020-08-14fiscal Q2 202025680001564590-20-040304
10-Q2020-06-15fiscal Q1 202025500001564590-20-029373
10-K2020-03-12fiscal FY 201925480001564590-20-010494
10-Q2019-10-30fiscal Q3 201925640001564590-19-038811
10-Q2019-07-31fiscal Q2 201925640001564590-19-027518
10-Q2019-05-02fiscal Q1 201926490001564590-19-014917
10-K2019-03-13fiscal FY 201824480001564590-19-007570
10-Q2018-11-05fiscal Q3 201824640001564590-18-026869
10-Q2018-07-31fiscal Q2 201824620001564590-18-018128
10-Q2018-05-02fiscal Q1 201818380001564590-18-010313
10-K2018-02-28fiscal FY 201719390001564590-18-003806
10-Q2017-11-14fiscal Q3 201719560001564590-17-023822
10-Q2017-08-02fiscal Q2 201719560001564590-17-014932
10-Q2017-05-01fiscal Q1 201722460001527709-17-000029
10-K2017-02-28fiscal FY 201622750001527709-17-000019
10-Q2016-10-31fiscal Q3 201622620001527709-16-000127
10-Q2016-08-04fiscal Q2 201620560001527709-16-000115
10-Q2016-05-02fiscal Q1 201620420001527709-16-000088
10-K2016-02-29fiscal FY 201521720001527709-16-000075
10-Q2015-11-02fiscal Q3 201521580001527709-15-000056
10-Q2015-08-03fiscal Q2 201521580001527709-15-000040
10-Q2015-05-05fiscal Q1 201521440001527709-15-000025
10-K2015-03-03fiscal FY 201421720001527709-15-000015
10-Q2014-11-03fiscal Q3 201421580001527709-14-000053
10-Q2014-08-05fiscal Q2 201421580001527709-14-000039
10-Q2014-05-06fiscal Q1 201421440001527709-14-000032
10-K2014-03-05fiscal FY 201321740001527709-14-000018
10-Q2013-11-06fiscal Q3 201321580001527709-13-000006
10-Q2013-08-07fiscal Q2 201320560001193125-13-324318
10-Q2013-05-08fiscal Q1 201321440001193125-13-207483
10-K2013-03-06fiscal FY 201221730001193125-13-093913
10-Q2012-11-07fiscal Q3 201222590001193125-12-456988
10-Q2012-08-09fiscal Q2 201221570001193125-12-346485
10-Q2012-05-09fiscal Q1 201221440001193125-12-222507

Inspect the source

Entity
Mid-Con Energy Partners, LP / CIK 0001527709
Captured
SEC response SHA-256
d97ca7ab6d215dddb3d26620d7f472cec925ca34a8b9c2e3be4a1f4654b2cfdb

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