Skip to content

MONTAUK RENEWABLES, INC.: filings

Every MONTAUK RENEWABLES, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 22 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-05fiscal Q2 2026511490001193125-26-335335
10-Q2026-05-06fiscal Q1 2026501070001193125-26-209250
10-K2026-03-11fiscal FY 2025521400001193125-26-102364
10-Q2025-11-05fiscal Q3 2025511480001193125-25-267126
10-Q2025-08-06fiscal Q2 2025521510000950170-25-104181
10-Q2025-05-08fiscal Q1 2025501070000950170-25-067125
10-K2025-03-14fiscal FY 2024531440000950170-25-039495
10-Q2024-11-12fiscal Q3 2024521550000950170-24-125582
10-Q2024-08-08fiscal Q2 2024511500000950170-24-094128
10-Q2024-05-09fiscal Q1 2024501060000950170-24-057177
10-K2024-03-14fiscal FY 2023521380000950170-24-031587
10-Q2023-11-09fiscal Q3 2023501480000950170-23-062166
10-Q2023-08-09fiscal Q2 2023471400000950170-23-040687
10-Q2023-05-10fiscal Q1 202346980000950170-23-020619
10-K2023-03-16fiscal FY 2022481360001193125-23-072678
10-Q2022-11-09fiscal Q3 2022461380001193125-22-281301
10-Q2022-08-09fiscal Q2 2022461380001193125-22-216242
10-Q2022-05-10fiscal Q1 202246970001193125-22-145806
10-K2022-03-16fiscal FY 2021481300001193125-22-077310
10-Q2021-11-15fiscal Q3 2021451210001193125-21-329958
10-Q2021-08-16fiscal Q2 2021451210001193125-21-247857
10-Q/A2021-06-15fiscal Q1 202145880001193125-21-191227

Inspect the source

Entity
MONTAUK RENEWABLES, INC. / CIK 0001826600
Captured
2026-09-21T17:35:46.203Z
SEC response SHA-256
6e0e44fffdc74170c900b791b41acd489d0f58684a6f5b205f95f520e66df891

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