Skip to content

Scilex Holding Company: filings

Every Scilex Holding Company annual and quarterly report in the SEC record with the published financial measures it tagged, 25 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-14fiscal Q2 2026551580001193125-26-352464
10-Q2026-05-20fiscal Q1 2026501030001193125-26-232857
10-K2026-04-10fiscal FY 2025561120001193125-26-151455
10-Q2025-11-14fiscal Q3 2025511540001193125-25-283153
10-Q2025-08-13fiscal Q2 2025501450000950170-25-108029
10-Q2025-05-14fiscal Q1 202547980000950170-25-071517
10-K2025-03-31fiscal FY 2024551120000950170-25-047800
10-Q2025-01-17fiscal Q3 2024531540000950170-25-006755
10-Q2024-08-13fiscal Q2 2024521460000950170-24-096199
10-Q2024-05-13fiscal Q1 2024491010000950170-24-058630
10-K2024-03-12fiscal FY 2023541410000950170-24-029473
10-Q2023-11-14fiscal Q3 2023511480000950170-23-063810
10-Q2023-08-11fiscal Q2 2023511440000950170-23-041842
10-Q2023-05-12fiscal Q1 2023491000000950170-23-021743
10-K2023-03-07fiscal FY 2022531360000950170-23-006493
10-Q2022-11-04fiscal Q3 202221630001213900-22-069366
10-Q2022-08-12fiscal Q2 202222600001213900-22-047404
10-Q2022-05-16fiscal Q1 202222440001213900-22-027064
10-K2022-02-24fiscal FY 202123410001213900-22-009229
10-Q/A2021-12-08fiscal Q3 202119490001213900-21-064034
10-Q2021-11-10fiscal Q3 202119490001213900-21-058098
10-Q/A2021-08-24fiscal Q2 202120450001213900-21-044577
10-Q2021-08-19fiscal Q2 202120450001213900-21-043702
10-Q2021-07-23fiscal Q1 202119350001213900-21-038379
10-K2021-03-31fiscal FY 202013130001213900-21-019230

Inspect the source

Entity
Scilex Holding Company / CIK 0001820190
Captured
2026-09-21T17:35:04.719Z
SEC response SHA-256
7727b0114619d16e5a4ad6a7cb974480dae9f71312e1347c1d0876a8d8bef4f0

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