Skip to content

Basic Energy Services, Inc.: filings

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

Filing record ends 2021-05-17

The latest filing in this captured record is a 10-Q filed 2021-05-17. No later filing is in the SEC companyfacts record captured on 2026-09-22. Basic Energy Services, 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-05-17fiscal Q1 202137780001109189-21-000047
10-K2021-03-31fiscal FY 202045990001109189-21-000033
10-Q2020-11-02fiscal Q3 2020411110001109189-20-000154
10-Q2020-08-07fiscal Q2 2020421080001109189-20-000134
10-Q2020-06-29fiscal Q1 202042880001109189-20-000113
10-K2020-03-13fiscal FY 2019481110001109189-20-000059
10-Q2019-11-01fiscal Q3 2019451240001109189-19-000155
10-Q2019-08-02fiscal Q2 2019451200001109189-19-000143
10-Q2019-05-09fiscal Q1 201945920001109189-19-000078
10-K2019-03-05fiscal FY 2018501500001109189-19-000025
10-Q2018-11-05fiscal Q3 2018441150001109189-18-000141
10-Q2018-08-02fiscal Q2 2018451170001109189-18-000105
10-Q2018-05-07fiscal Q1 201842860001109189-18-000070
10-K2018-02-28fiscal FY 201744930001109189-18-000036
10-Q2017-11-06fiscal Q3 201743770001109189-17-000121
10-Q2017-07-31fiscal Q2 201722430001109189-17-000075
10-Q2017-04-27fiscal Q1 201723450001109189-17-000042
10-Q2016-11-09fiscal Q3 2016401100001109189-16-000334
10-Q2016-07-29fiscal Q2 2016391080001109189-16-000309
10-Q2016-04-25fiscal Q1 201640830001109189-16-000282
10-K2016-02-23fiscal FY 2015441610001109189-16-000202
10-Q2015-10-26fiscal Q3 2015401080001109189-15-000155
10-Q2015-08-03fiscal Q2 2015401090001109189-15-000113
10-Q2015-04-27fiscal Q1 201540830001109189-15-000092
10-K2015-02-24fiscal FY 2014461680001109189-15-000031
10-Q2014-10-27fiscal Q3 2014401090001109189-14-000142
10-Q2014-07-28fiscal Q2 2014421130001109189-14-000112
10-Q2014-04-28fiscal Q1 201442870001109189-14-000087
10-K2014-02-24fiscal FY 2013471680001109189-14-000029
10-Q2013-10-28fiscal Q3 2013421120001109189-13-000029
10-Q2013-07-29fiscal Q2 2013411110001109189-13-000011
10-Q2013-04-29fiscal Q1 201341850001193125-13-182336
10-K2013-02-27fiscal FY 2012461670001193125-13-080070
10-Q2012-10-30fiscal Q3 2012421150001193125-12-440074
10-Q2012-07-30fiscal Q2 2012421160001193125-12-322667
10-Q2012-04-24fiscal Q1 201243890001193125-12-178741
10-K2012-02-24fiscal FY 2011461660001193125-12-077986
10-Q2011-10-25fiscal Q3 201135920000950123-11-091759
10-Q2011-07-25fiscal Q2 201135920000950123-11-067831

1 further filing tags fewer than eight published concepts and has no page.

Inspect the source

Entity
Basic Energy Services, Inc. / CIK 0001109189
Captured
SEC response SHA-256
1309bf7fcf0f08556b75081091272194f1c1d533e54b9ad8c10695680d7a88e3

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