Skip to content

NexTier Oilfield Solutions Inc.: filings

Every NexTier Oilfield Solutions Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 26 filings, each linked to its SEC index.

Filing record ends 2023-07-26

The latest filing in this captured record is a 10-Q filed 2023-07-26. No later filing is in the SEC companyfacts record captured on 2026-09-22. NexTier Oilfield Solutions 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-Q2023-07-26fiscal Q2 2023511430001688476-23-000103
10-Q2023-04-26fiscal Q1 2023511060001688476-23-000062
10-K2023-02-16fiscal FY 2022571490001688476-23-000051
10-Q2022-10-26fiscal Q3 2022501440001688476-22-000143
10-Q2022-07-27fiscal Q2 2022501400001688476-22-000134
10-Q2022-04-28fiscal Q1 2022501040001688476-22-000080
10-K2022-02-23fiscal FY 2021561460001688476-22-000061
10-Q2021-11-09fiscal Q3 2021501460001688476-21-000147
10-Q2021-08-05fiscal Q2 2021501420001688476-21-000108
10-Q2021-05-05fiscal Q1 2021501040001688476-21-000067
10-K2021-02-24fiscal FY 2020562170001688476-21-000039
10-Q2020-11-04fiscal Q3 2020511470001688476-20-000106
10-Q2020-08-05fiscal Q2 2020511430001688476-20-000086
10-Q2020-05-07fiscal Q1 2020521070001688476-20-000045
10-K2020-03-12fiscal FY 2019562250001688476-20-000017
10-Q2019-11-07fiscal Q3 2019511500001688476-19-000050
10-Q2019-07-31fiscal Q2 2019521460001688476-19-000029
10-Q2019-05-07fiscal Q1 2019521100001688476-19-000014
10-K2019-02-27fiscal FY 2018542130001688476-19-000005
10-Q2018-11-02fiscal Q3 2018501350001688476-18-000047
10-Q2018-08-01fiscal Q2 2018501350001688476-18-000032
10-Q2018-05-04fiscal Q1 2018501010001688476-18-000016
10-K2018-03-01fiscal FY 2017512010001688476-18-000011
10-Q2017-11-07fiscal Q3 2017471260001688476-17-000049
10-Q2017-08-03fiscal Q2 2017451190001688476-17-000037
10-Q2017-05-05fiscal Q1 201746920001688476-17-000013

Inspect the source

Entity
NexTier Oilfield Solutions Inc. / CIK 0001688476
Captured
SEC response SHA-256
592eaa43984236f8d4ead55908c3d3538baef6ca71e5401409cb00c90cc4cff3

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