Skip to content

Lonestar Resources US Inc.: filings

Every Lonestar Resources US Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 25 filings, each linked to its SEC index.

Filing record ends 2021-08-10

The latest filing in this captured record is a 10-Q filed 2021-08-10. No later filing is in the SEC companyfacts record captured on 2026-09-22. Lonestar Resources US 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-Q2021-08-10fiscal Q2 2021341030001661920-21-000039
10-Q2021-05-11fiscal Q1 202134730001661920-21-000023
10-K2021-03-31fiscal FY 2020411090001661920-21-000008
10-Q2020-11-19fiscal Q3 2020371120001661920-20-000089
10-Q2020-08-14fiscal Q2 2020361060001661920-20-000068
10-Q2020-07-02fiscal Q1 202036760001661920-20-000055
10-K2020-04-13fiscal FY 201941810001661920-20-000025
10-Q2019-11-12fiscal Q3 2019381120001661920-19-000088
10-Q2019-08-05fiscal Q2 2019371060001661920-19-000075
10-Q2019-05-10fiscal Q1 201937760001661920-19-000042
10-K2019-03-13fiscal FY 201839790001661920-19-000024
10-Q2018-11-07fiscal Q3 201834960001661920-18-000038
10-Q/A2018-11-02fiscal Q2 201834960001661920-18-000031
10-Q/A2018-11-02fiscal Q1 201833680001564590-18-026504
10-K/A2018-11-02fiscal FY 201735720001564590-18-026502
10-Q2018-08-06fiscal Q2 201829860001661920-18-000014
10-Q2018-05-14fiscal Q1 201829600001564590-18-013314
10-K2018-03-29fiscal FY 201731630001564590-18-007120
10-Q2017-11-13fiscal Q3 201728920001564590-17-023535
10-Q2017-08-07fiscal Q2 201727900001564590-17-015744
10-Q2017-05-15fiscal Q1 201726560001564590-17-010895
10-K2017-03-23fiscal FY 201631620001564590-17-005157
10-Q/A2016-11-23fiscal Q3 201628870001564590-16-029622
10-Q2016-11-10fiscal Q3 201628870001564590-16-028978
10-Q2016-08-19fiscal Q2 201625740001564590-16-024555

Inspect the source

Entity
Lonestar Resources US Inc. / CIK 0001661920
Captured
SEC response SHA-256
15324b06dcfc641be1934bea50eaf35a4ed7c9818c0390d2befcf3c1ec6dbd05

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