Skip to content

CONCENTRIX CORPORATION: filings

Every CONCENTRIX CORPORATION annual and quarterly report in the SEC record with the published financial measures it tagged, 22 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-07-02fiscal Q2 2026511400001803599-26-000136
10-Q2026-04-03fiscal Q1 2026511080001803599-26-000122
10-K2026-01-28fiscal FY 2025541410001803599-26-000027
10-Q2025-10-03fiscal Q3 2025511390001803599-25-000147
10-Q2025-07-03fiscal Q2 2025511390001803599-25-000133
10-Q2025-04-04fiscal Q1 2025511070001803599-25-000106
10-K2025-01-28fiscal FY 2024551440001803599-25-000022
10-Q2024-10-04fiscal Q3 2024511390001803599-24-000156
10-Q2024-07-05fiscal Q2 2024511390001803599-24-000130
10-Q2024-04-05fiscal Q1 2024501050001803599-24-000108
10-K2024-01-29fiscal FY 2023551440001803599-24-000011
10-Q2023-10-06fiscal Q3 2023511410001803599-23-000223
10-Q2023-07-07fiscal Q2 2023511410001803599-23-000153
10-Q2023-04-07fiscal Q1 2023511070001803599-23-000104
10-K2023-01-27fiscal FY 2022541410001803599-23-000016
10-Q2022-10-07fiscal Q3 2022511390001803599-22-000141
10-Q2022-07-08fiscal Q2 2022511390001803599-22-000108
10-Q2022-04-08fiscal Q1 2022501030001803599-22-000075
10-K2022-01-28fiscal FY 2021531360001803599-22-000025
10-Q2021-10-08fiscal Q3 2021491300001803599-21-000166
10-Q2021-07-09fiscal Q2 2021491320001803599-21-000128
10-Q2021-04-09fiscal Q1 2021491000001803599-21-000072

Inspect the source

Entity
CONCENTRIX CORPORATION / CIK 0001803599
Captured
2026-09-21T17:32:56.018Z
SEC response SHA-256
17b42cc36aa8dc76f53f162c4644795067948c09ca21633bb6563e846a2cbb19

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