Skip to content

INTELLIA THERAPEUTICS, INC.: filings

Every INTELLIA THERAPEUTICS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 42 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-08-06fiscal Q2 2026371060001193125-26-337952
10-Q2026-05-11fiscal Q1 202637780001193125-26-215740
10-K2026-02-26fiscal FY 2025431090001193125-26-076550
10-Q2025-11-06fiscal Q3 2025371100001193125-25-269680
10-Q2025-08-07fiscal Q2 2025371060000950170-25-104987
10-Q2025-05-08fiscal Q1 202537780000950170-25-066914
10-K2025-02-27fiscal FY 2024411050000950170-25-029007
10-Q2024-11-07fiscal Q3 2024361070000950170-24-123276
10-Q2024-08-08fiscal Q2 2024361030000950170-24-093907
10-Q2024-05-09fiscal Q1 202436770000950170-24-057046
10-K2024-02-22fiscal FY 2023411050000950170-24-018736
10-Q2023-11-09fiscal Q3 2023361050000950170-23-062011
10-Q2023-08-03fiscal Q2 202335990000950170-23-037996
10-Q2023-05-04fiscal Q1 202335750000950170-23-017866
10-K2023-02-23fiscal FY 2022401040000950170-23-004097
10-Q2022-11-03fiscal Q3 2022351050000950170-22-021835
10-Q2022-08-04fiscal Q2 2022371050000950170-22-014731
10-Q2022-05-05fiscal Q1 202233700000950170-22-007805
10-K2022-02-24fiscal FY 202137930000950170-22-001981
10-Q2021-11-04fiscal Q3 202132880000950170-21-003088
10-Q2021-08-05fiscal Q2 202132840001564590-21-041673
10-Q2021-05-06fiscal Q1 202132680001564590-21-024947
10-K2021-02-26fiscal FY 2020371310001564590-21-009011
10-Q2020-11-05fiscal Q3 202032880001564590-20-050915
10-Q2020-08-06fiscal Q2 202032840001564590-20-037798
10-Q2020-05-07fiscal Q1 202032690001564590-20-022919
10-K2020-02-27fiscal FY 2019381310001564590-20-007409
10-Q2019-10-31fiscal Q3 201935880001564590-19-039199
10-Q2019-08-01fiscal Q2 201935850001564590-19-028042
10-Q2019-05-02fiscal Q1 201935700001564590-19-015384
10-K2019-02-27fiscal FY 2018351290001564590-19-004680
10-Q2018-10-31fiscal Q3 201829700001564590-18-025733
10-Q2018-08-01fiscal Q2 201828680001564590-18-018256
10-Q2018-05-01fiscal Q1 201823480001564590-18-009946
10-K2018-03-14fiscal FY 2017301060001564590-18-005544
10-Q2017-10-31fiscal Q3 201724570001564590-17-020453
10-Q2017-08-01fiscal Q2 201724560001564590-17-014670
10-Q2017-05-02fiscal Q1 201723470001193125-17-154107
10-K2017-03-14fiscal FY 2016291120001193125-17-082186
10-Q2016-11-01fiscal Q3 201626660001193125-16-755383
10-Q2016-08-04fiscal Q2 201625650001193125-16-671974
10-Q2016-06-03fiscal Q1 201624500001193125-16-612779

Inspect the source

Entity
INTELLIA THERAPEUTICS, INC. / CIK 0001652130
Captured
2026-09-21T17:22:52.518Z
SEC response SHA-256
554ffcb9aec19f194819e1de5938020c2541fd6cb0f18fc951c7fec552d678be

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