Skip to content

XEROX HOLDINGS CORPORATION: filings

Every XEROX HOLDINGS CORPORATION annual and quarterly report in the SEC record with the published financial measures it tagged, 28 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 2026441200001770450-26-000040
10-Q2026-05-07fiscal Q1 202644920001770450-26-000030
10-K2026-03-17fiscal FY 2025521340001770450-26-000009
10-Q2025-11-10fiscal Q3 2025471260001770450-25-000037
10-Q2025-08-07fiscal Q2 2025471260001628280-25-038980
10-Q2025-05-12fiscal Q1 202547980001770450-25-000026
10-K2025-02-24fiscal FY 2024501300001770450-25-000010
10-Q2024-11-04fiscal Q3 2024471260001770450-24-000050
10-Q2024-08-01fiscal Q2 2024471260001770450-24-000042
10-Q2024-05-01fiscal Q1 202447980001770450-24-000031
10-K2024-02-23fiscal FY 2023501280001770450-24-000012
10-Q2023-10-30fiscal Q3 2023461250001770450-23-000050
10-Q2023-08-02fiscal Q2 2023461250001770450-23-000042
10-Q2023-05-01fiscal Q1 202346940001770450-23-000032
10-K2023-02-23fiscal FY 2022491260001770450-23-000011
10-Q2022-11-02fiscal Q3 2022461200001770450-22-000041
10-Q2022-08-03fiscal Q2 2022461200001770450-22-000030
10-Q2022-05-03fiscal Q1 202246940001770450-22-000020
10-K2022-02-23fiscal FY 2021491260001770450-22-000010
10-Q2021-11-03fiscal Q3 2021451360001770450-21-000050
10-Q2021-08-04fiscal Q2 2021451360001770450-21-000036
10-Q2021-04-30fiscal Q1 202145920001770450-21-000025
10-K2021-02-25fiscal FY 2020501270001770450-21-000013
10-Q2020-11-04fiscal Q3 2020421320001770450-20-000045
10-Q2020-07-30fiscal Q2 2020421320001770450-20-000034
10-Q2020-05-07fiscal Q1 202042860001770450-20-000023
10-K2020-02-28fiscal FY 2019491200001770450-20-000012
10-Q2019-11-06fiscal Q3 2019441360001770450-19-000014

Inspect the source

Entity
XEROX HOLDINGS CORPORATION / CIK 0001770450
Captured
2026-09-21T17:30:10.340Z
SEC response SHA-256
7db8eff2c0b664fe34c4eb665ad1c22f870d98f403a104ebab32ff29166cc8c6

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