Skip to content

Eos Energy Enterprises, Inc.: filings

Every Eos Energy Enterprises, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 26 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 2026481380001628280-26-052906
10-Q2026-05-13fiscal Q1 2026491040001628280-26-034368
10-K2026-02-26fiscal FY 2025551110001628280-26-011961
10-Q2025-11-05fiscal Q3 2025491400001628280-25-049588
10-Q2025-07-30fiscal Q2 2025491400001805077-25-000154
10-Q2025-05-06fiscal Q1 2025501060001805077-25-000051
10-K2025-03-04fiscal FY 2024551110001805077-25-000015
10-Q2024-11-05fiscal Q3 2024491350001805077-24-000109
10-Q2024-08-06fiscal Q2 2024491350001805077-24-000094
10-Q2024-05-14fiscal Q1 2024481010001805077-24-000051
10-K2024-03-04fiscal FY 2023511030001805077-24-000013
10-Q2023-11-06fiscal Q3 2023491330001628280-23-037083
10-Q2023-08-14fiscal Q2 2023471290001628280-23-029370
10-Q2023-05-09fiscal Q1 202347990001805077-23-000016
10-K2023-02-28fiscal FY 2022511030001628280-23-005647
10-Q2022-11-07fiscal Q3 2022481320001628280-22-028691
10-Q2022-08-01fiscal Q2 2022471300001628280-22-019973
10-Q2022-05-09fiscal Q1 202246980001628280-22-013296
10-K2022-02-25fiscal FY 2021471230001628280-22-004017
10-Q2021-11-10fiscal Q3 2021411150001628280-21-022837
10-Q2021-08-12fiscal Q2 2021411160001628280-21-016649
10-Q2021-05-13fiscal Q1 202139880001628280-21-010176
10-K2021-02-26fiscal FY 202041830001628280-21-003349
10-Q2020-11-12fiscal Q3 202017300001213900-20-036529
10-Q2020-08-12fiscal Q2 202016280001213900-20-021581
10-Q2020-06-26fiscal Q1 202016210001213900-20-015862

Inspect the source

Entity
Eos Energy Enterprises, Inc. / CIK 0001805077
Captured
2026-09-21T17:33:11.036Z
SEC response SHA-256
c76109bcabe6a9a4bccf5c424985ae81638c8283f6f7b3604223bf5123d62f90

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