Skip to content

ENERGY VAULT HOLDINGS, INC.: filings

Every ENERGY VAULT HOLDINGS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 24 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 2026541560001828536-26-000101
10-Q2026-05-19fiscal Q1 2026521080001828536-26-000050
10-K2026-03-18fiscal FY 2025591190001828536-26-000022
10-Q2025-11-10fiscal Q3 2025531540001828536-25-000203
10-Q2025-08-08fiscal Q2 2025511520001828536-25-000107
10-Q2025-05-13fiscal Q1 2025501040001828536-25-000063
10-K2025-04-01fiscal FY 2024571140001828536-25-000032
10-Q2024-11-12fiscal Q3 2024501500001828536-24-000190
10-Q2024-08-06fiscal Q2 2024491460001828536-24-000143
10-Q2024-05-08fiscal Q1 202447980001828536-24-000099
10-K2024-03-13fiscal FY 2023541100001828536-24-000035
10-Q2023-11-07fiscal Q3 2023471400001828536-23-000184
10-Q2023-08-08fiscal Q2 2023461380001828536-23-000136
10-Q2023-05-10fiscal Q1 202341880001828536-23-000077
10-K2023-04-13fiscal FY 2022511020001828536-23-000040
10-Q2022-11-14fiscal Q3 2022401120001828536-22-000060
10-Q2022-08-08fiscal Q2 2022411130001828536-22-000039
10-Q2022-05-16fiscal Q1 202240850001828536-22-000013
10-K2022-02-10fiscal FY 202118330001410578-22-000107
10-Q/A2022-01-12fiscal Q3 202117370001410578-22-000017
10-Q2021-11-17fiscal Q3 202117390001104659-21-140483
10-Q2021-08-13fiscal Q2 202116300001104659-21-105259
10-Q2021-05-24fiscal Q1 202116250001104659-21-071015
10-K2021-03-26fiscal FY 202014160001104659-21-042309

Inspect the source

Entity
ENERGY VAULT HOLDINGS, INC. / CIK 0001828536
Captured
2026-09-21T17:36:01.974Z
SEC response SHA-256
a552b979c93bd8a2efaeeaaed97520d8165f2fb20182290e1eb96c945103ee79

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