Skip to content

Cell Source, Inc.: filings

Every Cell Source, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 46 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-05-14fiscal Q1 202521460001493152-26-022926
10-K2026-04-07fiscal FY 202424490001493152-26-015359
10-Q2024-11-14fiscal Q3 202423790001493152-24-045964
10-Q2024-08-19fiscal Q2 202423740001493152-24-033055
10-Q2024-07-29fiscal Q1 202422440001493152-24-029448
10-K2024-06-24fiscal FY 202323470001493152-24-024903
10-Q2023-11-09fiscal Q3 202321710001493152-23-040079
10-Q2023-09-19fiscal Q2 202322690001493152-23-033011
10-Q2023-08-23fiscal Q1 202323480001493152-23-029915
10-K2023-08-08fiscal FY 202227550001493152-23-027069
10-Q2022-12-08fiscal Q3 202222740001493152-22-034876
10-Q2022-12-02fiscal Q2 202224760001493152-22-034255
10-Q2022-11-02fiscal Q1 202222450001493152-22-030233
10-K2022-04-15fiscal FY 202126510001493152-22-010133
10-Q2021-11-15fiscal Q3 202122700001493152-21-028675
10-Q2021-08-12fiscal Q2 202122660001493152-21-019491
10-Q2021-05-17fiscal Q1 202123460001493152-21-011971
10-K2021-04-15fiscal FY 202026540001640334-21-000923
10-Q2020-11-13fiscal Q3 202022680001640334-20-002809
10-Q2020-08-14fiscal Q2 202023700001640334-20-002131
10-Q2020-05-15fiscal Q1 202022460001640334-20-001244
10-K2020-03-30fiscal FY 201922450001640334-20-000672
10-Q2019-11-14fiscal Q3 201921680001165527-19-000195
10-Q2019-08-14fiscal Q2 201921650001165527-19-000139
10-Q2019-05-20fiscal Q1 201918390001165527-19-000089
10-K2019-04-01fiscal FY 201819400001165527-19-000034
10-Q2018-11-14fiscal Q3 201820540001165527-18-000225
10-Q2018-10-18fiscal Q2 201821580001165527-18-000196
10-Q2018-10-18fiscal Q1 201819380001165527-18-000195
10-Q2018-07-25fiscal Q3 201721610001165527-18-000160
10-Q2018-07-25fiscal Q2 201721610001165527-18-000158
10-Q2018-07-25fiscal Q1 201721440001165527-18-000156
10-K2018-07-25fiscal FY 201724720001165527-18-000154
10-Q2016-11-18fiscal Q3 201618540001165527-16-000940
10-Q2016-08-15fiscal Q2 201618540001165527-16-000871
10-Q2016-05-13fiscal Q1 201617350001165527-16-000772
10-K2016-04-14fiscal FY 201521420001165527-16-000733
10-Q2015-11-16fiscal Q3 201517470001165527-15-000550
10-Q2015-08-11fiscal Q2 201518490001165527-15-000396
10-Q2015-05-13fiscal Q1 201516340001144204-15-030147
10-K2015-03-13fiscal FY 201421440001144204-15-015954
10-Q2014-11-14fiscal Q3 201421550001144204-14-068370
10-Q2014-08-19fiscal Q2 201421550001144204-14-051396
10-Q2014-04-25fiscal Q1 201411270001165527-14-000249
10-K2014-03-25fiscal FY 201311270001165527-14-000161
10-Q2013-11-12fiscal Q3 201311290001165527-13-000938

Inspect the source

Entity
Cell Source, Inc. / CIK 0001569340
Captured
2026-09-20T09:20:59.488Z
SEC response SHA-256
a38ee9440e4c17d7e1a60b5c62fea787c32a17056a875641a758e857a5dd95d2

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