Skip to content

Nuverra Environmental Solutions, Inc.: filings

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

Filing record ends 2021-11-15

The latest filing in this captured record is a 10-Q filed 2021-11-15. No later filing is in the SEC companyfacts record captured on 2026-09-22. Nuverra Environmental 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-Q2021-11-15fiscal Q3 2021431280001403853-21-000064
10-Q2021-08-19fiscal Q2 2021421200001403853-21-000052
10-Q2021-05-11fiscal Q1 202141880001403853-21-000028
10-K2021-03-16fiscal FY 2020501720001403853-21-000014
10-Q2020-11-10fiscal Q3 2020461380001403853-20-000065
10-Q2020-08-11fiscal Q2 2020461340001403853-20-000050
10-Q2020-06-29fiscal Q1 2020471000001403853-20-000035
10-K2020-03-10fiscal FY 2019552110001403853-20-000016
10-Q2019-11-06fiscal Q3 2019501410001403853-19-000039
10-Q2019-08-06fiscal Q2 2019491400001403853-19-000028
10-Q2019-05-08fiscal Q1 201947930001403853-19-000021
10-K2019-03-12fiscal FY 2018501380001403853-19-000010
10-Q2018-11-06fiscal Q3 2018441110001403853-18-000024
10-Q2018-08-07fiscal Q2 201840730001403853-18-000015
10-Q2018-05-09fiscal Q1 201839590001403853-18-000009
10-K2018-03-16fiscal FY 201748640001403853-18-000006
10-Q2017-11-08fiscal Q3 201741430001403853-17-000040
10-Q2017-08-11fiscal Q2 201737980001403853-17-000022
10-Q2017-05-08fiscal Q1 201737750001403853-17-000015
10-K2017-04-14fiscal FY 2016441250001403853-17-000009
10-Q2016-11-07fiscal Q3 201637970001403853-16-000079
10-Q2016-08-08fiscal Q2 201637970001403853-16-000067
10-Q2016-05-09fiscal Q1 201637750001403853-16-000058
10-K2016-03-14fiscal FY 2015441250001403853-16-000049
10-Q2015-11-05fiscal Q3 201538990001403853-15-000042
10-Q2015-08-10fiscal Q2 201538970001403853-15-000033
10-Q2015-05-11fiscal Q1 201539790001403853-15-000023
10-K2015-03-16fiscal FY 2014431230001403853-15-000008
10-Q2014-11-10fiscal Q3 201439990001445305-14-005004
10-Q2014-08-07fiscal Q2 201439990001193125-14-300749
10-Q2014-05-08fiscal Q1 201439780001193125-14-189979
10-K2014-03-10fiscal FY 2013521600001193125-14-091613
10-Q2013-11-12fiscal Q3 2013471340001193125-13-438227
10-Q2013-08-08fiscal Q2 2013461300001193125-13-326941
10-Q2013-05-08fiscal Q1 201346920001193125-13-207591
10-K/A2013-03-28fiscal FY 2012531720001193125-13-132345
10-K2013-03-18fiscal FY 2012531720001193125-13-112294
10-Q2012-11-09fiscal Q3 2012441150001193125-12-463367
10-Q2012-08-06fiscal Q2 2012451160001193125-12-337787
10-Q2012-05-03fiscal Q1 201240790001193125-12-208489
10-K2012-03-08fiscal FY 2011401030001193125-12-103864
10-Q2011-11-09fiscal Q3 2011421090001193125-11-304713
10-Q2011-08-09fiscal Q2 2011421070001193125-11-216470

Inspect the source

Entity
Nuverra Environmental Solutions, Inc. / CIK 0001403853
Captured
SEC response SHA-256
4b57c1efe76ca3dfe6d967b58139d88975692134d5965cff1d00010fb8cf3c94

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