Skip to content

CELLULAR BIOMEDICINE GROUP, INC.: filings

Every CELLULAR BIOMEDICINE GROUP, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 45 filings, each linked to its SEC index.

Filing record ends 2020-11-09

The latest filing in this captured record is a 10-Q filed 2020-11-09. No later filing is in the SEC companyfacts record captured on 2026-09-22. CELLULAR BIOMEDICINE GROUP, INC. 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-Q2020-11-09fiscal Q3 2020451200001654954-20-012014
10-Q2020-08-12fiscal Q2 2020421130001654954-20-008950
10-Q2020-05-06fiscal Q1 202041860001654954-20-004977
10-K2020-02-28fiscal FY 2019481570001654954-20-002065
10-Q2019-11-06fiscal Q3 2019441240001654954-19-012421
10-Q2019-08-06fiscal Q2 2019441240001654954-19-008900
10-Q2019-04-30fiscal Q1 201942880001654954-19-005054
10-K2019-02-19fiscal FY 2018441380001654954-19-001756
10-Q2018-11-06fiscal Q3 201837980001654954-18-012031
10-Q2018-08-07fiscal Q2 201837980001654954-18-008569
10-Q2018-05-07fiscal Q1 201838760001654954-18-004805
10-K2018-03-05fiscal FY 2017441470001654954-18-002152
10-Q2017-11-08fiscal Q3 2017391060001654954-17-010211
10-Q2017-08-08fiscal Q2 2017391050001654954-17-007043
10-Q2017-05-08fiscal Q1 201739780001654954-17-004178
10-K2017-03-13fiscal FY 2016451480001654954-17-001934
10-Q2016-11-08fiscal Q3 2016401080001654954-16-003611
10-Q2016-08-09fiscal Q2 2016401080001654954-16-001271
10-Q2016-05-09fiscal Q1 201643840001354488-16-007272
10-K2016-03-14fiscal FY 2015451450001354488-16-006531
10-Q2015-11-13fiscal Q3 2015431170001354488-15-005016
10-Q2015-08-13fiscal Q2 2015431170001354488-15-003760
10-Q2015-05-15fiscal Q1 201541790001354488-15-002444
10-K2015-04-13fiscal FY 201443860001354488-15-001699
10-K2015-03-31fiscal FY 201443860001354488-15-001428
10-Q2014-11-19fiscal Q3 2014401050001354488-14-005918
10-Q2014-08-14fiscal Q2 2014401020001354488-14-004178
10-Q2014-05-15fiscal Q1 201441780001354488-14-002585
10-K2014-04-15fiscal FY 201343850001354488-14-001924
10-Q2013-12-26fiscal Q3 2013451150001354488-13-007023
10-Q/A2013-12-06fiscal Q2 2013421030001354488-13-006749
10-Q/A2013-12-06fiscal Q1 201340720001354488-13-006748
10-Q/A2013-08-15fiscal Q2 2013411010001354488-13-004683
10-Q/A2013-08-14fiscal Q1 201340720001354488-13-004500
10-K/A2013-08-14fiscal FY 201229560001354488-13-004493
10-K/A2013-08-14fiscal FY 201124490001354488-13-004464
10-K/A2013-06-18fiscal FY 201229560001354488-13-003528
10-Q2013-05-20fiscal Q1 201340720001354488-13-003053
10-K2013-04-04fiscal FY 201229560001354488-13-001757
10-Q2012-11-09fiscal Q3 201225710001354488-12-005685
10-Q/A2012-08-22fiscal Q2 201224660001354488-12-004466
10-Q2012-05-15fiscal Q1 201222440001354488-12-002529
10-K2012-03-30fiscal FY 201124490001354488-12-001544
10-Q2011-11-14fiscal Q3 201125720001354488-11-004420
10-Q2011-08-15fiscal Q2 201125720001354488-11-002779

Inspect the source

Entity
CELLULAR BIOMEDICINE GROUP, INC. / CIK 0001378624
Captured
SEC response SHA-256
b44d08863d62569e9fd817107b545bcd8036e0b5a0651202c09ca062cee0088a

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