Skip to content

CELCUITY INC.: filings

Every CELCUITY INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 36 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 2026361020001193125-26-349608
10-Q2026-05-14fiscal Q1 202634690001493152-26-023180
10-K2026-03-26fiscal FY 202538730001493152-26-012801
10-Q2025-11-13fiscal Q3 2025341030001493152-25-022401
10-Q2025-08-14fiscal Q2 202534990001641172-25-024148
10-Q2025-05-15fiscal Q1 202534690001641172-25-011053
10-K2025-03-31fiscal FY 202438750001641172-25-001826
10-Q2024-11-14fiscal Q3 2024341030001493152-24-046022
10-Q2024-08-14fiscal Q2 202434990001493152-24-032372
10-Q2024-05-15fiscal Q1 202434690001493152-24-019974
10-K2024-03-27fiscal FY 202338750001493152-24-011549
10-Q2023-11-13fiscal Q3 2023341030001493152-23-040434
10-Q2023-08-11fiscal Q2 202334990001493152-23-027869
10-Q2023-05-15fiscal Q1 202332650001493152-23-017491
10-K2023-03-23fiscal FY 202236710001493152-23-008724
10-Q2022-11-10fiscal Q3 202232950001493152-22-031433
10-Q2022-08-12fiscal Q2 202234940001493152-22-022400
10-Q2022-05-16fiscal Q1 202235680001493152-22-013953
10-K2022-03-23fiscal FY 202134670001493152-22-007560
10-Q2021-11-09fiscal Q3 202131890001493152-21-027618
10-Q2021-08-11fiscal Q2 202132900001654954-21-008769
10-Q2021-05-10fiscal Q1 202030630001654954-21-005361
10-K2021-02-16fiscal FY 202031650001654954-21-001743
10-Q2020-11-09fiscal Q3 202030920001654954-20-012025
10-Q/A2020-08-11fiscal Q2 202030890001654954-20-008876
10-Q2020-05-07fiscal Q1 202032660001654954-20-005065
10-K2020-03-13fiscal FY 201933660001654954-20-002595
10-Q2019-11-07fiscal Q3 201932960001654954-19-012489
10-Q2019-08-08fiscal Q2 201932900001144204-19-038618
10-Q2019-05-07fiscal Q1 201934730001144204-19-024283
10-K2019-03-01fiscal FY 201831640001144204-19-011631
10-Q2018-11-13fiscal Q3 201831870001144204-18-059399
10-Q2018-08-09fiscal Q2 201831870001144204-18-043344
10-Q2018-05-14fiscal Q1 201829610001144204-18-028226
10-K2018-03-15fiscal FY 201730620001144204-18-014940
10-Q2017-12-01fiscal Q3 201730860001144204-17-061978

Inspect the source

Entity
CELCUITY INC. / CIK 0001603454
Captured
2026-09-20T09:25:40.313Z
SEC response SHA-256
b65f4c1df66610fa604d8f58ae5beef22ef7ed4695354678d6377264625bafba

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