Skip to content

APPROACH RESOURCES INC: filings

Every APPROACH RESOURCES INC annual and quarterly report in the SEC record with the published financial measures it tagged, 34 filings, each linked to its SEC index.

Filing record ends 2019-11-18

The latest filing in this captured record is a 10-Q filed 2019-11-18. No later filing is in the SEC companyfacts record captured on 2026-09-22. APPROACH RESOURCES 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-18fiscal Q3 2019421160001564590-19-043769
10-Q2019-08-09fiscal Q2 2019441190001564590-19-031264
10-Q2019-05-10fiscal Q1 201942820001564590-19-018539
10-K2019-03-18fiscal FY 2018422020001564590-19-008275
10-Q2018-11-08fiscal Q3 2018401140001564590-18-028649
10-Q2018-08-02fiscal Q2 2018391080001564590-18-018927
10-Q2018-05-03fiscal Q1 201832660001564590-18-010692
10-K2018-03-09fiscal FY 2017351720001564590-18-005124
10-Q2017-11-02fiscal Q3 201733930001564590-17-021231
10-Q2017-08-03fiscal Q2 201733920001564590-17-015364
10-Q2017-05-05fiscal Q1 201732660001564590-17-009088
10-K2017-03-10fiscal FY 2016351710001564590-17-003985
10-Q2016-11-03fiscal Q3 201632910001564590-16-027368
10-Q2016-08-04fiscal Q2 201632910001564590-16-022723
10-Q2016-05-05fiscal Q1 201632650001564590-16-017978
10-K2016-03-04fiscal FY 2015341670001193125-16-493387
10-Q2015-11-05fiscal Q3 201530870001193125-15-368305
10-Q2015-08-06fiscal Q2 201527760001193125-15-280971
10-Q2015-05-07fiscal Q1 201528580001193125-15-177244
10-K2015-02-26fiscal FY 2014351360001193125-15-065808
10-Q2014-11-06fiscal Q3 201428780001193125-14-401104
10-Q2014-08-05fiscal Q2 201427760001193125-14-295885
10-Q2014-05-09fiscal Q1 201427560001193125-14-192473
10-K2014-02-25fiscal FY 2013331330001193125-14-067265
10-Q2013-11-08fiscal Q3 201327730001193125-13-435316
10-Q2013-08-02fiscal Q2 201325700001193125-13-317436
10-Q2013-05-03fiscal Q1 201324500001193125-13-199326
10-K2013-02-28fiscal FY 2012301290001193125-13-084104
10-Q2012-11-06fiscal Q3 201226710001193125-12-454867
10-Q2012-08-03fiscal Q2 201225700001193125-12-334476
10-Q2012-05-04fiscal Q1 201227560001193125-12-211585
10-K2012-03-12fiscal FY 201131830001193125-12-108873
10-Q2011-11-07fiscal Q3 201129800000950123-11-095902
10-Q2011-08-08fiscal Q2 201129800000950123-11-074236

Inspect the source

Entity
APPROACH RESOURCES INC / CIK 0001405073
Captured
SEC response SHA-256
bf9c158ddc00f5f3946e173e077bb9b9f725c9053fbaac13b7a5241228ec82fb

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