Skip to content

Lantheus Holdings, Inc.: filings

Every Lantheus Holdings, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 45 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-06fiscal Q2 2026471390001193125-26-336795
10-Q2026-05-07fiscal Q1 202647990001193125-26-210373
10-K2026-02-26fiscal FY 2025541410001193125-26-073498
10-Q2025-11-06fiscal Q3 2025471410001193125-25-268113
10-Q2025-08-06fiscal Q2 2025461350000950170-25-103544
10-Q2025-05-07fiscal Q1 202546960001628280-25-022872
10-K2025-02-26fiscal FY 2024541410001628280-25-007970
10-Q2024-11-06fiscal Q3 2024471400001628280-24-045459
10-Q2024-07-31fiscal Q2 2024471360001628280-24-033630
10-Q2024-05-02fiscal Q1 202447980001628280-24-019798
10-K2024-02-22fiscal FY 2023541410001628280-24-006158
10-Q2023-11-02fiscal Q3 2023471420001628280-23-036214
10-Q2023-08-03fiscal Q2 2023471380001628280-23-027015
10-Q2023-05-04fiscal Q1 202347980001628280-23-015464
10-K2023-02-23fiscal FY 2022531380001628280-23-004698
10-Q2022-11-03fiscal Q3 2022471420001628280-22-027986
10-Q2022-08-04fiscal Q2 2022471380001628280-22-020872
10-Q2022-04-29fiscal Q1 202247980001628280-22-011291
10-K2022-02-24fiscal FY 2021531370001628280-22-003657
10-Q2021-11-04fiscal Q3 2021471420001628280-21-021616
10-Q2021-07-28fiscal Q2 2021461360001628280-21-014626
10-Q2021-05-04fiscal Q1 202147970001628280-21-008749
10-K2021-02-25fiscal FY 2020541400001628280-21-003336
10-Q2020-11-05fiscal Q3 2020471420001628280-20-015734
10-Q2020-07-31fiscal Q2 2020471380001628280-20-011352
10-Q2020-04-30fiscal Q1 202045930001628280-20-005914
10-K2020-02-25fiscal FY 2019531720001628280-20-002197
10-Q2019-10-31fiscal Q3 2019471340001628280-19-012915
10-Q2019-07-25fiscal Q2 2019471300001628280-19-009041
10-Q2019-04-30fiscal Q1 201947940001521036-19-000007
10-K2019-02-20fiscal FY 2018501710001628280-19-001574
10-Q2018-10-30fiscal Q3 2018421180001628280-18-013111
10-Q2018-08-01fiscal Q2 2018421180001628280-18-010222
10-Q2018-05-02fiscal Q1 201843870001628280-18-005734
10-K2018-02-26fiscal FY 2017471550001628280-18-002261
10-Q2017-11-02fiscal Q3 2017421180001628280-17-010720
10-Q2017-08-01fiscal Q2 2017381100001193125-17-244385
10-Q2017-05-02fiscal Q1 201738780001193125-17-154209
10-K2017-02-23fiscal FY 2016451470001193125-17-053986
10-Q2016-11-01fiscal Q3 2016411200001193125-16-755496
10-Q2016-08-04fiscal Q2 2016371060001193125-16-672020
10-Q2016-05-03fiscal Q1 201638780001193125-16-575234
10-K2016-03-02fiscal FY 2015421220001193125-16-490104
10-Q2015-11-04fiscal Q3 2015401150001193125-15-366322
10-Q2015-08-05fiscal Q2 2015391110001193125-15-276851

Inspect the source

Entity
Lantheus Holdings, Inc. / CIK 0001521036
Captured
2026-09-20T09:14:38.890Z
SEC response SHA-256
5b9556aee995e7376e1d441a6ca1f43859ac4e1ea54275dd2c318c05d97606aa

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