Skip to content

Y-mAbs Therapeutics, Inc.: filings

Every Y-mAbs Therapeutics, 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-08-08fiscal Q2 2025471320001558370-25-010848
10-Q2025-05-13fiscal Q1 202547960001558370-25-007492
10-K2025-03-04fiscal FY 202446940001558370-25-002105
10-Q2024-11-08fiscal Q3 2024451330001558370-24-014950
10-Q2024-08-12fiscal Q2 2024451290001558370-24-011795
10-Q2024-05-07fiscal Q1 202444890001558370-24-007056
10-K2024-02-29fiscal FY 202346920001558370-24-002188
10-Q2023-11-13fiscal Q3 2023441290001558370-23-018827
10-Q2023-08-10fiscal Q2 2023441250001558370-23-014502
10-Q2023-05-08fiscal Q1 202343890001558370-23-008502
10-K2023-03-30fiscal FY 202249970001558370-23-005073
10-Q2022-11-07fiscal Q3 2022471330001558370-22-016659
10-Q2022-08-08fiscal Q3 2021461270001558370-22-012656
10-Q2022-05-09fiscal Q1 202246930001558370-22-007851
10-K2022-03-01fiscal FY 2021481170001558370-22-002567
10-Q2021-11-04fiscal Q3 2021461260001558370-21-014548
10-Q2021-08-09fiscal Q2 2021461260001558370-21-010959
10-Q2021-05-06fiscal Q1 202145890001558370-21-006293
10-K2021-03-01fiscal FY 202037920001558370-21-002172
10-Q2020-11-05fiscal Q3 202036990001558370-20-012905
10-Q2020-08-06fiscal Q2 202036950001558370-20-009646
10-Q2020-05-07fiscal Q1 202036750001558370-20-005750
10-K2020-03-12fiscal FY 201937890001558370-20-002551
10-Q2019-11-13fiscal Q3 2019371010001558370-19-010935
10-Q2019-08-14fiscal Q2 201937980001558370-19-008167
10-Q2019-05-10fiscal Q1 201937700001544784-19-000003
10-K2019-03-22fiscal FY 201834800001558370-19-002375
10-Q2018-11-13fiscal Q3 201833770001558370-18-009242

Inspect the source

Entity
Y-mAbs Therapeutics, Inc. / CIK 0001722964
Captured
2026-09-21T17:25:01.617Z
SEC response SHA-256
19afa0bd24f2c386e056dba4418961b6276950e4e644f39d75aa4ec9177acfb1

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