Skip to content

ATHERSYS, INC / NEW: filings

Every ATHERSYS, INC / NEW annual and quarterly report in the SEC record with the published financial measures it tagged, 50 filings, each linked to its SEC index.

Filing record ends 2023-11-16

The latest filing in this captured record is a 10-Q filed 2023-11-16. No later filing is in the SEC companyfacts record captured on 2026-09-22. ATHERSYS, INC / NEW 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-Q2023-11-16fiscal Q3 2023331020001437749-23-032255
10-Q2023-08-16fiscal Q2 2023341060001368148-23-000092
10-Q2023-05-15fiscal Q1 202333700001368148-23-000050
10-K2023-04-03fiscal FY 202238990001368148-23-000025
10-Q2022-11-14fiscal Q3 2022321000001368148-22-000152
10-Q2022-08-12fiscal Q2 202233950001368148-22-000108
10-Q2022-05-06fiscal Q1 202230640001368148-22-000053
10-K2022-03-15fiscal FY 2021321260001368148-22-000020
10-Q2021-11-15fiscal Q3 202130940001368148-21-000120
10-Q2021-08-09fiscal Q2 202130900001368148-21-000098
10-Q2021-05-06fiscal Q1 202125540001368148-21-000053
10-K2021-03-25fiscal FY 202028960001368148-21-000037
10-Q2020-11-09fiscal Q3 202025780001368148-20-000119
10-Q2020-08-10fiscal Q2 202024700001368148-20-000093
10-Q2020-05-07fiscal Q1 202025540001368148-20-000045
10-K2020-03-16fiscal FY 201928940001368148-20-000020
10-Q2019-11-06fiscal Q3 201926760001368148-19-000054
10-Q2019-08-07fiscal Q2 201931900001368148-19-000032
10-Q2019-05-08fiscal Q1 201928580001368148-19-000012
10-K2019-03-15fiscal FY 2018311080001628280-19-002976
10-Q2018-11-06fiscal Q3 201826710001193125-18-319670
10-Q2018-08-09fiscal Q2 201830880001193125-18-244286
10-Q2018-05-10fiscal Q1 201823490001193125-18-159288
10-K2018-03-15fiscal FY 2017311060001193125-18-084081
10-Q2017-11-08fiscal Q3 201728870001193125-17-337401
10-Q2017-08-09fiscal Q2 201727860001193125-17-252915
10-Q2017-05-09fiscal Q1 201726550001193125-17-164347
10-K2017-03-10fiscal FY 2016321080001193125-17-078969
10-Q2016-11-09fiscal Q3 201629880001193125-16-764534
10-Q2016-08-09fiscal Q2 201628860001193125-16-676900
10-Q2016-05-06fiscal Q1 201626530001193125-16-580258
10-K2016-03-11fiscal FY 2015321070001193125-16-500404
10-Q2015-11-05fiscal Q3 201529870001193125-15-368515
10-Q2015-08-06fiscal Q2 201527790001193125-15-281220
10-Q2015-05-11fiscal Q1 201523470001193125-15-182161
10-K2015-03-12fiscal FY 2014321030001193125-15-089411
10-Q2014-11-10fiscal Q3 201426770001193125-14-406287
10-Q2014-08-11fiscal Q2 201426760001193125-14-305039
10-Q2014-05-08fiscal Q1 201422460001193125-14-190230
10-K2014-03-13fiscal FY 201328850001193125-14-097696
10-Q2013-11-14fiscal Q3 201328790001193125-13-442203
10-Q2013-08-13fiscal Q2 201327760001193125-13-332863
10-Q2013-05-14fiscal Q1 201325520001193125-13-219789
10-K2013-03-12fiscal FY 201228790001193125-13-103341
10-Q2012-11-08fiscal Q3 201227710001193125-12-460680
10-Q2012-08-13fiscal Q2 201227710001193125-12-352650
10-Q2012-05-14fiscal Q1 201227550001193125-12-231480
10-K2012-03-28fiscal FY 201127670001193125-12-134912
10-Q2011-11-14fiscal Q3 201125620000950123-11-098557
10-Q2011-08-10fiscal Q2 201125620000950123-11-075716

Inspect the source

Entity
ATHERSYS, INC / NEW / CIK 0001368148
Captured
SEC response SHA-256
1eee04062ee374d48d61e6077dc4ac78630980a7e39fdf0d68172383f86b01a0

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