Skip to content

Arcus Biosciences, Inc.: filings

Every Arcus 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.

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-05fiscal Q2 2026391170001724521-26-000044
10-Q2026-05-05fiscal Q1 202639810001724521-26-000034
10-K2026-02-25fiscal FY 2025441150001724521-26-000009
10-Q2025-10-28fiscal Q3 2025381190001724521-25-000116
10-Q2025-08-06fiscal Q2 2025381150001724521-25-000101
10-Q2025-05-06fiscal Q1 202538790001724521-25-000063
10-K2025-02-25fiscal FY 2024431120001724521-25-000040
10-Q2024-11-06fiscal Q3 2024381170001724521-24-000160
10-Q2024-08-08fiscal Q2 2024361070001724521-24-000138
10-Q2024-05-08fiscal Q1 202436750001724521-24-000092
10-K2024-02-21fiscal FY 2023401030001724521-24-000052
10-Q2023-11-07fiscal Q3 2023341030001724521-23-000021
10-Q2023-08-07fiscal Q2 202334980000950170-23-038760
10-Q2023-05-09fiscal Q1 202333680000950170-23-019695
10-K2023-02-28fiscal FY 2022401010000950170-23-005112
10-Q2022-11-02fiscal Q3 2022401180000950170-22-021241
10-Q2022-08-03fiscal Q2 202236980000950170-22-014280
10-Q2022-05-09fiscal Q1 202237760000950170-22-008502
10-K2022-02-23fiscal FY 2021431060000950170-22-001788
10-Q2021-11-08fiscal Q3 2021391120000950170-21-003471
10-Q2021-08-05fiscal Q2 202135920001564590-21-041611
10-Q2021-05-05fiscal Q1 202133690001564590-21-024084
10-K2021-02-25fiscal FY 2020401200001564590-21-008270
10-Q2020-11-05fiscal Q3 2020371070001564590-20-051355
10-Q2020-08-06fiscal Q2 202034910001564590-20-037782
10-Q2020-05-05fiscal Q1 202034700001564590-20-021282
10-K2020-03-05fiscal FY 201938990001564590-20-008972
10-Q2019-11-05fiscal Q3 201936990001564590-19-040421
10-Q2019-08-06fiscal Q2 201936950001564590-19-029385
10-Q2019-05-02fiscal Q1 201936720001564590-19-015333
10-K2019-03-05fiscal FY 2018341090001564590-19-006274
10-Q2018-11-08fiscal Q3 201835920001564590-18-028583
10-Q2018-08-06fiscal Q2 201834880001564590-18-019459
10-Q2018-05-09fiscal Q1 201831640001564590-18-012447

Inspect the source

Entity
Arcus Biosciences, Inc. / CIK 0001724521
Captured
2026-09-21T17:25:06.067Z
SEC response SHA-256
981bcf685d97980729b8322b805b8290cf57b92f824451da36906d7f80880612

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