Skip to content

VERACYTE, INC.: filings

Every VERACYTE, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 52 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-31fiscal Q2 2026471330001384101-26-000044
10-Q2026-05-06fiscal Q1 202647970001384101-26-000031
10-K2026-02-26fiscal FY 2025551450001384101-26-000010
10-Q2025-11-05fiscal Q3 2025501390001384101-25-000130
10-Q2025-08-07fiscal Q2 2025501390001384101-25-000110
10-Q2025-05-08fiscal Q1 2025501030001384101-25-000060
10-K2025-02-28fiscal FY 2024551450001384101-25-000014
10-Q2024-11-07fiscal Q3 2024501390001384101-24-000162
10-Q2024-08-07fiscal Q2 2024501390001384101-24-000118
10-Q2024-05-08fiscal Q1 202448990001384101-24-000067
10-K2024-02-29fiscal FY 2023531390001384101-24-000017
10-Q2023-11-08fiscal Q3 2023491330001384101-23-000163
10-Q2023-08-09fiscal Q1 2023491330001384101-23-000142
10-Q2023-05-05fiscal Q1 2023491010001384101-23-000067
10-K2023-03-01fiscal FY 2022561450001384101-23-000016
10-Q2022-11-03fiscal Q3 2022501350001384101-22-000139
10-Q2022-08-03fiscal Q2 2022501350001384101-22-000107
10-Q2022-05-04fiscal Q1 2022501030001384101-22-000072
10-K2022-02-28fiscal FY 2021561450001384101-22-000028
10-Q2021-11-09fiscal Q3 2021501350001384101-21-000174
10-Q2021-07-29fiscal Q2 2021491330001384101-21-000139
10-Q2021-05-10fiscal Q1 202145930001384101-21-000082
10-K2021-02-22fiscal FY 2020441290001384101-21-000012
10-Q2020-11-02fiscal Q3 2020401030001437749-20-022261
10-Q2020-07-30fiscal Q2 2020401030001437749-20-016062
10-Q2020-05-06fiscal Q1 202040820001384101-20-000058
10-K2020-02-25fiscal FY 2019441300001384101-20-000015
10-Q2019-10-22fiscal Q3 2019401060001384101-19-000132
10-Q2019-07-30fiscal Q2 2019401060001384101-19-000100
10-Q2019-04-30fiscal Q1 201940830001384101-19-000046
10-K2019-02-25fiscal FY 2018441330001384101-19-000010
10-Q2018-10-29fiscal Q3 2018391010001384101-18-000078
10-Q2018-07-23fiscal Q2 201837940001384101-18-000060
10-Q2018-05-01fiscal Q1 201833660001384101-18-000026
10-K2018-02-27fiscal FY 2017411160001384101-18-000006
10-Q2017-11-07fiscal Q3 201733860001384101-17-000068
10-Q2017-07-31fiscal Q2 201733860001384101-17-000050
10-Q2017-05-03fiscal Q1 201733680001384101-17-000030
10-K2017-03-01fiscal FY 2016371040001384101-17-000008
10-Q2016-11-03fiscal Q3 201632840001628280-16-020770
10-Q2016-08-03fiscal Q2 201632840001628280-16-018398
10-Q2016-05-05fiscal Q1 201632650001104659-16-118328
10-K2016-03-14fiscal FY 2015371010001047469-16-011115
10-Q2015-11-05fiscal Q3 201533850001104659-15-076298
10-Q2015-08-13fiscal Q2 201533850001104659-15-059626
10-Q2015-05-15fiscal Q1 201530620001104659-15-038676
10-K2015-03-25fiscal FY 201433910001047469-15-002671
10-Q2014-11-13fiscal Q3 201430790001104659-14-080432
10-Q2014-08-14fiscal Q2 201428740001104659-14-061064
10-Q2014-05-09fiscal Q1 201428570001104659-14-037094
10-K2014-03-20fiscal FY 201332860001047469-14-002734
10-Q2013-11-25fiscal Q3 201328720001104659-13-086891

Inspect the source

Entity
VERACYTE, INC. / CIK 0001384101
Captured
2026-09-20T07:58:39.343Z
SEC response SHA-256
a8d1f6e0b4495f60405b5194763bd3fd90b9a5083bead39f43aeb5bf31736f15

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