Skip to content

GENOMIC HEALTH, INC.: filings

Every GENOMIC HEALTH, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 35 filings, each linked to its SEC index.

Filing record ends 2019-10-30

The latest filing in this captured record is a 10-Q filed 2019-10-30. No later filing is in the SEC companyfacts record captured on 2026-09-22. GENOMIC HEALTH, 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-Q2019-10-30fiscal Q3 2019411140001558370-19-009440
10-Q2019-08-06fiscal Q2 2019411140001558370-19-007263
10-Q2019-05-09fiscal Q1 201941830001558370-19-004653
10-K2019-02-28fiscal FY 2018441510001558370-19-001300
10-Q2018-11-08fiscal Q3 2018391070001558370-18-009041
10-Q2018-08-07fiscal Q2 2018401110001558370-18-006583
10-Q2018-05-09fiscal Q1 201835710001558370-18-004493
10-K2018-03-14fiscal FY 2017391300001558370-18-002061
10-Q2017-11-09fiscal Q3 201733850001558370-17-008725
10-Q2017-08-04fiscal Q2 201733860001558370-17-005983
10-Q2017-05-10fiscal Q1 201728580001558370-17-004117
10-K2017-03-15fiscal FY 2016341050001558370-17-001836
10-Q2016-11-04fiscal Q3 201628760001558370-16-009371
10-Q2016-08-09fiscal Q2 201628760001558370-16-007828
10-Q2016-05-09fiscal Q1 201629600001558370-16-005702
10-K2016-03-09fiscal FY 201533990001558370-16-003944
10-Q2015-11-09fiscal Q3 201529780001558370-15-002536
10-Q2015-11-05fiscal Q3 201529780001558370-15-002345
10-Q2015-08-06fiscal Q2 201528760001558370-15-001491
10-Q2015-05-07fiscal Q1 201528580001558370-15-000805
10-K2015-03-12fiscal FY 2014361190001558370-15-000335
10-Q2014-11-06fiscal Q3 201433930001104659-14-077782
10-Q2014-08-08fiscal Q2 201429770001104659-14-058915
10-Q2014-05-07fiscal Q1 201429590001104659-14-035768
10-K2014-03-11fiscal FY 2013361270001047469-14-002149
10-Q2013-11-07fiscal Q3 201333930001104659-13-082284
10-Q2013-08-07fiscal Q2 201333930001104659-13-061073
10-Q2013-05-07fiscal Q1 201333670001104659-13-038239
10-K2013-03-15fiscal FY 2012361250001047469-13-002864
10-Q2012-11-09fiscal Q3 201232920001104659-12-076632
10-Q2012-08-09fiscal Q2 201232920001104659-12-056596
10-Q2012-05-09fiscal Q1 201232660001104659-12-035279
10-K2012-03-14fiscal FY 201133880001047469-12-002637
10-Q2011-11-08fiscal Q3 201131880001104659-11-062116
10-Q2011-08-08fiscal Q2 201134940001104659-11-044881

Inspect the source

Entity
GENOMIC HEALTH, INC. / CIK 0001131324
Captured
SEC response SHA-256
e1725fd1006eda740bc4fda4f76d146bab3356cc63ba681420df6f196a1caf07

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