Skip to content

American CryoStem Corporation: filings

Every American CryoStem Corporation 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 2022-08-22

The latest filing in this captured record is a 10-Q filed 2022-08-22. No later filing is in the SEC companyfacts record captured on 2026-09-22. American CryoStem 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-08-22fiscal Q3 202235980001019056-22-000573
10-Q2022-05-23fiscal Q2 202234960001019056-22-000403
10-Q2022-02-22fiscal Q1 202232680001019056-22-000229
10-K2022-01-13fiscal FY 202136710001019056-22-000053
10-Q2021-08-23fiscal Q3 202134900001019056-21-000487
10-Q2021-05-17fiscal Q2 2021381040001019056-21-000307
10-Q2021-02-16fiscal Q1 202136740001019056-21-000132
10-K2021-01-08fiscal FY 202041820001019056-21-000028
10-Q2020-08-19fiscal Q3 2020391080001019056-20-000485
10-Q2020-05-20fiscal Q2 2020391080001019056-20-000354
10-Q2020-02-19fiscal Q1 202039810001019056-20-000192
10-K2020-01-14fiscal FY 201938780001019056-20-000013
10-Q2019-08-19fiscal Q3 2019361040001019056-19-000491
10-Q2019-05-20fiscal Q2 2019361020001019056-19-000306
10-Q2019-02-19fiscal Q1 201936760001019056-19-000161
10-K2019-01-15fiscal FY 201837760001019056-19-000013
10-Q2018-08-20fiscal Q3 201831870001019056-18-000980
10-Q2018-05-14fiscal Q2 201830780001019056-18-000664
10-Q2018-02-14fiscal Q1 201829600001019056-18-000336
10-K2018-01-16fiscal FY 201730630001019056-18-000153
10-Q2017-08-21fiscal Q3 201730780001019056-17-000679
10-Q2017-05-22fiscal Q2 201731820001019056-17-000476
10-Q2017-02-21fiscal Q1 201730650001019056-17-000222
10-K2017-01-13fiscal FY 201628580001019056-17-000033
10-Q2016-08-22fiscal Q3 201627720001019056-16-001504
10-Q2016-05-23fiscal Q2 201628740001019056-16-001346
10-Q2016-02-22fiscal Q1 201626540001019056-16-001136
10-K2016-01-13fiscal FY 201526540001019056-16-000990
10-Q2015-08-19fiscal Q3 201527690001019056-15-000703
10-Q2015-05-15fiscal Q2 201527680001019056-15-000501
10-Q2015-02-23fiscal Q1 201526550001019056-15-000257
10-K2015-01-20fiscal FY 201424500001019056-15-000029
10-Q2014-08-19fiscal Q3 201427690001019056-14-001076
10-Q2014-05-20fiscal Q2 201426660001019056-14-000707
10-Q2014-02-19fiscal Q1 201425510001019056-14-000271
10-K2014-01-14fiscal FY 201326520001019056-14-000025
10-Q2013-08-14fiscal Q3 201326680001019056-13-000982
10-Q2013-05-15fiscal Q2 201326670001019056-13-000645
10-Q2013-02-22fiscal Q1 201326530001019056-13-000271
10-K2013-01-14fiscal FY 201225510001019056-13-000045
10-Q/A2012-09-06fiscal Q3 201227690001019056-12-001047
10-Q2012-05-22fiscal Q2 201224480001019056-12-000694
10-Q2012-02-21fiscal Q1 201224400001019056-12-000241
10-K2012-01-13fiscal FY 201124490001019056-12-000032
10-Q/A2011-09-09fiscal Q3 201123500001019056-11-000911

Inspect the source

Entity
American CryoStem Corporation / CIK 0001468679
Captured
SEC response SHA-256
989d6940bd454aa52ced7069bb00d7059fedcf39f5e0d0c504f9fa725c0cf4b0

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