Skip to content

Lilis Energy, Inc.: filings

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

Filing record ends 2020-11-06

The latest filing in this captured record is a 10-Q filed 2020-11-06. No later filing is in the SEC companyfacts record captured on 2026-09-22. Lilis 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-Q2020-11-06fiscal Q3 2020411150001564590-20-051978
10-Q2020-08-14fiscal Q2 2020411140001564590-20-040287
10-Q2020-07-02fiscal Q1 202042870001437557-20-000069
10-K2020-04-30fiscal FY 201946920001437557-20-000050
10-Q2019-11-07fiscal Q3 2019441210001437557-19-000077
10-Q2019-08-08fiscal Q2 2019431190001437557-19-000070
10-Q2019-05-09fiscal Q1 201943870001437557-19-000052
10-K2019-03-07fiscal FY 201840820001437557-19-000025
10-Q2018-11-02fiscal Q3 2018401120001437557-18-000061
10-Q2018-08-09fiscal Q2 201835940001437557-18-000012
10-Q2018-05-10fiscal Q1 201836740001144204-18-026800
10-K2018-03-09fiscal FY 201732660001144204-18-013867
10-Q2017-11-14fiscal Q3 201728730001144204-17-059039
10-Q2017-08-14fiscal Q2 201724640001144204-17-042595
10-Q2017-05-12fiscal Q1 201726540001144204-17-026931
10-K2017-03-03fiscal FY 201627560001144204-17-012639
10-Q2016-11-14fiscal Q3 201626700001144204-16-134150
10-Q2016-08-25fiscal Q2 201625680001144204-16-121262
10-Q2016-05-20fiscal Q1 201627560001213900-16-013688
10-K2016-04-14fiscal FY 201532630001213900-16-012572
10-Q2015-11-23fiscal Q3 201528730001213900-15-009025
10-Q2015-08-19fiscal Q2 201528730001213900-15-006385
10-Q2015-05-15fiscal Q1 201529580001213900-15-003799
10-K2015-04-15fiscal FY 201431630001213900-15-002726
10-Q2015-02-26fiscal Q3 201427690001213900-15-001373
10-Q2015-02-18fiscal Q2 201428720001213900-15-001228
10-Q2015-02-18fiscal Q1 201427540001213900-15-001226
10-Q2015-02-18fiscal Q3 201325640001213900-15-001224
10-Q2014-11-26fiscal Q2 201428730001213900-14-008604
10-Q2014-06-17fiscal Q1 201427540001213900-14-004252
10-K2014-06-11fiscal FY 201327550001213900-14-004138
10-Q2013-11-14fiscal Q3 201325620001213900-13-006465
10-Q2013-08-15fiscal Q2 201325610001213900-13-004437
10-Q2013-05-14fiscal Q1 201325530001213900-13-002482
10-K2013-04-17fiscal FY 201226540001213900-13-001913
10-Q2012-11-09fiscal Q3 201226630001213900-12-005999
10-Q2012-08-09fiscal Q2 201226630001213900-12-004323
10-Q2012-05-10fiscal Q1 201225520001213900-12-002385
10-K2012-03-21fiscal FY 201126670001213900-12-001237
10-Q2011-11-14fiscal Q3 201126640001213900-11-006091
10-Q2011-08-18fiscal Q2 201126640001213900-11-004545

Inspect the source

Entity
Lilis Energy, Inc. / CIK 0001437557
Captured
SEC response SHA-256
0578afb75dacf21c21b732b2d55715d94a136d1639516bfe5f9cd22c3ec956f4

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