Skip to content

SES AI Corporation: filings

Every SES AI Corporation 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 2026481420001819142-26-000045
10-Q2026-04-24fiscal Q1 2026481000001819142-26-000026
10-K2026-03-04fiscal FY 2025601180001819142-26-000010
10-Q2025-11-12fiscal Q3 2025501370001819142-25-000070
10-Q2025-08-06fiscal Q2 2025481310001819142-25-000046
10-Q2025-04-30fiscal Q1 202547920001819142-25-000035
10-K2025-02-28fiscal FY 2024571100001819142-25-000017
10-Q2024-11-01fiscal Q3 2024421260001819142-24-000046
10-Q2024-07-30fiscal Q2 2024421220001819142-24-000033
10-Q2024-05-03fiscal Q1 202442880001819142-24-000025
10-K2024-02-27fiscal FY 2023521300001819142-24-000014
10-Q2023-11-07fiscal Q3 2023411230001819142-23-000087
10-Q2023-08-09fiscal Q2 2023411190001819142-23-000071
10-Q2023-05-09fiscal Q1 202341850001819142-23-000057
10-K2023-03-16fiscal FY 2022501250001819142-23-000030
10-Q2022-11-14fiscal Q3 2022411220001558370-22-017777
10-Q2022-08-12fiscal Q2 2022411180001558370-22-013369
10-Q2022-05-13fiscal Q1 202242840001558370-22-008783
10-K2022-03-31fiscal FY 202117350001193125-22-092102
10-Q/A2021-12-21fiscal Q3 202117440001410578-21-000575
10-Q/A2021-11-30fiscal Q3 202117440001410578-21-000449
10-Q2021-11-15fiscal Q3 202117440001410578-21-000275
10-Q2021-08-23fiscal Q1 202118330001104659-21-108553
10-Q2021-06-14fiscal Q1 202118350001104659-21-080762

Inspect the source

Entity
SES AI Corporation / CIK 0001819142
Captured
2026-09-21T17:34:37.027Z
SEC response SHA-256
4260763d3b7621c1177b59c43d5db8739f52407eb82ec9096947a2d707eafe9b

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