Skip to content

Momentus Inc.: filings

Every Momentus Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 29 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-11fiscal Q2 2026471330001628280-26-055624
10-Q2026-05-13fiscal Q1 202647970001628280-26-034490
10-K2026-03-31fiscal FY 2025521050001628280-26-022291
10-Q2025-11-20fiscal Q3 2025461350001781162-25-000041
10-Q2025-08-19fiscal Q2 2025461310001628280-25-040834
10-Q2025-05-15fiscal Q1 202546950001781162-25-000013
10-K2025-04-01fiscal FY 2024501010001781162-25-000008
10-Q2024-11-14fiscal Q3 2024481410001781162-24-000021
10-Q2024-10-15fiscal Q2 2024481350001781162-24-000010
10-Q2024-10-15fiscal Q1 202448990001781162-24-000009
10-K2024-06-06fiscal FY 202348970001628280-24-026929
10-Q2023-11-14fiscal Q3 2023491410001781162-23-000059
10-Q/A2023-08-15fiscal Q2 2023491370001781162-23-000044
10-Q2023-08-14fiscal Q2 2023491370001781162-23-000042
10-Q2023-05-12fiscal Q1 202347960001781162-23-000028
10-K2023-03-08fiscal FY 2022521070001781162-23-000015
10-Q2022-11-09fiscal Q3 2022511510001781162-22-000107
10-Q2022-08-11fiscal Q2 2022491430001781162-22-000081
10-Q2022-05-11fiscal Q1 202244920001781162-22-000057
10-K2022-03-09fiscal FY 2021511070001781162-22-000023
10-Q2021-11-10fiscal Q3 2021501510001781162-21-000021
10-Q2021-08-11fiscal Q2 202119530001213900-21-041676
10-Q2021-06-10fiscal Q1 202118380001213900-21-031940
10-K/A2021-06-10fiscal FY 202020370001213900-21-031938
10-K2021-03-08fiscal FY 202021410001213900-21-013891
10-Q2020-11-16fiscal Q3 202019460001213900-20-037047
10-Q2020-08-11fiscal Q2 202018410001213900-20-021419
10-Q2020-05-11fiscal Q1 202017260001213900-20-011638
10-K2020-03-26fiscal FY 201919190001213900-20-007515

Inspect the source

Entity
Momentus Inc. / CIK 0001781162
Captured
2026-09-21T17:30:55.543Z
SEC response SHA-256
ead47cc039e948d5940337ffafd1415ca5c64a6ca0dd6b98d881ba484f3141d1

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