Skip to content

Enovix Corporation: filings

Every Enovix Corporation 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-12fiscal Q2 2026581640001828318-26-000056
10-Q2026-05-14fiscal Q1 2026581200001828318-26-000029
10-K2026-02-25fiscal FY 2025691770001828318-26-000006
10-Q2025-11-05fiscal Q3 2025611720001828318-25-000310
10-Q2025-07-31fiscal Q2 2025611700001828318-25-000275
10-Q2025-05-02fiscal Q1 2025601240001828318-25-000148
10-K2025-02-25fiscal FY 2024681720001828318-25-000057
10-Q2024-10-30fiscal Q3 2024641780001828318-24-000233
10-Q2024-08-05fiscal Q2 2024641740001628280-24-034500
10-Q2024-05-07fiscal Q1 2024641290001828318-24-000066
10-K2024-02-29fiscal FY 2023661630001828318-24-000021
10-Q2023-11-09fiscal Q3 2023521490001828318-23-000206
10-Q2023-08-09fiscal Q2 2023521450001828318-23-000168
10-Q2023-05-05fiscal Q1 2023481000001628280-23-016122
10-K2023-03-01fiscal FY 2022521370001828318-23-000071
10-Q2022-11-04fiscal Q3 2022481380001828318-22-000071
10-Q2022-08-16fiscal Q2 2022481340001828318-22-000026
10-Q2022-05-18fiscal Q1 202242870000950170-22-010240
10-K2022-03-25fiscal FY 202141820000950170-22-004614
10-Q2021-11-15fiscal Q3 2021431220000950170-21-004596
10-Q2021-08-16fiscal Q2 202118340000950170-21-001463
10-Q2021-05-21fiscal Q1 202116240001104659-21-070110

Inspect the source

Entity
Enovix Corporation / CIK 0001828318
Captured
2026-09-21T17:35:58.326Z
SEC response SHA-256
7744bdd0eb9e8f5f1455f7670f8cc93294f0ac5fc6bb2d4e283a8c793bd01fe8

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