Skip to content

QUANTUMSCAPE CORPORATION: filings

Every QUANTUMSCAPE CORPORATION 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-07-24fiscal Q2 2026441300001193125-26-316073
10-Q2026-04-24fiscal Q1 202644890001193125-26-177161
10-K2026-02-25fiscal FY 2025461210001193125-26-071556
10-Q2025-10-24fiscal Q3 2025451330001193125-25-249971
10-Q2025-07-25fiscal Q2 2025451290000950170-25-098777
10-Q2025-04-25fiscal Q1 202545910000950170-25-058706
10-K2025-02-26fiscal FY 2024461200000950170-25-027308
10-Q2024-10-25fiscal Q3 2024451250000950170-24-117409
10-Q2024-07-26fiscal Q2 2024441240000950170-24-086884
10-Q2024-04-26fiscal Q1 202444890000950170-24-049080
10-K2024-02-27fiscal FY 2023461200000950170-24-021100
10-Q2023-10-27fiscal Q3 2023451290000950170-23-055982
10-Q2023-07-28fiscal Q2 2023441280000950170-23-035491
10-Q2023-04-28fiscal Q1 202343880000950170-23-015769
10-K2023-02-28fiscal FY 2022451150000950170-23-005129
10-Q2022-10-28fiscal Q3 2022451280000950170-22-020465
10-Q2022-07-29fiscal Q2 2022451280000950170-22-013499
10-Q2022-05-02fiscal Q1 202240800000950170-22-006871
10-K2022-02-28fiscal FY 2021461150000950170-22-002330
10-Q2021-10-28fiscal Q3 2021441260000950170-21-002474
10-Q2021-07-29fiscal Q2 2021441220001564590-21-039145
10-Q2021-05-17fiscal Q1 202137740001564590-21-028149
10-K/A2021-05-07fiscal FY 202041810001564590-21-025287
10-K2021-02-23fiscal FY 202041810001564590-21-007621
10-Q2020-11-16fiscal Q3 202019270001564590-20-054203
10-Q2020-08-06fiscal Q2 202017180001564590-20-037820

Inspect the source

Entity
QUANTUMSCAPE CORPORATION / CIK 0001811414
Captured
2026-09-21T17:28:19.073Z
SEC response SHA-256
63a426e3103554e2f936ac9a1382416c32f002f6794fec1a5ca11fddfd998423

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