Skip to content

Alight, Inc. / Delaware: filings

Every Alight, Inc. / Delaware 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-08-04fiscal Q2 2026481380001628280-26-052636
10-Q2026-05-05fiscal Q1 2026481000001628280-26-030596
10-K2026-02-24fiscal FY 2025541410001628280-26-011108
10-Q2025-11-06fiscal Q3 2025481380001628280-25-049916
10-Q2025-08-05fiscal Q2 2025481380001628280-25-037820
10-Q2025-05-08fiscal Q1 2025481000001809104-25-000175
10-K2025-02-27fiscal FY 2024531400001809104-25-000062
10-Q2024-11-12fiscal Q3 2024491400001809104-24-000029
10-Q2024-08-06fiscal Q2 2024491420001809104-24-000015
10-Q2024-05-08fiscal Q1 202448960000950170-24-055909
10-K2024-02-29fiscal FY 2023551440000950170-24-022978
10-Q2023-11-01fiscal Q3 2023481340000950170-23-057516
10-Q2023-08-02fiscal Q2 2023471350000950170-23-037132
10-Q2023-05-09fiscal Q1 202346970000950170-23-019663
10-K2023-03-01fiscal FY 2022541080000950170-23-005480
10-Q2022-11-03fiscal Q3 2022481210000950170-22-021939
10-Q2022-08-04fiscal Q2 202247890000950170-22-014808
10-Q2022-05-09fiscal Q1 202244720000950170-22-008534
10-K2022-03-10fiscal FY 2021511150000950170-22-003360
10-Q2021-11-12fiscal Q3 2021461210001564590-21-056586
10-Q2021-08-16fiscal Q2 202120540001104659-21-106452
10-Q2021-05-17fiscal Q1 202116340001104659-21-067964
10-K/A2021-04-29fiscal FY 202021380001104659-21-056681
10-K2021-02-26fiscal FY 202018200001104659-21-028429
10-Q2020-11-06fiscal Q3 202018280001104659-20-122560
10-Q2020-08-04fiscal Q1 202018260001104659-20-090371

Inspect the source

Entity
Alight, Inc. / Delaware / CIK 0001809104
Captured
2026-09-21T17:33:37.833Z
SEC response SHA-256
25ee5a1e9b8d1db1df006dbcd504df7ab97b13637e21698920f2511aed9a26f2

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