Skip to content

CALITHERA BIOSCIENCES, INC.: filings

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

Filing record ends 2023-03-31

The latest filing in this captured record is a 10-K filed 2023-03-31. No later filing is in the SEC companyfacts record captured on 2026-09-22. CALITHERA BIOSCIENCES, 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-K2023-03-31fiscal FY 2022431100000950170-23-011047
10-Q2022-11-14fiscal Q3 2022371050000950170-22-025060
10-Q2022-08-16fiscal Q2 2022371040000950170-22-017478
10-Q2022-05-10fiscal Q1 202229600000950170-22-008975
10-K2022-03-31fiscal FY 202139950000950170-22-005227
10-Q2021-11-09fiscal Q3 202134840000950170-21-003783
10-Q2021-08-05fiscal Q2 202135840000950170-21-000955
10-Q2021-05-06fiscal Q1 202132640001564590-21-025043
10-K2021-03-16fiscal FY 202039960001564590-21-013599
10-Q2020-11-05fiscal Q3 202033820001564590-20-051364
10-Q2020-08-10fiscal Q2 202033810001564590-20-038904
10-Q2020-05-07fiscal Q1 202033660001564590-20-022918
10-K2020-03-11fiscal FY 2019411160001564590-20-010058
10-Q2019-11-12fiscal Q3 201934810001564590-19-042964
10-Q2019-08-08fiscal Q2 201934800001564590-19-030797
10-Q2019-05-09fiscal Q1 201935660001564590-19-018087
10-K2019-03-07fiscal FY 2018371140001564590-19-006798
10-Q2018-11-07fiscal Q3 201833780001564590-18-028126
10-Q2018-08-07fiscal Q2 201833780001564590-18-019999
10-Q2018-05-10fiscal Q1 201829590001564590-18-012967
10-K2018-03-08fiscal FY 201731900001564590-18-004953
10-Q2017-11-02fiscal Q3 201728680001564590-17-021199
10-Q2017-08-08fiscal Q2 201728680001564590-17-016532
10-Q2017-05-09fiscal Q1 201728550001564590-17-009893
10-K2017-03-16fiscal FY 201628860001564590-17-004620
10-Q2016-11-09fiscal Q3 201625630001564590-16-028614
10-Q2016-08-09fiscal Q2 201625630001564590-16-023657
10-Q2016-05-10fiscal Q1 201625500001564590-16-018934
10-K2016-03-15fiscal FY 201529860001564590-16-014785
10-Q2015-11-09fiscal Q3 201524620001564590-15-010178
10-Q2015-08-10fiscal Q2 201525630001564590-15-006834
10-Q2015-05-11fiscal Q1 201525510001564590-15-003903
10-K2015-03-27fiscal FY 201427680001564590-15-002028
10-Q2014-11-14fiscal Q3 201423590001564590-14-005687

Inspect the source

Entity
CALITHERA BIOSCIENCES, INC. / CIK 0001496671
Captured
SEC response SHA-256
fc6ea1c6a24b5d82d73bd7fded832d7707faa132a8056a05ee9a9bc4f1fc5dbb

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