Skip to content

EQUILLIUM, INC.: filings

Every EQUILLIUM, 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-08-13fiscal Q2 202632880001193125-26-349235
10-Q2026-05-13fiscal Q1 202632660001193125-26-221625
10-K2026-03-25fiscal FY 202541790001193125-26-124143
10-Q2025-11-13fiscal Q3 202535990001193125-25-280202
10-Q2025-08-14fiscal Q2 202535950000950170-25-108834
10-Q2025-05-14fiscal Q1 202535690000950170-25-071389
10-K2025-03-27fiscal FY 202443820000950170-25-045726
10-Q2024-11-13fiscal Q3 2024391070000950170-24-126322
10-Q2024-08-08fiscal Q2 2024381020000950170-24-093949
10-Q2024-05-09fiscal Q1 202441800000950170-24-056960
10-K2024-03-25fiscal FY 202348920000950170-24-035919
10-Q2023-11-08fiscal Q3 2023401100000950170-23-061108
10-Q2023-08-09fiscal Q2 2023391040000950170-23-040583
10-Q2023-05-11fiscal Q1 202341780000950170-23-021236
10-K2023-03-23fiscal FY 202248920000950170-23-009492
10-Q2022-11-14fiscal Q3 2022361010000950170-22-025052
10-Q2022-08-15fiscal Q2 202236970000950170-22-017399
10-Q2022-05-12fiscal Q1 202232610000950170-22-009669
10-K2022-03-23fiscal FY 202142800000950170-22-004407
10-Q2021-11-10fiscal Q3 202132880000950170-21-004079
10-Q2021-08-10fiscal Q2 202131830000950170-21-001180
10-Q2021-05-13fiscal Q1 202131620000950170-21-000224
10-K2021-03-24fiscal FY 202037900001564590-21-015103
10-Q2020-11-10fiscal Q3 202032870001564590-20-052979
10-Q2020-08-12fiscal Q2 202032820001564590-20-039503
10-Q2020-05-13fiscal Q1 202032610001564590-20-025063
10-K2020-03-26fiscal FY 201938870001564590-20-013207
10-Q2019-11-12fiscal Q3 201931840001564590-19-042933
10-Q2019-08-12fiscal Q2 201930770001564590-19-031483
10-Q2019-05-13fiscal Q1 201927540001564590-19-018839
10-K2019-03-27fiscal FY 201833790001564590-19-009580
10-Q2018-11-15fiscal Q3 201828640001564590-18-029687

Inspect the source

Entity
EQUILLIUM, INC. / CIK 0001746466
Captured
2026-09-21T17:25:51.906Z
SEC response SHA-256
74f33af80238f05d7d82b81535e2043935b1afbea3192b807555130d431b11ff

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