Skip to content

CAREDX, INC.: filings

Every CAREDX, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 49 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-30fiscal Q2 2026511460001217234-26-000046
10-Q2026-04-28fiscal Q1 2026501040001217234-26-000033
10-K2026-02-25fiscal FY 2025551440001217234-26-000018
10-Q2025-11-04fiscal Q3 2025501480001217234-25-000063
10-Q2025-08-06fiscal Q2 2025501440001217234-25-000046
10-Q2025-04-30fiscal Q1 2025501040001217234-25-000037
10-K2025-02-28fiscal FY 2024561470001217234-25-000012
10-Q2024-11-04fiscal Q3 2024531550001217234-24-000103
10-Q2024-07-31fiscal Q2 2024531510001217234-24-000083
10-Q2024-05-09fiscal Q1 2024521080001217234-24-000064
10-K2024-02-28fiscal FY 2023571510001217234-24-000033
10-Q2023-11-08fiscal Q3 2023531560001217234-23-000226
10-Q2023-08-08fiscal Q2 2023531520001217234-23-000180
10-Q2023-05-10fiscal Q1 2023521080001217234-23-000096
10-K2023-02-27fiscal FY 2022551440001217234-23-000046
10-Q2022-11-03fiscal Q3 2022521500001217234-22-000184
10-Q2022-08-04fiscal Q2 2022521460001217234-22-000150
10-Q2022-05-05fiscal Q1 2022521090001217234-22-000093
10-K2022-02-24fiscal FY 2021531380001217234-22-000056
10-Q2021-10-28fiscal Q3 2021491430001217234-21-000235
10-Q2021-07-29fiscal Q2 2021501410001217234-21-000190
10-Q2021-05-05fiscal Q1 2021491030001217234-21-000093
10-K2021-02-24fiscal FY 2020531400001217234-21-000046
10-Q2020-10-29fiscal Q3 2020481410001217234-20-000192
10-Q2020-08-04fiscal Q2 2020501450001217234-20-000146
10-Q2020-04-30fiscal Q1 2020491030001217234-20-000057
10-K2020-02-28fiscal FY 2019541900001217234-20-000033
10-Q2019-10-31fiscal Q3 2019511520001628280-19-012991
10-Q2019-08-01fiscal Q2 2019481420001564590-19-028018
10-Q2019-05-08fiscal Q1 201946960001564590-19-017322
10-K2019-03-06fiscal FY 2018501810001564590-19-006533
10-Q2018-11-08fiscal Q3 2018451240001564590-18-028612
10-Q2018-08-09fiscal Q2 2018451240001564590-18-021123
10-Q2018-05-10fiscal Q1 201842850001564590-18-013045
10-K2018-03-22fiscal FY 2017481760001564590-18-006584
10-Q2017-11-09fiscal Q3 2017421160001564590-17-023333
10-Q2017-08-11fiscal Q2 2017421160001564590-17-017296
10-Q2017-06-09fiscal Q1 201742840001564590-17-012372
10-K2017-04-21fiscal FY 2016491780001564590-17-006883
10-Q2016-11-14fiscal Q3 2016431180001564590-16-029303
10-Q2016-08-22fiscal Q2 2016401060001564590-16-024607
10-Q2016-05-16fiscal Q1 201631630001564590-16-019580
10-K2016-03-29fiscal FY 2015401520001564590-16-015429
10-Q2015-11-13fiscal Q3 2015361000001193125-15-377139
10-Q2015-08-12fiscal Q2 2015361000001193125-15-287911
10-Q2015-05-14fiscal Q1 201530620001193125-15-186462
10-K2015-03-31fiscal FY 2014401360001193125-15-113712
10-Q2014-11-14fiscal Q3 201435980001193125-14-412798
10-Q2014-08-28fiscal Q2 201435980001193125-14-325391

Inspect the source

Entity
CAREDX, INC. / CIK 0001217234
Captured
2026-09-20T07:45:56.682Z
SEC response SHA-256
0c6d4aa1a61636e4342c924849e0a0ffa885a4f0165ba4ea83943ad1d4755710

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