Skip to content

U.S. Well Services Holdings, LLC: filings

Every U.S. Well Services Holdings, LLC annual and quarterly report in the SEC record with the published financial measures it tagged, 23 filings, each linked to its SEC index.

Filing record ends 2022-08-11

The latest filing in this captured record is a 10-Q filed 2022-08-11. No later filing is in the SEC companyfacts record captured on 2026-09-22. U.S. Well Services Holdings, 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-Q2022-08-11fiscal Q2 2022451160000950170-22-016713
10-Q2022-05-16fiscal Q1 202244920000950170-22-010012
10-K2022-03-30fiscal FY 202147950000950170-22-005071
10-Q2021-11-12fiscal Q3 2021441150000950170-21-004327
10-Q2021-08-12fiscal Q2 2021431140001564590-21-043952
10-Q2021-05-17fiscal Q1 202142850001564590-21-028384
10-K/A2021-05-17fiscal FY 2020421510001564590-21-028173
10-K2021-03-11fiscal FY 202042840001564590-21-012590
10-Q2020-11-06fiscal Q3 2020411090001564590-20-051843
10-Q2020-08-06fiscal Q2 2020411090001564590-20-037872
10-Q2020-05-11fiscal Q1 202041840001564590-20-024195
10-K2020-03-05fiscal FY 2019442040001564590-20-009011
10-Q2019-11-07fiscal Q3 2019401050001564590-19-041504
10-Q2019-08-07fiscal Q2 2019401050001564590-19-029887
10-Q2019-05-09fiscal Q1 201941840001564590-19-017796
10-K2019-03-14fiscal FY 2018441450001564590-19-007769
10-Q2018-10-26fiscal Q3 201821640001144204-18-055573
10-Q2018-08-14fiscal Q2 201820600001144204-18-044692
10-Q2018-05-04fiscal Q1 201820420001144204-18-025382
10-K2018-03-28fiscal FY 201721430001144204-18-017534
10-Q2017-11-03fiscal Q3 201720600001144204-17-056178
10-Q2017-08-04fiscal Q2 201717540001144204-17-040575
10-Q2017-05-09fiscal Q1 201711220001615774-17-002148

Inspect the source

Entity
U.S. Well Services Holdings, LLC / CIK 0001670349
Captured
SEC response SHA-256
347a78c476eef6c700dd16864e4ed096e111d710d7faec098b2b0493efbb69c2

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