Skip to content

SPECTRUM PHARMACEUTICALS INC: filings

Every SPECTRUM PHARMACEUTICALS INC annual and quarterly report in the SEC record with the published financial measures it tagged, 48 filings, each linked to its SEC index.

Filing record ends 2023-05-11

The latest filing in this captured record is a 10-Q filed 2023-05-11. No later filing is in the SEC companyfacts record captured on 2026-09-22. SPECTRUM PHARMACEUTICALS 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-05-11fiscal Q1 202346950000831547-23-000012
10-K2023-03-31fiscal FY 202249990000831547-23-000007
10-Q2022-11-14fiscal Q3 2022431240000831547-22-000072
10-Q2022-08-12fiscal Q2 2022401140000831547-22-000056
10-Q2022-05-12fiscal Q1 202239820000831547-22-000030
10-K2022-03-18fiscal FY 202145920000831547-22-000014
10-Q2021-11-10fiscal Q3 2021431270000831547-21-000080
10-Q2021-08-12fiscal Q2 2021441280000831547-21-000073
10-Q2021-05-13fiscal Q1 202140870000831547-21-000039
10-K2021-03-31fiscal FY 2020411000000831547-21-000009
10-Q2020-11-04fiscal Q3 2020421190000831547-20-000071
10-Q2020-08-10fiscal Q2 2020421160000831547-20-000062
10-Q2020-05-07fiscal Q1 202044920000831547-20-000044
10-K2020-03-02fiscal FY 2019481450000831547-20-000009
10-Q2019-11-07fiscal Q3 2019481350000831547-19-000053
10-Q2019-08-09fiscal Q2 2019491340000831547-19-000047
10-Q2019-05-09fiscal Q1 201943840000831547-19-000033
10-K2019-02-28fiscal FY 2018511480000831547-19-000006
10-Q2018-11-08fiscal Q3 2018491320000831547-18-000071
10-Q2018-08-09fiscal Q2 2018481260000831547-18-000063
10-Q2018-05-04fiscal Q1 201845890000831547-18-000051
10-K2018-03-07fiscal FY 2017491520000831547-18-000015
10-Q2017-11-03fiscal Q3 2017411020000831547-17-000073
10-Q2017-08-04fiscal Q2 201741990000831547-17-000053
10-Q2017-05-04fiscal Q1 201741810000831547-17-000032
10-K2017-03-14fiscal FY 2016481490000831547-17-000020
10-Q2016-11-14fiscal Q3 201641990000831547-16-000120
10-Q2016-08-09fiscal Q2 201641990000831547-16-000102
10-Q2016-05-06fiscal Q1 201641820000831547-16-000073
10-K2016-03-14fiscal FY 2015491580000831547-16-000059
10-Q2015-11-06fiscal Q3 2015411000000831547-15-000026
10-Q2015-08-07fiscal Q2 2015411000000831547-15-000016
10-Q2015-05-08fiscal Q1 201541820000831547-15-000002
10-K2015-03-13fiscal FY 2014451450001193125-15-091493
10-Q2014-11-10fiscal Q3 2014421010001193125-14-406294
10-Q2014-08-08fiscal Q2 2014421010001193125-14-303325
10-Q2014-05-12fiscal Q1 201446910001193125-14-194949
10-K2014-03-12fiscal FY 2013491550001193125-14-094593
10-Q2013-11-18fiscal Q3 201337960001193125-13-445714
10-Q2013-08-09fiscal Q2 201337960001193125-13-327506
10-Q2013-05-09fiscal Q1 201337770001193125-13-211369
10-K2013-02-28fiscal FY 2012441350001193125-13-080988
10-Q2012-11-09fiscal Q3 201239990001193125-12-463439
10-Q2012-08-08fiscal Q2 201239990001193125-12-344357
10-Q2012-04-27fiscal Q1 201238760001193125-12-191534
10-K2012-03-02fiscal FY 201138990001193125-12-094639
10-Q2011-10-28fiscal Q3 201136950000950123-11-092613
10-Q2011-08-04fiscal Q2 201135920000950123-11-072464

3 further filings tag fewer than eight published concepts and have no page.

Inspect the source

Entity
SPECTRUM PHARMACEUTICALS INC / CIK 0000831547
Captured
SEC response SHA-256
cfb3689b7a4cbfc02fcd057d4d3c2c71f6f918e0b0a2782a5e33f11c2037f26d

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