Skip to content

ChemoCentryx, Inc.: filings

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

Filing record ends 2022-08-08

The latest filing in this captured record is a 10-Q filed 2022-08-08. No later filing is in the SEC companyfacts record captured on 2026-09-22. ChemoCentryx, 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-08-08fiscal Q2 2022411060000950170-22-015596
10-Q2022-05-10fiscal Q1 202239800000950170-22-009006
10-K2022-03-01fiscal FY 2021491420000950170-22-002561
10-Q2021-11-09fiscal Q3 202139960000950170-21-003767
10-Q2021-08-09fiscal Q2 2021431130001564590-21-042707
10-Q2021-05-03fiscal Q1 202137750001564590-21-022636
10-K2021-03-01fiscal FY 2020481380001564590-21-009883
10-Q2020-11-09fiscal Q3 202039980001564590-20-052521
10-Q2020-08-10fiscal Q2 2020431140001564590-20-038951
10-Q2020-05-11fiscal Q1 202039800001564590-20-024294
10-K2020-03-10fiscal FY 2019501460001564590-20-009787
10-Q2019-11-04fiscal Q3 201938980001564590-19-039820
10-Q2019-08-05fiscal Q2 201937950001193125-19-212993
10-Q2019-05-06fiscal Q1 201937780001193125-19-138300
10-K2019-03-11fiscal FY 2018451360001193125-19-070954
10-Q2018-11-08fiscal Q3 201835850001193125-18-322606
10-Q2018-08-09fiscal Q2 201835850001193125-18-244388
10-Q2018-05-09fiscal Q1 201830610001193125-18-157563
10-K2018-03-12fiscal FY 2017391280001193125-18-079260
10-Q2017-11-07fiscal Q3 201729750001193125-17-335856
10-Q2017-08-08fiscal Q2 201729750001193125-17-251378
10-Q2017-05-10fiscal Q1 201728550001193125-17-165962
10-K2017-03-14fiscal FY 201632850001193125-17-082093
10-Q2016-11-08fiscal Q3 201629710001193125-16-762922
10-Q2016-08-09fiscal Q2 201629710001193125-16-676454
10-Q2016-05-10fiscal Q1 201626540001193125-16-585251
10-K2016-03-14fiscal FY 201529790001193125-16-503608
10-Q2015-11-09fiscal Q3 201526680001193125-15-371973
10-Q2015-08-07fiscal Q2 201526680001193125-15-282819
10-Q2015-05-08fiscal Q1 201527550001193125-15-179069
10-K2015-03-13fiscal FY 201430830001193125-15-090602
10-Q2014-11-06fiscal Q3 201428730001193125-14-400611
10-Q2014-08-08fiscal Q2 201428750001193125-14-302705
10-Q2014-05-09fiscal Q1 201428570001193125-14-192166
10-K2014-03-14fiscal FY 201334930001193125-14-099600
10-Q2013-11-12fiscal Q3 201330770001193125-13-437797
10-Q2013-08-13fiscal Q2 201330770001193125-13-332554
10-Q2013-05-14fiscal Q1 201330620001193125-13-218785
10-K2013-03-14fiscal FY 2012391040001193125-13-107109
10-Q2012-11-13fiscal Q3 201230730001193125-12-467494
10-Q2012-08-10fiscal Q2 201230730001193125-12-349516
10-Q2012-05-10fiscal Q1 201230610001193125-12-225839

Inspect the source

Entity
ChemoCentryx, Inc. / CIK 0001340652
Captured
SEC response SHA-256
10cc63e9e10c71496c86f20b5b4616d8f0672bbc3356615999f217a544688eac

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