Skip to content

Superior Drilling Products, Inc.: filings

Every Superior Drilling Products, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 42 filings, each linked to its SEC index.

Filing record ends 2024-05-15

The latest filing in this captured record is a 10-Q filed 2024-05-15. No later filing is in the SEC companyfacts record captured on 2026-09-22. Superior Drilling Products, 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-Q2024-05-15fiscal Q1 202443870001493152-24-019336
10-K2024-03-15fiscal FY 202350950001493152-24-010123
10-Q2023-11-14fiscal Q3 2023431170001493152-23-040647
10-Q2023-08-14fiscal Q2 2023431170001493152-23-028223
10-Q2023-05-12fiscal Q1 202345920001493152-23-016571
10-K2023-03-16fiscal FY 202249980001493152-23-007804
10-Q2022-11-14fiscal Q3 2022451290001493152-22-031844
10-Q2022-08-15fiscal Q2 2022431220001493152-22-022524
10-Q2022-05-13fiscal Q1 202244890001493152-22-013271
10-K2022-03-24fiscal FY 202149970001493152-22-007594
10-Q2021-11-15fiscal Q3 2021431260001493152-21-028294
10-Q2021-08-13fiscal Q2 2021431230001493152-21-019626
10-Q2021-05-12fiscal Q1 202143870001493152-21-011120
10-K2021-03-16fiscal FY 202049970001493152-21-006143
10-Q2020-11-09fiscal Q3 2020451160001493152-20-020721
10-Q2020-08-11fiscal Q2 2020451160001493152-20-015259
10-Q2020-05-11fiscal Q1 202045870001493152-20-008123
10-K2020-03-18fiscal FY 201946910001493152-20-004258
10-Q2019-11-07fiscal Q3 201938980001493152-19-016656
10-Q/A2019-08-19fiscal Q1 201939830001493152-19-013090
10-Q2019-08-19fiscal Q2 2019381020001493152-19-013082
10-K/A2019-08-19fiscal FY 2018431920001493152-19-013074
10-Q2019-05-09fiscal Q1 201938780001493152-19-006706
10-K2019-03-13fiscal FY 201843840001493152-19-003250
10-Q2018-11-09fiscal Q3 2018391040001493152-18-015560
10-Q2018-08-02fiscal Q2 2018391040001493152-18-010819
10-Q2018-05-11fiscal Q1 201836740001493152-18-006641
10-K2018-03-23fiscal FY 201745860001493152-18-003774
10-Q2017-11-09fiscal Q3 2017401060001493152-17-012656
10-Q2017-08-11fiscal Q2 201736970001493152-17-008955
10-Q2017-05-15fiscal Q1 201737760001493152-17-005278
10-K2017-03-31fiscal FY 201644880001493152-17-003236
10-Q2016-11-15fiscal Q3 2016411120001144204-16-134499
10-Q2016-08-15fiscal Q2 2016421130001144204-16-119592
10-Q2016-05-16fiscal Q1 201641840001144204-16-102513
10-K2016-03-30fiscal FY 201545920001144204-16-091624
10-Q2015-11-13fiscal Q3 2015421100001144204-15-065225
10-Q2015-08-14fiscal Q2 2015421100001144204-15-049363
10-Q2015-05-15fiscal Q1 201541820001144204-15-031004
10-K2015-03-31fiscal FY 201444860001144204-15-019793
10-Q2014-11-14fiscal Q3 201440960001144204-14-068231
10-Q2014-09-12fiscal Q2 2014431060001144204-14-055635

Inspect the source

Entity
Superior Drilling Products, Inc. / CIK 0001600422
Captured
SEC response SHA-256
40740cb405fbd8a15d25356e4682c1b49507354a15afb66344dc881f5c2db550

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