Skip to content

Allakos Inc.: filings

Every Allakos Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 28 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-Q2025-05-07fiscal Q1 202536780000950170-25-065604
10-K2025-03-12fiscal FY 202440820000950170-25-037933
10-Q2024-11-06fiscal Q3 2024391160000950170-24-122299
10-Q2024-08-07fiscal Q2 2024391120000950170-24-092772
10-Q2024-05-09fiscal Q1 202439840000950170-24-057259
10-K2024-03-14fiscal FY 202340820000950170-24-031516
10-Q2023-11-13fiscal Q3 2023391160000950170-23-062957
10-Q2023-08-09fiscal Q2 2023391120000950170-23-040604
10-Q2023-05-09fiscal Q1 202339850000950170-23-019677
10-K2023-03-06fiscal FY 2022401050000950170-23-006248
10-Q2022-11-07fiscal Q3 2022391160000950170-22-022601
10-Q2022-08-04fiscal Q2 2022381100000950170-22-014830
10-Q2022-05-06fiscal Q1 202234740000950170-22-008126
10-K2022-03-01fiscal FY 202136930000950170-22-002542
10-Q2021-11-08fiscal Q3 202134980000950170-21-003465
10-Q2021-08-09fiscal Q2 202134940001564590-21-042638
10-Q2021-05-10fiscal Q1 202135760001564590-21-026059
10-K2021-03-01fiscal FY 2020371110001564590-21-009651
10-Q2020-11-09fiscal Q3 2020361020001564590-20-052219
10-Q2020-08-10fiscal Q2 202035960001564590-20-038637
10-Q2020-05-11fiscal Q1 202035760001564590-20-023866
10-K2020-02-25fiscal FY 2019411220001564590-20-006408
10-Q2019-11-12fiscal Q3 2019361010001564590-19-042919
10-Q2019-08-05fiscal Q2 201936970001564590-19-028518
10-Q2019-05-08fiscal Q1 201936770001564590-19-016843
10-K2019-03-14fiscal FY 2018381120001564590-19-007820
10-Q2018-11-08fiscal Q3 201837940001564590-18-028601
10-Q2018-08-29fiscal Q2 201834850001564590-18-022459

1 further filing tags fewer than eight published concepts and has no page.

Inspect the source

Entity
Allakos Inc. / CIK 0001564824
Captured
2026-09-21T17:21:00.872Z
SEC response SHA-256
097ebbc8f1ba8f575b44913b7580e8a2eeaaadf96f087977ebd6e493bdd9e6a6

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