Skip to content

Invitae Corporation: filings

Every Invitae Corporation 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 2023-11-08

The latest filing in this captured record is a 10-Q filed 2023-11-08. No later filing is in the SEC companyfacts record captured on 2026-09-22. Invitae Corporation 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-Q2023-11-08fiscal Q3 2023531520001501134-23-000104
10-Q2023-08-08fiscal Q2 2023541470001501134-23-000068
10-Q2023-05-09fiscal Q1 2023541110001501134-23-000048
10-K2023-02-28fiscal FY 2022611860001501134-23-000024
10-Q2022-11-08fiscal Q3 2022541450001501134-22-000048
10-Q2022-08-09fiscal Q2 2022551490001501134-22-000039
10-Q2022-05-03fiscal Q1 2022541100001501134-22-000024
10-K2022-03-01fiscal FY 2021601830001501134-22-000008
10-Q2021-11-09fiscal Q3 2021541440001501134-21-000046
10-Q2021-08-09fiscal Q2 2021551480001501134-21-000035
10-Q2021-05-04fiscal Q1 2021541100001501134-21-000026
10-K2021-02-26fiscal FY 2020561710001501134-21-000012
10-Q2020-11-05fiscal Q3 2020511310001501134-20-000079
10-Q2020-08-04fiscal Q2 2020511310001501134-20-000039
10-Q2020-05-11fiscal Q1 202048960001501134-20-000028
10-K2020-03-02fiscal FY 2019541690001501134-20-000013
10-Q2019-11-06fiscal Q3 2019511330001501134-19-000059
10-Q2019-08-06fiscal Q2 2019511330001501134-19-000041
10-Q2019-05-07fiscal Q1 2019471000001501134-19-000031
10-K2019-02-28fiscal FY 43465501600001501134-19-000022
10-Q2018-11-07fiscal Q3 2018441090001564590-18-028102
10-Q2018-08-09fiscal Q2 2018441090001564590-18-021020
10-Q2018-05-10fiscal Q1 201841840001564590-18-012614
10-K2018-03-06fiscal FY 2017431190001564590-18-004430
10-Q2017-11-09fiscal Q3 2017411060001564590-17-022932
10-Q2017-08-09fiscal Q2 2017401040001564590-17-016711
10-Q2017-05-09fiscal Q1 201737710001564590-17-009823
10-K2017-03-16fiscal FY 2016351090001564590-17-004633
10-Q2016-11-07fiscal Q3 201631820001564590-16-027970
10-Q2016-08-08fiscal Q2 201631820001104659-16-137977
10-Q2016-05-09fiscal Q1 201631640001104659-16-119280
10-K2016-03-10fiscal FY 2015331070001047469-16-010990
10-Q2015-11-10fiscal Q3 201530770001104659-15-077377
10-Q2015-08-10fiscal Q2 201530770001104659-15-058178
10-Q2015-05-15fiscal Q1 201530610001104659-15-038696

Inspect the source

Entity
Invitae Corporation / CIK 0001501134
Captured
SEC response SHA-256
4948239f551d98dc6da8206c37baa01ab76ff8e01606783385231d2f4193cb92

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