Skip to content

EVgo Inc.: filings

Every EVgo Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 25 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-06fiscal Q2 2026541560001821159-26-000019
10-Q2026-05-05fiscal Q1 2026531100001821159-26-000010
10-K2026-03-09fiscal FY 2025571150001104659-26-024827
10-Q2025-11-10fiscal Q3 2025511490001104659-25-109155
10-Q2025-08-05fiscal Q2 2025491420001558370-25-010333
10-Q2025-05-06fiscal Q1 2025501030001558370-25-006523
10-K2025-03-06fiscal FY 2024511020001558370-25-002400
10-Q2024-11-12fiscal Q3 2024471380001558370-24-015319
10-Q2024-08-01fiscal Q2 2024471360001558370-24-010606
10-Q2024-05-07fiscal Q1 202448980001558370-24-007044
10-K2024-03-06fiscal FY 202349980001558370-24-002608
10-Q2023-11-08fiscal Q3 2023511500001558370-23-018279
10-Q2023-08-02fiscal Q2 2023501440001821159-23-000007
10-Q2023-05-09fiscal Q1 202348970001558370-23-008869
10-K2023-03-30fiscal FY 2022531010001558370-23-005121
10-Q2022-11-04fiscal Q3 2022491380001558370-22-016444
10-Q2022-08-10fiscal Q2 2022511250001558370-22-013058
10-Q2022-05-13fiscal Q1 202247890001558370-22-008736
10-K2022-03-24fiscal FY 2021461020001558370-22-004199
10-Q2021-11-12fiscal Q3 2021441320001558370-21-015743
10-Q2021-08-13fiscal Q2 202117340001558370-21-011594
10-Q2021-05-20fiscal Q1 202115240001140361-21-018219
10-K/A2021-05-03fiscal FY 202019220001140361-21-015457
10-K2021-03-29fiscal FY 202019210001140361-21-010411
10-Q2020-11-12fiscal Q3 202012140001140361-20-025363

Inspect the source

Entity
EVgo Inc. / CIK 0001821159
Captured
2026-09-19T11:21:40.172Z
SEC response SHA-256
00af732862427ae24b64f8d7722f27a2ba551ed4a0a5f70c14358c3801689317

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