Skip to content

Concentrix SREV, Inc.: filings

Every Concentrix SREV, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 46 filings, each linked to its SEC index.

Filing record ends 2022-05-10

The latest filing in this captured record is a 10-Q filed 2022-05-10. No later filing is in the SEC companyfacts record captured on 2026-09-22. Concentrix SREV, Inc. may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-Q2022-05-10fiscal Q1 202244910001558370-22-007990
10-K2022-02-23fiscal FY 2021491000001558370-22-001739
10-Q2021-11-02fiscal Q3 2021441300001558370-21-014097
10-Q2021-07-28fiscal Q2 2021431220001558370-21-009488
10-Q2021-04-28fiscal Q1 202143900001310114-21-000024
10-K2021-02-24fiscal FY 202045920001310114-21-000010
10-Q2020-10-28fiscal Q3 2020391100001310114-20-000060
10-Q2020-07-29fiscal Q2 2020391060001310114-20-000043
10-Q2020-05-07fiscal Q1 202040840001310114-20-000025
10-K2020-02-19fiscal FY 2019481280001310114-20-000007
10-Q2019-10-29fiscal Q3 2019431210001310114-19-000034
10-Q2019-08-07fiscal Q2 2019431160001310114-19-000027
10-Q2019-05-08fiscal Q1 201943880001310114-19-000018
10-K2019-02-28fiscal FY 2018501630001310114-19-000006
10-Q2018-11-07fiscal Q3 2018391010001310114-18-000033
10-Q2018-08-06fiscal Q2 2018401030001310114-18-000025
10-Q2018-05-03fiscal Q1 201839790001310114-18-000020
10-K2018-03-02fiscal FY 2017501660001310114-18-000014
10-Q2017-11-08fiscal Q3 201737980001310114-17-000030
10-Q2017-08-11fiscal Q2 2017381000001310114-17-000024
10-Q2017-08-07fiscal Q2 2017381000001310114-17-000022
10-Q2017-05-08fiscal Q1 201737760001310114-17-000016
10-K2017-03-06fiscal FY 2016511680001310114-17-000009
10-Q2016-11-09fiscal Q3 201637980001310114-16-000051
10-Q2016-08-09fiscal Q2 201637980001310114-16-000045
10-Q2016-05-09fiscal Q1 201638770001310114-16-000038
10-K2016-03-08fiscal FY 2015521690001310114-16-000032
10-Q2015-11-06fiscal Q3 2015381000001310114-15-000024
10-Q2015-08-07fiscal Q2 201537950001310114-15-000019
10-Q2015-05-08fiscal Q1 201541820001310114-15-000012
10-K2015-03-17fiscal FY 2014511620001310114-15-000006
10-K2015-03-16fiscal FY 2014511620001310114-15-000004
10-Q2014-11-06fiscal Q3 2014431100001445305-14-004829
10-Q2014-08-05fiscal Q2 2014431100001445305-14-003414
10-Q2014-05-07fiscal Q1 201442840001445305-14-001879
10-K2014-03-07fiscal FY 2013481590001445305-14-000933
10-Q2013-11-08fiscal Q3 2013411070001445305-13-002896
10-Q2013-08-05fiscal Q2 2013431170001445305-13-001881
10-Q2013-05-10fiscal Q1 201343870001193125-13-212379
10-K2013-03-08fiscal FY 2012481740001193125-13-098863
10-Q2012-11-09fiscal Q3 2012451230001193125-12-463679
10-Q2012-08-03fiscal Q2 2012451230001193125-12-334955
10-Q2012-05-04fiscal Q1 201242860001193125-12-212105
10-K2012-03-06fiscal FY 2011441150001193125-12-099141
10-Q2011-11-14fiscal Q3 2011411120001193125-11-309493
10-Q2011-08-04fiscal Q2 2011411110001193125-11-208738

Inspect the source

Entity
Concentrix SREV, Inc. / CIK 0001310114
Captured
SEC response SHA-256
6857ffdda11e8a1ae4280034ac3ba566d30cb3402cbbca1d5289179c9bd1682c

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