Skip to content

SRC Energy Inc.: filings

Every SRC Energy Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 33 filings, each linked to its SEC index.

Filing record ends 2019-11-06

The latest filing in this captured record is a 10-Q filed 2019-11-06. No later filing is in the SEC companyfacts record captured on 2026-09-22. SRC Energy 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-Q2019-11-06fiscal Q3 2019401190001413507-19-000147
10-Q2019-07-31fiscal Q2 2019401140001413507-19-000126
10-Q2019-05-01fiscal Q1 201940810001413507-19-000100
10-K2019-02-20fiscal FY 2018432030001413507-19-000054
10-Q2018-10-31fiscal Q3 2018381060001413507-18-000159
10-Q2018-08-01fiscal Q2 2018381070001413507-18-000135
10-Q2018-05-02fiscal Q1 201838780001413507-18-000100
10-K2018-02-21fiscal FY 2017412220001413507-18-000028
10-Q2017-11-01fiscal Q3 2017381060001413507-17-000139
10-Q2017-08-03fiscal Q2 2017381060001413507-17-000114
10-Q2017-05-04fiscal Q1 201737760001413507-17-000079
10-K2017-02-23fiscal FY 2016382220001413507-17-000032
10-Q2016-11-03fiscal Q3 201636980001413507-16-000185
10-Q2016-08-04fiscal Q2 201636980001413507-16-000163
10-Q2016-05-03fiscal Q1 201636740001413507-16-000130
10-Q2016-01-08fiscal Q1 201635720001413507-16-000085
10-K2015-10-16fiscal FY 2015391890001413507-15-000005
10-Q2015-07-10fiscal Q3 201534910001079973-15-000479
10-Q2015-04-09fiscal Q2 201533890001079973-15-000258
10-Q2015-01-09fiscal Q1 201532660001079973-15-000011
10-K2014-10-30fiscal FY 2014401890001079973-14-000543
10-Q2014-07-10fiscal Q3 201435940001079973-14-000383
10-K2014-06-20fiscal FY 2013401920001079973-14-000361
10-Q2014-04-07fiscal Q2 201434920001079973-14-000260
10-Q2014-01-09fiscal Q1 201434690001079973-14-000023
10-K2013-11-14fiscal FY 2013401920001079973-13-000676
10-Q2013-07-10fiscal Q3 201336950001079973-13-000445
10-Q2013-04-09fiscal Q2 201335930001079973-13-000241
10-Q2013-01-09fiscal Q1 201334680001079973-13-000014
10-K/A2012-12-13fiscal FY 2012391860001079973-12-000971
10-Q2012-07-09fiscal Q3 2012381010001079973-12-000522
10-Q2012-04-09fiscal Q2 2012391030001079973-12-000243
10-Q2012-01-09fiscal Q1 201234680001079973-12-000005

Inspect the source

Entity
SRC Energy Inc. / CIK 0001413507
Captured
SEC response SHA-256
da9ec7075a9d70aa0eb1ab71b4c1c12327e9b7903742d78d9dee98b007e0c723

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