Skip to content

LA JOLLA PHARMACEUTICAL CO: filings

Every LA JOLLA PHARMACEUTICAL CO annual and quarterly report in the SEC record with the published financial measures it tagged, 45 filings, each linked to its SEC index.

Filing record ends 2022-08-15

The latest filing in this captured record is a 10-Q filed 2022-08-15. No later filing is in the SEC companyfacts record captured on 2026-09-22. LA JOLLA PHARMACEUTICAL CO 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-Q2022-08-15fiscal Q2 2022461250001564590-22-029398
10-Q2022-05-16fiscal Q1 202245920001564590-22-020387
10-K2022-03-09fiscal FY 202148950001564590-22-009182
10-Q2021-11-04fiscal Q3 2021461310001564590-21-054269
10-Q2021-08-05fiscal Q2 2021451240001564590-21-041197
10-Q2021-05-07fiscal Q1 202145920001564590-21-025325
10-K2021-03-08fiscal FY 202040740001564590-21-011366
10-Q2020-11-09fiscal Q3 202038930001564590-20-052582
10-Q2020-08-06fiscal Q2 202035900000920465-20-000127
10-Q2020-05-04fiscal Q1 202033690000920465-20-000059
10-K2020-03-02fiscal FY 201934690000920465-20-000036
10-Q2019-11-12fiscal Q3 201932850000920465-19-000156
10-Q2019-08-01fiscal Q2 201932810000920465-19-000101
10-Q2019-05-06fiscal Q1 201932670000920465-19-000077
10-K2019-03-04fiscal FY 201835920000920465-19-000044
10-Q2018-10-24fiscal Q3 201828690000920465-18-000048
10-Q2018-08-08fiscal Q2 201828690000920465-18-000026
10-Q2018-05-10fiscal Q1 201827570000920465-18-000015
10-K2018-02-22fiscal FY 2017291010000920465-18-000007
10-Q2017-10-26fiscal Q3 201725660000920465-17-000070
10-Q2017-07-27fiscal Q2 201725660000920465-17-000057
10-Q2017-04-27fiscal Q1 201724500000920465-17-000044
10-K2017-02-23fiscal FY 201628990000920465-17-000025
10-Q2016-11-03fiscal Q3 201624610000920465-16-000136
10-Q2016-08-08fiscal Q2 201623590000920465-16-000124
10-Q2016-05-06fiscal Q1 201623490000920465-16-000115
10-K2016-02-25fiscal FY 2015281020000920465-16-000106
10-Q2015-11-06fiscal Q3 201524630000920465-15-000077
10-Q2015-08-06fiscal Q2 201522570000920465-15-000055
10-Q2015-04-29fiscal Q1 201522470000920465-15-000032
10-K2015-03-16fiscal FY 201425520000920465-15-000009
10-Q2014-11-12fiscal Q3 201424620000920465-14-000120
10-Q2014-08-14fiscal Q2 201422580000920465-14-000097
10-Q2014-04-30fiscal Q1 201422460000920465-14-000034
10-K2014-03-31fiscal FY 201326540000920465-14-000021
10-Q2013-11-08fiscal Q3 201323600001445305-13-002882
10-Q2013-07-19fiscal Q2 201322540001564590-13-000084
10-Q2013-05-13fiscal Q1 201322450001564590-13-000012
10-K2013-04-01fiscal FY 201222450001193125-13-136913
10-Q2012-11-09fiscal Q3 201222640001193125-12-463276
10-Q2012-08-10fiscal Q2 201222660001193125-12-349953
10-Q2012-05-21fiscal Q1 201223450001193125-12-241900
10-K2012-03-30fiscal FY 201119390001193125-12-144016
10-Q2011-11-14fiscal Q3 201122620000950123-11-097820
10-Q/A2011-09-12fiscal Q2 201122640000950123-11-083977

Inspect the source

Entity
LA JOLLA PHARMACEUTICAL CO / CIK 0000920465
Captured
SEC response SHA-256
b3ec81ce285251633cde90653d8efd46d4d3a89d0ccad4d0a2cf011b8bc868fa

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