Skip to content

CANCER CAPITAL CORP.: filings

Every CANCER CAPITAL CORP. annual and quarterly report in the SEC record with the published financial measures it tagged, 54 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-Q2024-11-21fiscal Q3 202418600001554795-24-000317
10-Q2024-08-14fiscal Q2 202418550001554795-24-000204
10-Q2024-05-09fiscal Q1 202418390001554795-24-000126
10-K2024-04-15fiscal FY 202319390001554795-24-000087
10-Q2023-11-02fiscal Q3 202318580001554795-23-000336
10-Q2023-08-03fiscal Q2 202317540001554795-23-000237
10-Q2023-05-03fiscal Q1 202318390001554795-23-000131
10-K2023-03-30fiscal FY 202219400001554795-23-000097
10-Q2022-11-03fiscal Q3 202217580001554795-22-000364
10-Q2022-08-12fiscal Q2 202218550001554795-22-000287
10-Q2022-05-13fiscal Q1 202217360001554795-22-000184
10-K2022-03-22fiscal FY 202118380001554795-22-000107
10-Q2021-11-05fiscal Q3 202118600001554795-21-000381
10-Q2021-08-13fiscal Q2 202119570001554795-21-000281
10-Q2021-05-17fiscal Q1 202119390001554795-21-000187
10-K2021-03-25fiscal FY 202020410001554795-21-000089
10-Q2020-11-06fiscal Q3 202019610001554795-20-000286
10-Q2020-08-10fiscal Q2 202018550001554795-20-000201
10-Q2020-05-12fiscal Q1 202018400001554795-20-000121
10-K2020-04-14fiscal FY 201919400001554795-20-000101
10-Q2019-11-12fiscal Q3 201918590001554795-19-000371
10-Q2019-08-09fiscal Q2 201918560001554795-19-000236
10-Q2019-05-10fiscal Q1 201918390001554795-19-000125
10-K2019-03-19fiscal FY 201819390001554795-19-000061
10-Q2018-11-06fiscal Q3 201819480001554795-18-000314
10-Q2018-08-09fiscal Q2 201817450001554795-18-000203
10-Q2018-05-10fiscal Q1 201818360001554795-18-000117
10-K2018-03-23fiscal FY 201719400001554795-18-000059
10-Q2017-11-09fiscal Q3 201716440001554795-17-000389
10-Q2017-08-08fiscal Q2 201717450001554795-17-000322
10-Q2017-05-05fiscal Q1 201718360001554795-17-000189
10-K2017-03-20fiscal FY 201620420001554795-17-000097
10-Q2016-11-01fiscal Q3 201617450001554795-16-000891
10-Q2016-08-08fiscal Q2 201617450001554795-16-000776
10-Q2016-05-13fiscal Q1 201617350001554795-16-000680
10-K2016-03-22fiscal FY 201520420001554795-16-000580
10-Q2015-10-30fiscal Q3 201517450001554795-15-000412
10-Q2015-08-11fiscal Q2 201516440001554795-15-000302
10-Q2015-05-11fiscal Q1 201517350001554795-15-000179
10-K2015-02-24fiscal FY 201419380001554795-15-000077
10-Q2014-11-12fiscal Q3 201416430001554795-14-000621
10-Q2014-07-29fiscal Q2 201416490001554795-14-000462
10-Q2014-05-08fiscal Q1 201418430001554795-14-000354
10-K2014-03-28fiscal FY 201319440001554795-14-000234
10-Q2013-11-12fiscal Q3 201318540001554795-13-000674
10-Q2013-08-09fiscal Q2 201320670001554795-13-000426
10-Q2013-05-03fiscal Q1 201319480001548123-13-000156
10-K2013-03-27fiscal FY 201219490001548123-13-000075
10-Q2012-10-29fiscal Q3 201217560001548123-12-000319
10-Q2012-08-02fiscal Q2 201217570001548123-12-000179
10-Q2012-05-09fiscal Q1 201218480001548123-12-000027
10-K2012-03-28fiscal FY 201118470001010412-12-000111
10-Q2011-10-31fiscal Q3 201118620001010412-11-000577
10-Q2011-08-04fiscal Q2 201119640001023175-11-000416

Inspect the source

Entity
CANCER CAPITAL CORP. / CIK 0001130889
Captured
2026-09-21T17:18:27.452Z
SEC response SHA-256
d5d1b1f4978812654637bca868297ef525c382823f5e2c59b0d5ad6b7a1cebf9

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