Skip to content

Icagen, Inc.: filings

Every Icagen, 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 2020-02-19

The latest filing in this captured record is a 10-Q filed 2020-02-19. No later filing is in the SEC companyfacts record captured on 2026-09-22. Icagen, 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-02-19fiscal Q3 2019401110001213900-20-004183
10-Q2019-08-19fiscal Q2 2019401070001213900-19-016342
10-Q2019-05-15fiscal Q1 201939790001213900-19-008759
10-K2019-04-12fiscal FY 201840780001213900-19-006256
10-Q2018-11-19fiscal Q3 2018401050001213900-18-016174
10-Q2018-08-20fiscal Q2 2018391000001213900-18-011474
10-Q2018-05-21fiscal Q1 201837730001213900-18-006641
10-K2018-04-17fiscal FY 201739740001213900-18-004605
10-Q2017-11-14fiscal Q3 201737900001213900-17-012029
10-Q2017-08-16fiscal Q2 201733840001213900-17-008840
10-Q2017-05-22fiscal Q1 201733660001213900-17-005650
10-K2017-04-17fiscal FY 201638760001213900-17-003877
10-Q2016-11-18fiscal Q3 2016381010001213900-16-018726
10-Q2016-08-15fiscal Q2 201635910001213900-16-016011
10-Q2016-05-19fiscal Q1 201635690001213900-16-013601
10-K2016-04-14fiscal FY 201540780001213900-16-012530
10-Q2015-11-16fiscal Q3 2015431120001213900-15-008746
10-Q2015-08-14fiscal Q2 2015391090001213900-15-006133
10-Q2015-05-15fiscal Q1 201538770001213900-15-003842
10-K2015-03-23fiscal FY 201436740001213900-15-001993
10-Q2014-11-13fiscal Q3 2014371060001213900-14-008054
10-Q2014-08-14fiscal Q2 2014381090001213900-14-005864
10-Q2014-07-17fiscal Q1 201439790001213900-14-004993
10-K2014-06-02fiscal FY 201337760001213900-14-003877
10-Q2013-11-14fiscal Q3 2013381060001213900-13-006486
10-Q2013-08-16fiscal Q2 201334900001213900-13-004518
10-Q2013-05-14fiscal Q1 201335710001213900-13-002493
10-K2013-04-01fiscal FY 201236730001213900-13-001519
10-Q2012-11-09fiscal Q3 2012371020001213900-12-005997
10-Q/A2012-08-29fiscal Q2 201233860001213900-12-005000

Inspect the source

Entity
Icagen, Inc. / CIK 0001518520
Captured
SEC response SHA-256
f4c5657f1c75b99ede6cfe73f2bebf8f46269182c5c23477d99b87293ffcdfa0

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