Skip to content

E2open Parent Holdings, Inc.: filings

Every E2open Parent Holdings, 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-Q2025-07-10fiscal Q1 2025541110000950170-25-095025
10-K2025-04-29fiscal FY 2025551440000950170-25-060216
10-Q2025-01-10fiscal Q3 2025541590000950170-25-003806
10-Q2024-10-09fiscal Q2 2025541550000950170-24-113759
10-Q2024-07-10fiscal Q1 2025541110000950170-24-082697
10-K2024-04-29fiscal FY 2024571480000950170-24-049948
10-Q2024-01-09fiscal Q3 2023551600000950170-24-003359
10-Q2023-10-10fiscal Q2 2023551560000950170-23-052657
10-Q2023-07-10fiscal Q1 2023541110000950170-23-032400
10-K2023-05-01fiscal FY 2023571780000950170-23-016294
10-Q2023-01-09fiscal Q3 2023561610000950170-23-000511
10-Q2022-10-11fiscal Q2 2023561570000950170-22-019442
10-Q2022-07-11fiscal Q1 2023531090000950170-22-012609
10-K2022-04-29fiscal FY 2022571690000950170-22-006706
10-K/A2022-04-19fiscal FY 202018520000950170-22-005763
10-Q2022-01-12fiscal Q3 2021541470000950170-22-000266
10-Q2021-10-13fiscal Q2 2021541400000950170-21-002115
10-Q2021-07-15fiscal Q1 202152970001564590-21-036600
10-K2021-05-20fiscal FY 2020521570001564590-21-029113
10-Q2020-11-16fiscal Q3 202020300001104659-20-125860
10-Q2020-08-14fiscal Q2 202019250001104659-20-095534
10-Q2020-06-05fiscal Q1 202013140001104659-20-070367

Inspect the source

Entity
E2open Parent Holdings, Inc. / CIK 0001800347
Captured
2026-09-21T17:32:34.749Z
SEC response SHA-256
501f8b607bd73ed101c10d19ea398d0cc134bf3c3ec3feb2ff1d04293c423aa6

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