Skip to content

ChargePoint Holdings, Inc.: filings

Every ChargePoint Holdings, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 30 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-09-04fiscal Q2 2027551530001628280-26-060770
10-Q2026-06-08fiscal Q1 2027551130001777393-26-000044
10-K2026-04-02fiscal FY 2026601590001777393-26-000013
10-Q2025-12-05fiscal Q3 2026561590001777393-25-000193
10-Q2025-09-08fiscal Q2 2026551530001777393-25-000155
10-Q2025-06-06fiscal Q1 2026551130001777393-25-000081
10-K2025-03-28fiscal FY 2025601590001777393-25-000030
10-Q2024-12-06fiscal Q3 2025561590001777393-24-000189
10-Q2024-09-09fiscal Q2 2025561550001777393-24-000139
10-Q2024-06-06fiscal Q1 2025561150001777393-24-000080
10-K2024-04-01fiscal FY 2024601590001777393-24-000052
10-Q2023-12-08fiscal Q3 2024561590001777393-23-000043
10-Q2023-09-11fiscal Q2 2024561550001777393-23-000031
10-Q2023-06-08fiscal Q1 2024561150001777393-23-000019
10-K2023-04-03fiscal FY 2023611620001777393-23-000008
10-Q2022-12-08fiscal Q3 2023581640001777393-22-000051
10-Q2022-09-08fiscal Q2 2023581600001777393-22-000036
10-Q2022-06-07fiscal Q1 2023581180001777393-22-000023
10-K2022-04-04fiscal FY 2022591560001777393-22-000013
10-Q2021-12-15fiscal Q3 2022571620001628280-21-025084
10-Q2021-09-10fiscal Q2 2021521450001193125-21-269992
10-Q2021-06-11fiscal Q1 2021521060001193125-21-188997
10-K/A2021-05-27fiscal FY 202020390001193125-21-174021
10-K2021-02-10fiscal FY 202020390001213900-21-008053
10-Q2020-11-16fiscal Q3 202021540001213900-20-037373
10-Q2020-08-13fiscal Q2 202021430001213900-20-021940
10-Q2020-05-15fiscal Q1 202020290001213900-20-012603
10-K2020-03-30fiscal FY 201920200001213900-20-008001
10-Q2019-11-14fiscal Q3 201920260001213900-19-023292
10-Q2019-09-09fiscal Q1 201916160001213900-19-017523

Inspect the source

Entity
ChargePoint Holdings, Inc. / CIK 0001777393
Captured
2026-09-21T17:30:32.587Z
SEC response SHA-256
bb7c20dd6f491bd0bd0bf3d003bdec8280d7f2c76abecb96e4a2f1eca65f4788

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