Skip to content

Fibrocell Science, Inc.: filings

Every Fibrocell Science, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 30 filings, each linked to its SEC index.

Filing record ends 2019-11-14

The latest filing in this captured record is a 10-Q filed 2019-11-14. No later filing is in the SEC companyfacts record captured on 2026-09-22. Fibrocell Science, 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-Q2019-11-14fiscal Q3 2019411180001628280-19-014219
10-Q2019-08-14fiscal Q2 2019421180001628280-19-010779
10-Q2019-05-15fiscal Q1 201942860001628280-19-006832
10-K2019-03-27fiscal FY 201840820001628280-19-003496
10-Q2018-11-14fiscal Q3 2018371060001628280-18-014344
10-Q2018-08-09fiscal Q2 2018381080001628280-18-010926
10-Q2018-05-10fiscal Q1 201837760001628280-18-006557
10-K2018-03-19fiscal FY 201746940001628280-18-003348
10-Q2017-11-13fiscal Q3 2017391100001628280-17-011448
10-Q2017-08-09fiscal Q2 2017391100001628280-17-008453
10-Q2017-05-10fiscal Q1 201739800000357097-17-000046
10-K2017-03-09fiscal FY 201647970000357097-17-000033
10-Q2016-11-03fiscal Q3 2016431210000357097-16-000196
10-Q2016-08-04fiscal Q2 2016411150000357097-16-000179
10-Q2016-05-05fiscal Q1 201641840000357097-16-000147
10-K2016-03-10fiscal FY 2015481720000357097-16-000133
10-Q2015-11-05fiscal Q3 2015411100000357097-15-000106
10-Q2015-08-07fiscal Q2 2015421120000357097-15-000088
10-Q2015-05-08fiscal Q1 201536740000357097-15-000047
10-K2015-03-13fiscal FY 2014481700000357097-15-000016
10-Q2014-11-07fiscal Q3 201439990001104659-14-078038
10-Q2014-08-11fiscal Q2 201439990001104659-14-059160
10-K/A2014-06-02fiscal FY 2013512870001104659-14-043225
10-Q2014-05-19fiscal Q1 201443840001104659-14-040053
10-K2014-03-17fiscal FY 201344900001144204-14-015946
10-Q2013-11-14fiscal Q3 2013401010001193125-13-441252
10-Q2013-08-13fiscal Q2 201337900001193125-13-332706
10-Q2013-05-15fiscal Q1 201336680001193125-13-220811
10-K2013-04-01fiscal FY 201240780001193125-13-135295
10-Q2012-11-14fiscal Q3 201226730001193125-12-470875

1 further filing tags fewer than eight published concepts and has no page.

Inspect the source

Entity
Fibrocell Science, Inc. / CIK 0000357097
Captured
SEC response SHA-256
b0cdff16709cf3884558d62e9720dc7f230d75cb72d651978ae04ff150ac0963

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