Skip to content

FULCRUM THERAPEUTICS, INC.: filings

Every FULCRUM THERAPEUTICS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 32 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-30fiscal Q2 2026371050001193125-26-326098
10-Q2026-04-27fiscal Q1 202637770001193125-26-178814
10-K2026-02-24fiscal FY 202539790001193125-26-065197
10-Q2025-10-29fiscal Q3 2025371090001193125-25-254633
10-Q2025-07-29fiscal Q2 2025371050000950170-25-099407
10-Q2025-05-01fiscal Q1 202537770000950170-25-061442
10-K2025-02-25fiscal FY 202438770000950170-25-026068
10-Q2024-11-13fiscal Q3 2024371090000950170-24-125931
10-Q2024-07-31fiscal Q2 2024371050000950170-24-088238
10-Q2024-05-13fiscal Q1 202437770000950170-24-058193
10-K2024-02-27fiscal FY 202338770000950170-24-021074
10-Q2023-11-07fiscal Q3 2023371090000950170-23-059755
10-Q2023-08-03fiscal Q1 2023371050000950170-23-037579
10-K/A2023-06-26fiscal FY 202238770000950170-23-029693
10-K/A2023-06-26fiscal FY 202137750000950170-23-029689
10-K/A2023-06-23fiscal FY 202035680000950170-23-029682
10-Q2023-05-15fiscal Q1 202337760000950170-23-021960
10-K2023-03-09fiscal FY 202238770000950170-23-006841
10-Q2022-11-08fiscal Q3 2022381090000950170-22-022913
10-Q2022-08-11fiscal Q2 2022371040000950170-22-016644
10-Q2022-05-09fiscal Q1 202232670000950170-22-008235
10-K2022-03-03fiscal FY 202133670000950170-22-002727
10-Q2021-11-04fiscal Q3 202132900001564590-21-054234
10-Q2021-08-10fiscal Q2 202132860001564590-21-042876
10-Q2021-05-06fiscal Q1 202132660001564590-21-024505
10-K2021-03-04fiscal FY 202035680001564590-21-010715
10-Q2020-11-10fiscal Q3 202035970001564590-20-052732
10-Q2020-08-11fiscal Q2 202035930001564590-20-039121
10-Q2020-05-13fiscal Q1 202035710001564590-20-024866
10-K2020-03-05fiscal FY 201932650001564590-20-008951
10-Q2019-11-14fiscal Q3 201931890001564590-19-043378
10-Q2019-08-26fiscal Q2 201931850001564590-19-032952

Inspect the source

Entity
FULCRUM THERAPEUTICS, INC. / CIK 0001680581
Captured
2026-09-21T17:23:42.417Z
SEC response SHA-256
8674d658c63b15c0c7b240da4badcbc3c6444a2cebe6e285100216fe7dc7e808

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