Skip to content

Mammoth Energy Services, Inc.: filings

Every Mammoth Energy Services, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 40 filings, each linked to its SEC index.

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-Q2026-08-07fiscal Q2 2026471330001628280-26-054813
10-Q2026-05-11fiscal Q1 202646940001628280-26-033686
10-K2026-03-06fiscal FY 202549980001628280-26-015693
10-Q2025-11-03fiscal Q3 2025451280001679268-25-000039
10-Q2025-08-08fiscal Q2 2025451290001628280-25-039262
10-Q2025-05-07fiscal Q1 202546950001628280-25-023134
10-K2025-03-07fiscal FY 2024501310001679268-25-000009
10-Q2024-11-01fiscal Q3 2024491390001679268-24-000077
10-Q2024-08-09fiscal Q2 2024491390001679268-24-000066
10-Q2024-05-02fiscal Q1 2024491010001679268-24-000026
10-K2024-03-01fiscal FY 2023481270001679268-24-000007
10-Q2023-11-09fiscal Q3 2023481400001679268-23-000060
10-Q2023-08-11fiscal Q2 2023491440001679268-23-000049
10-Q2023-05-01fiscal Q1 2023491020001679268-23-000029
10-K2023-02-24fiscal FY 2022511350001679268-23-000006
10-Q2022-10-28fiscal Q3 2022481380001679268-22-000045
10-Q2022-08-02fiscal Q2 2022481380001679268-22-000040
10-Q2022-05-10fiscal Q1 2022481000001679268-22-000019
10-K2022-03-04fiscal FY 2021511340001679268-22-000006
10-Q2021-11-05fiscal Q3 2021501430001679268-21-000069
10-Q2021-08-03fiscal Q2 2021521470001679268-21-000056
10-Q2021-05-03fiscal Q1 2021521070001679268-21-000022
10-K2021-03-01fiscal FY 2020551750001679268-21-000006
10-Q2020-10-30fiscal Q3 2020501410001679268-20-000076
10-Q2020-07-31fiscal Q2 2020501410001679268-20-000060
10-Q2020-05-11fiscal Q1 2020501030001679268-20-000027
10-K2020-03-02fiscal FY 2019531610001679268-20-000005
10-Q2019-11-12fiscal Q3 2019501420001679268-19-000038
10-Q2019-08-05fiscal Q2 2019501420001679268-19-000034
10-Q2019-05-03fiscal Q1 2019501030001679268-19-000018
10-K2019-03-18fiscal FY 2018491950001679268-19-000008
10-Q2018-11-02fiscal Q3 2018491380001679268-18-000051
10-Q2018-08-08fiscal Q2 2018481360001679268-18-000041
10-Q2018-05-04fiscal Q1 2018481010001679268-18-000025
10-K2018-02-28fiscal FY 2017472040001679268-18-000010
10-Q2017-11-14fiscal Q3 2017451330001679268-17-000061
10-Q2017-08-04fiscal Q2 2017451330001679268-17-000050
10-Q2017-05-15fiscal Q1 2017471030001679268-17-000031
10-K2017-02-24fiscal Q4 2016431770001679268-17-000006
10-Q2016-11-10fiscal Q3 2016381080001679268-16-000010

Inspect the source

Entity
Mammoth Energy Services, Inc. / CIK 0001679268
Captured
2026-09-21T17:24:45.493Z
SEC response SHA-256
d3dc43034b7a3f7cae964f704e7e91d5b31ad54c7ddeee1351eabb09b0c8cf56

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