Skip to content

Pioneer Energy Services LLC: filings

Every Pioneer Energy Services LLC 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 2021-08-06

The latest filing in this captured record is a 10-Q filed 2021-08-06. No later filing is in the SEC companyfacts record captured on 2026-09-22. Pioneer Energy Services LLC 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-06fiscal Q2 2021491700000320575-21-000042
10-Q2021-05-07fiscal Q1 2021491030000320575-21-000030
10-K2021-03-05fiscal FY 2020521370000320575-21-000016
10-Q2020-11-13fiscal Q3 2020501760000320575-20-000044
10-Q2020-08-19fiscal Q2 2020501710000320575-20-000032
10-Q2020-06-29fiscal Q1 2020491030000320575-20-000017
10-K2020-03-06fiscal FY 2019501010000320575-20-000003
10-Q2019-10-31fiscal Q3 2019481420000320575-19-000053
10-Q2019-07-31fiscal Q2 2019471360000320575-19-000037
10-Q2019-05-02fiscal Q1 201947980000320575-19-000019
10-K2019-02-19fiscal FY 2018481780000320575-19-000006
10-Q2018-10-30fiscal Q3 2018451270000320575-18-000061
10-Q2018-07-31fiscal Q2 2018451270000320575-18-000048
10-Q2018-05-02fiscal Q1 201845930000320575-18-000024
10-K2018-02-16fiscal FY 2017481780000320575-18-000009
10-Q2017-11-02fiscal Q3 2017441250000320575-17-000050
10-Q2017-08-01fiscal Q2 2017441250000320575-17-000039
10-Q2017-05-02fiscal Q1 201744910000320575-17-000026
10-K2017-02-17fiscal FY 2016491810000320575-17-000009
10-Q2016-11-01fiscal Q3 2016451260000320575-16-000152
10-Q2016-07-28fiscal Q2 2016461290000320575-16-000140
10-Q2016-04-29fiscal Q1 201646950000320575-16-000112
10-K2016-02-17fiscal FY 2015501810000320575-16-000097
10-Q2015-10-29fiscal Q3 2015461290000320575-15-000077
10-Q2015-07-30fiscal Q2 2015461290000320575-15-000065
10-Q2015-04-30fiscal Q1 201546950000320575-15-000039
10-K2015-02-17fiscal FY 2014511840000320575-15-000013
10-Q2014-10-28fiscal Q3 2014471310000320575-14-000080
10-Q2014-07-31fiscal Q2 2014471310000320575-14-000043
10-Q2014-04-29fiscal Q1 201446950000320575-14-000025
10-K2014-02-13fiscal FY 2013531920000320575-14-000011
10-Q2013-10-30fiscal Q3 2013471330000320575-13-000049
10-Q2013-07-30fiscal Q2 2013461270000320575-13-000038
10-Q2013-04-30fiscal Q1 201345930000320575-13-000024
10-K2013-02-13fiscal FY 2012511850000320575-13-000011
10-Q2012-11-01fiscal Q3 2012451190000320575-12-000009
10-Q2012-08-07fiscal Q2 2012441170001445305-12-002494
10-Q2012-05-08fiscal Q1 201244910001445305-12-001567
10-K2012-02-21fiscal FY 2011501810001445305-12-000374
10-Q2011-11-03fiscal Q3 2011421100001445305-11-003193
10-Q2011-08-04fiscal Q2 2011411080001193125-11-209490

Inspect the source

Entity
Pioneer Energy Services LLC / CIK 0000320575
Captured
SEC response SHA-256
64ca507719a3f0a847e86b198bb3682e6666791e31ba8667e5fc2deda83bad20

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