Skip to content

QUANTRX BIOMEDICAL CORPORATION: filings

Every QUANTRX BIOMEDICAL CORPORATION annual and quarterly report in the SEC record with the published financial measures it tagged, 49 filings, each linked to its SEC index.

Filing record ends 2022-11-14

The latest filing in this captured record is a 10-Q filed 2022-11-14. No later filing is in the SEC companyfacts record captured on 2026-09-22. QUANTRX BIOMEDICAL CORPORATION 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-11-14fiscal Q3 202220570001493152-22-031830
10-Q2022-08-22fiscal Q2 202220560001493152-22-023716
10-Q2022-05-16fiscal Q1 202220420001493152-22-013802
10-K2022-04-15fiscal FY 202119380001493152-22-010071
10-Q2021-11-16fiscal Q3 202121600001851734-21-000104
10-Q2021-08-16fiscal Q2 202122640001654954-21-009110
10-Q2021-05-17fiscal Q1 202124520001654954-21-005834
10-K2021-04-15fiscal FY 202026520001654954-21-004257
10-Q2020-11-17fiscal Q3 202024720001654954-20-012604
10-Q2020-08-14fiscal Q2 202023640001654954-20-009140
10-Q2020-05-20fiscal Q1 202024520001654954-20-005824
10-K2020-04-14fiscal FY 201928580001654954-20-004054
10-Q2019-11-19fiscal Q3 201924700001654954-19-013182
10-Q2019-08-15fiscal Q2 201924700001654954-19-009698
10-Q2019-05-20fiscal Q1 201922530001654954-19-006340
10-K2019-04-16fiscal FY 201826540001654954-19-004468
10-Q2018-11-19fiscal Q3 201825660001654954-18-012950
10-Q2018-08-20fiscal Q2 201826680001654954-18-009365
10-Q2018-05-21fiscal Q1 201824490001654954-18-005721
10-K2018-04-17fiscal FY 201731640001654954-18-004035
10-Q2017-11-20fiscal Q3 201728740001654954-17-010911
10-Q2017-08-21fiscal Q2 201727720001654954-17-007798
10-Q2017-05-22fiscal Q1 201727560001654954-17-005002
10-K2017-04-17fiscal FY 201631640001654954-17-003379
10-Q2016-12-02fiscal Q3 201628740001654954-16-004542
10-Q2016-08-17fiscal Q2 201628740001415889-16-006888
10-Q2016-05-20fiscal Q1 201627530001415889-16-006006
10-K2016-04-13fiscal FY 201530590001415889-16-005518
10-Q2015-11-16fiscal Q3 201530720001415889-15-003757
10-Q2015-08-17fiscal Q2 201529710001415889-15-002773
10-Q2015-07-22fiscal Q1 201529590001415889-15-002440
10-K2015-04-15fiscal FY 201431630001415889-15-001361
10-Q2014-11-18fiscal Q3 201431780001415889-14-003601
10-Q2014-08-19fiscal Q2 201430760001415889-14-002572
10-Q/A2014-05-23fiscal Q1 201430610001415889-14-001649
10-Q2014-05-20fiscal Q1 201430610001415889-14-001611
10-K2014-04-14fiscal FY 201330620001415889-14-001167
10-Q2013-11-19fiscal Q3 201330750001415889-13-002381
10-Q2013-08-14fiscal Q2 201329740001415889-13-001626
10-Q2013-05-20fiscal Q1 201330600001415889-13-001036
10-K2013-04-15fiscal FY 201230610001415889-13-000747
10-Q2012-11-14fiscal Q3 201229730001415889-12-001673
10-Q/A2012-08-21fiscal Q2 201231790001415889-12-001288
10-Q2012-08-20fiscal Q2 201231790001415889-12-001285
10-Q2012-05-21fiscal Q1 201229580001415889-12-000753
10-K2012-04-17fiscal FY 201129570001415889-12-000555
10-Q/A2011-12-02fiscal Q2 201130740001415889-11-001357
10-Q2011-11-18fiscal Q3 201129730001415889-11-001305
10-Q2011-08-16fiscal Q2 201130740001415889-11-000808

Inspect the source

Entity
QUANTRX BIOMEDICAL CORPORATION / CIK 0000820608
Captured
SEC response SHA-256
9ed677f1f65a020d7443764a5b8258c716645c1ae82e75ef1907f7558ecaa289

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