Skip to content

NUSCALE POWER Corp: filings

Every NUSCALE POWER Corp annual and quarterly report in the SEC record with the published financial measures it tagged, 27 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 2026401140001822966-26-000085
10-Q2026-05-07fiscal Q1 202640840001822966-26-000054
10-K2026-02-26fiscal FY 2025401060001822966-26-000018
10-Q2025-11-06fiscal Q3 2025381080001822966-25-000175
10-Q2025-08-07fiscal Q2 2025371080001822966-25-000133
10-Q2025-05-12fiscal Q1 202538800001822966-25-000088
10-K2025-03-03fiscal FY 2024411130001822966-25-000024
10-Q2024-11-08fiscal Q3 2024391140001822966-24-000144
10-Q2024-08-09fiscal Q2 2024381120001822966-24-000115
10-Q2024-05-09fiscal Q1 202439820001822966-24-000068
10-K2024-03-15fiscal FY 2023441180001822966-24-000039
10-Q2023-11-09fiscal Q3 2023391120001822966-23-000260
10-Q2023-08-09fiscal Q2 2023391100001822966-23-000200
10-Q2023-05-09fiscal Q1 202340800001822966-23-000092
10-K2023-03-16fiscal FY 2022451160001822966-23-000059
10-Q2022-11-14fiscal Q3 2022421140001822966-22-000083
10-Q2022-08-12fiscal Q2 2022421080001822966-22-000051
10-Q2022-04-29fiscal Q1 202215330001104659-22-053824
10-K2022-03-10fiscal FY 202117330001104659-22-032501
10-K/A2021-12-21fiscal FY 202015160001104659-21-152116
10-Q/A2021-12-21fiscal Q3 202115390001104659-21-152114
10-Q2021-11-08fiscal Q3 202115390001104659-21-135586
10-Q2021-08-13fiscal Q2 202118340001104659-21-104432
10-Q2021-05-21fiscal Q1 202115250001104659-21-070433
10-K/A2021-05-07fiscal FY 202016170001104659-21-063120
10-K2021-03-31fiscal FY 202016170001104659-21-044607
10-Q2021-01-07fiscal Q3 202012140001104659-21-002000

Inspect the source

Entity
NUSCALE POWER Corp / CIK 0001822966
Captured
2026-09-21T17:29:22.962Z
SEC response SHA-256
01b4dfce3d0b5fc2b0365f5128226083f05830b9109ee059827b04367b156bfd

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