Skip to content

LadRx Corporation: filings

Every LadRx Corporation annual and quarterly report in the SEC record with the published financial measures it tagged, 56 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-Q2025-05-14fiscal Q1 202524500001641172-25-010063
10-K2025-03-28fiscal FY 202433650001641172-25-001038
10-Q2024-11-14fiscal Q3 202428810001493152-24-045299
10-Q2024-08-14fiscal Q2 202428750001493152-24-031792
10-Q2024-05-15fiscal Q1 202428540001493152-24-019407
10-K2024-03-27fiscal FY 202337700001493152-24-011377
10-Q2023-11-14fiscal Q3 202333900001493152-23-040738
10-Q2023-08-14fiscal Q2 202332860001493152-23-027983
10-Q2023-05-15fiscal Q1 202329570001493152-23-016809
10-K2023-03-20fiscal FY 202234690001493152-23-008173
10-Q2022-11-10fiscal Q3 202231850001493152-22-031205
10-Q2022-08-11fiscal Q2 202229750001493152-22-021943
10-Q2022-05-12fiscal Q1 202229550001493152-22-012911
10-K2022-03-23fiscal FY 202135680001493152-22-007485
10-Q2021-11-12fiscal Q3 202128740001493152-21-028068
10-Q2021-08-12fiscal Q2 202125610001493152-21-019432
10-Q2021-05-13fiscal Q1 202124480001493152-21-011185
10-K2021-03-24fiscal FY 202034680001493152-21-006668
10-Q2020-11-13fiscal Q3 202029760001493152-20-021208
10-Q2020-08-14fiscal Q2 202028690001493152-20-015639
10-Q2020-05-14fiscal Q1 202027520001493152-20-008608
10-K2020-03-27fiscal FY 201935670001493152-20-004848
10-Q2019-11-14fiscal Q3 201930790001493152-19-017120
10-Q2019-08-09fiscal Q2 201927700001493152-19-011945
10-Q2019-05-15fiscal Q1 201926530001493152-19-007215
10-K2019-03-29fiscal FY 201836720001493152-19-004165
10-Q2018-11-02fiscal Q3 201830760001493152-18-015120
10-Q2018-08-06fiscal Q2 201829710001493152-18-010972
10-Q2018-05-08fiscal Q1 201829600000799698-18-000010
10-K2018-03-16fiscal FY 201734970000799698-18-000002
10-Q2017-11-08fiscal Q3 201729720000799698-17-000038
10-Q2017-08-03fiscal Q2 201729720000799698-17-000023
10-Q2017-05-10fiscal Q1 201725520000799698-17-000014
10-K2017-03-15fiscal FY 201632900000799698-17-000012
10-Q2016-11-09fiscal Q3 201626650000799698-16-000046
10-Q2016-07-29fiscal Q2 201626650000799698-16-000041
10-Q2016-05-10fiscal Q1 201626530000799698-16-000033
10-K2016-03-11fiscal FY 201526770000799698-16-000030
10-Q2015-11-03fiscal Q3 201523560000799698-15-000019
10-Q2015-08-03fiscal Q2 201522540000799698-15-000015
10-Q2015-05-01fiscal Q1 201526540000799698-15-000009
10-K2015-03-10fiscal FY 201428820000799698-15-000004
10-Q2014-11-04fiscal Q3 201424580000799698-14-000017
10-Q2014-08-06fiscal Q2 201426620000799698-14-000014
10-Q2014-05-01fiscal Q1 201430620000799698-14-000008
10-K2014-03-05fiscal FY 2013331050000799698-14-000004
10-Q2013-10-29fiscal Q3 201331790000799698-13-000020
10-Q2013-08-06fiscal Q2 201326620000799698-13-000017
10-Q2013-05-09fiscal Q1 201325510000799698-13-000008
10-K2013-03-11fiscal FY 2012321020000799698-13-000005
10-Q2012-11-09fiscal Q3 201233910000799698-12-000027
10-Q2012-08-09fiscal Q2 201229730000799698-12-000025
10-Q2012-05-10fiscal Q1 201227560000799698-12-000021
10-K2012-03-13fiscal FY 201130810000799698-12-000009
10-Q2011-11-08fiscal Q3 201130760000799698-11-000029
10-Q2011-08-09fiscal Q2 201133900000799698-11-000020

Inspect the source

Entity
LadRx Corporation / CIK 0000799698
Captured
2026-09-21T17:17:01.566Z
SEC response SHA-256
261b2dfd129477078e587e05cd7aa82c40b109db9a3d7cc804c857dcd626e9b9

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