Skip to content

Celularity Inc.: filings

Every Celularity 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-K2026-04-30fiscal FY 2025581110001493152-26-020424
10-Q2025-11-14fiscal Q3 2025541450001493152-25-023467
10-Q2025-08-29fiscal Q2 2025541410001641172-25-026067
10-Q2025-08-29fiscal Q1 2025531050001641172-25-026056
10-K2025-05-08fiscal FY 2024561090001641172-25-009319
10-Q2024-12-06fiscal Q3 2024531480000950170-24-133799
10-Q2024-11-07fiscal Q2 2024521430000950170-24-122493
10-Q2024-10-16fiscal Q1 2024521060000950170-24-115082
10-K2024-07-30fiscal FY 2023561120000950170-24-087886
10-Q2024-01-03fiscal Q3 2023531480000950170-24-000474
10-Q2023-08-14fiscal Q2 2023541450000950170-23-042544
10-Q2023-05-22fiscal Q1 2023541090000950170-23-023462
10-K2023-03-31fiscal FY 2022571100000950170-23-011440
10-Q2022-11-10fiscal Q3 2022531430000950170-22-024523
10-Q2022-08-09fiscal Q2 2022511330001564590-22-028775
10-Q2022-05-16fiscal Q1 202245930001564590-22-020422
10-K2022-03-31fiscal FY 202149980001564590-22-013004
10-Q2021-11-12fiscal Q3 2021511430001564590-21-056724
10-Q2021-08-19fiscal Q2 202120540001213900-21-043760
10-Q2021-05-24fiscal Q1 202119390001213900-21-028857
10-K/A2021-05-24fiscal FY 202021410001213900-21-028849
10-K2021-03-04fiscal FY 202021420001213900-21-013228
10-Q2020-11-16fiscal Q3 202020620001213900-20-037167
10-Q2020-08-13fiscal Q2 202019570001213900-20-021702
10-Q2020-05-15fiscal Q1 202018350001213900-20-012368
10-K2020-03-24fiscal FY 201920340001213900-20-007185
10-Q2019-11-13fiscal Q3 201919450001213900-19-023191
10-Q2019-08-07fiscal Q2 201918340001213900-19-014808

Inspect the source

Entity
Celularity Inc. / CIK 0001752828
Captured
2026-09-21T17:29:07.737Z
SEC response SHA-256
732b52ad9f2d29e719fef49cad3d40c16039c1cb3073b05f4cf01eb23c287447

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