Skip to content

FATE THERAPEUTICS INC: filings

Every FATE THERAPEUTICS 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-08-13fiscal Q2 202635990001193125-26-347988
10-Q2026-05-13fiscal Q1 202634700001193125-26-220696
10-K2026-02-26fiscal FY 202540800001193125-26-073699
10-Q2025-11-13fiscal Q3 2025371060001193125-25-279096
10-Q2025-08-12fiscal Q2 2025371020000950170-25-107309
10-Q2025-05-13fiscal Q1 202537750000950170-25-070285
10-K2025-03-05fiscal FY 202439780000950170-25-033510
10-Q2024-11-12fiscal Q3 2024371060000950170-24-125317
10-Q2024-08-13fiscal Q2 2024371020000950170-24-096187
10-Q2024-05-09fiscal Q1 202437750000950170-24-056869
10-K2024-02-26fiscal FY 202339780000950170-24-020158
10-Q2023-11-08fiscal Q3 2023361040000950170-23-061080
10-Q2023-08-08fiscal Q2 2023361000000950170-23-039803
10-Q2023-05-03fiscal Q1 202336740000950170-23-017175
10-K2023-02-28fiscal FY 202239990000950170-23-005067
10-Q2022-11-03fiscal Q3 2022361040000950170-22-021840
10-Q2022-08-03fiscal Q2 2022361000000950170-22-014236
10-Q2022-05-04fiscal Q1 202232660000950170-22-007389
10-K2022-02-28fiscal FY 202138940000950170-22-002293
10-Q2021-11-04fiscal Q3 202133900000950170-21-003066
10-Q2021-08-04fiscal Q2 202133860001564590-21-040821
10-Q2021-05-05fiscal Q1 202132650001564590-21-024037
10-K2021-02-24fiscal FY 202037900001564590-21-008086
10-Q2020-11-05fiscal Q3 202035920001564590-20-051301
10-Q2020-08-05fiscal Q2 202035870001564590-20-036806
10-Q2020-05-11fiscal Q1 202032640001564590-20-024213
10-K2020-03-02fiscal FY 2019371140001564590-20-008141
10-Q2019-11-05fiscal Q3 201935940001564590-19-040360
10-Q2019-08-06fiscal Q2 201934850001564590-19-029333
10-Q2019-05-07fiscal Q1 201934650001564590-19-016536
10-K2019-03-05fiscal FY 2018351090001564590-19-006258
10-Q2018-11-01fiscal Q3 201831850001564590-18-026214
10-Q2018-08-06fiscal Q2 201830740001564590-18-019456
10-Q2018-05-10fiscal Q1 201826520001564590-18-012939
10-K2018-03-05fiscal FY 201728840001564590-18-004394
10-Q2017-11-01fiscal Q3 201723600001564590-17-020777
10-Q2017-08-14fiscal Q2 201723600001564590-17-017677
10-Q2017-05-15fiscal Q1 201723480001564590-17-011043
10-K2017-03-16fiscal FY 201626780001564590-17-004614
10-Q2016-11-07fiscal Q3 201624610001564590-16-027939
10-Q2016-08-08fiscal Q2 201623600001564590-16-023312
10-Q2016-05-09fiscal Q1 201622450001564590-16-018578
10-K2016-03-03fiscal FY 201526790001564590-16-013981
10-Q2015-11-03fiscal Q3 201526650001104659-15-075283
10-Q2015-08-05fiscal Q2 201524630001104659-15-056485
10-Q2015-05-07fiscal Q1 201525520001104659-15-035555
10-K2015-03-12fiscal FY 201427840001047469-15-002070
10-Q2014-11-12fiscal Q3 201424630001104659-14-079407
10-Q2014-08-12fiscal Q2 201424630001104659-14-059898
10-Q2014-05-13fiscal Q1 201423570001104659-14-038138
10-K2014-03-17fiscal FY 2013261010001047469-14-002516
10-Q2013-11-13fiscal Q3 201320620001104659-13-084191

Inspect the source

Entity
FATE THERAPEUTICS INC / CIK 0001434316
Captured
2026-09-20T09:02:50.083Z
SEC response SHA-256
0d3cfe19fd70310e30c155481681c8ab78f983607cbe93ec4d5e89a1219f24a2

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