Skip to content

Seagen Inc.: filings

Every Seagen Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 51 filings, each linked to its SEC index.

Filing record ends 2023-11-01

The latest filing in this captured record is a 10-Q filed 2023-11-01. No later filing is in the SEC companyfacts record captured on 2026-09-22. Seagen Inc. may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-Q2023-11-01fiscal Q3 2023441290001060736-23-000047
10-Q2023-08-02fiscal Q2 2023441250001060736-23-000040
10-Q2023-04-27fiscal Q1 202344930001060736-23-000032
10-K2023-02-15fiscal FY 2022501300001060736-23-000009
10-Q2022-10-27fiscal Q3 2022441310001060736-22-000068
10-Q2022-07-28fiscal Q2 2022441270001060736-22-000052
10-Q2022-04-28fiscal Q1 202244930001060736-22-000037
10-K2022-02-09fiscal FY 2021501280001060736-22-000016
10-Q2021-10-28fiscal Q3 2021441290001060736-21-000038
10-Q2021-07-29fiscal Q2 2021411150001060736-21-000027
10-Q2021-04-29fiscal Q1 202136760001060736-21-000019
10-K2021-02-12fiscal FY 2020491590001060736-21-000012
10-Q2020-10-30fiscal Q3 2020441270001060736-20-000035
10-Q2020-07-31fiscal Q2 202036950001060736-20-000023
10-Q2020-04-30fiscal Q1 202034720001060736-20-000013
10-K2020-02-06fiscal FY 2019451390001060736-20-000006
10-Q2019-10-30fiscal Q3 201936960001060736-19-000038
10-Q2019-07-16fiscal Q2 2019401070001060736-19-000030
10-Q2019-04-26fiscal Q1 201936750001060736-19-000020
10-K2019-02-07fiscal FY 2018431360001060736-19-000010
10-Q2018-10-26fiscal Q3 201836940001060736-18-000021
10-Q2018-07-26fiscal Q2 201835920001060736-18-000012
10-Q2018-04-26fiscal Q1 201826540001193125-18-135233
10-K2018-02-15fiscal FY 2017351090001193125-18-046213
10-Q2017-11-06fiscal Q3 201729800001193125-17-334363
10-Q2017-08-01fiscal Q2 201724620001193125-17-244337
10-Q2017-05-01fiscal Q1 201724500001193125-17-151970
10-K2017-02-21fiscal FY 201630930001193125-17-050543
10-Q2016-10-27fiscal Q3 201625640001193125-16-749891
10-Q2016-07-26fiscal Q2 201624620001193125-16-658290
10-Q2016-04-29fiscal Q1 201624500001193125-16-569399
10-K2016-02-19fiscal FY 201530930001193125-16-470022
10-Q2015-10-30fiscal Q3 201525640001193125-15-360311
10-Q2015-07-30fiscal Q2 201524620001193125-15-270861
10-Q2015-05-01fiscal Q1 201524500001193125-15-166347
10-K2015-02-27fiscal FY 201429900001193125-15-069861
10-Q2014-11-07fiscal Q3 201424620001193125-14-403383
10-Q2014-08-08fiscal Q2 201424620001193125-14-303153
10-Q2014-05-09fiscal Q1 201427560001193125-14-192484
10-K2014-02-28fiscal FY 2013331020001193125-14-077371
10-Q2013-11-08fiscal Q3 201327680001193125-13-435260
10-Q2013-08-07fiscal Q2 201326660001193125-13-324237
10-Q2013-05-08fiscal Q1 201326540001193125-13-207513
10-K2013-02-27fiscal FY 201231960001193125-13-080019
10-Q2012-11-07fiscal Q3 201226640001193125-12-457499
10-Q2012-08-08fiscal Q2 201227660001193125-12-344080
10-Q2012-05-09fiscal Q1 201228580001193125-12-222068
10-K2012-02-29fiscal FY 201132980001193125-12-088821
10-Q2011-11-04fiscal Q3 201128710001193125-11-297494
10-Q2011-08-05fiscal Q2 201129810001193125-11-212365
10-Q2011-05-06fiscal Q1 201127560001193125-11-130806

Inspect the source

Entity
Seagen Inc. / CIK 0001060736
Captured
SEC response SHA-256
35540cd5d5b721c8c21bfdd2c90597cc14d0da42c1b38f60e28f3d9c1cbbe18e

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