Skip to content

CELGENE CORPORATION: filings

Every CELGENE CORPORATION annual and quarterly report in the SEC record with the published financial measures it tagged, 42 filings, each linked to its SEC index.

Filing record ends 2019-10-31

The latest filing in this captured record is a 10-Q filed 2019-10-31. No later filing is in the SEC companyfacts record captured on 2026-09-22. CELGENE 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-Q2019-10-31fiscal Q3 2019471340000816284-19-000046
10-Q2019-07-30fiscal Q2 2019471300000816284-19-000039
10-Q2019-04-25fiscal Q1 201947990000816284-19-000031
10-K2019-02-26fiscal FY 2018501930000816284-19-000014
10-Q2018-10-25fiscal Q3 2018441190000816284-18-000024
10-Q2018-07-26fiscal Q2 2018421150000816284-18-000016
10-Q2018-05-04fiscal Q1 201843910000816284-18-000011
10-K2018-02-07fiscal FY 2017471840000816284-18-000005
10-Q2017-10-26fiscal Q3 2017421140000816284-17-000014
10-Q2017-07-27fiscal Q2 2017421140000816284-17-000009
10-Q2017-04-27fiscal Q1 201742880000816284-17-000006
10-K2017-02-10fiscal FY 2016461840000816284-17-000003
10-Q2016-10-27fiscal Q3 2016411120000816284-16-000005
10-Q2016-07-28fiscal Q2 2016411120001628280-16-017897
10-Q2016-05-03fiscal Q1 201641860001628280-16-015364
10-K2016-02-11fiscal FY 2015451820001628280-16-011012
10-Q2015-11-05fiscal Q3 2015381060001628280-15-008340
10-Q2015-07-28fiscal Q2 2015381060001628280-15-005496
10-Q2015-04-30fiscal Q1 201538800001628280-15-003181
10-K2015-02-20fiscal FY 2014421730001628280-15-000889
10-Q2014-10-28fiscal Q3 2014381060001445305-14-004505
10-Q2014-07-29fiscal Q2 2014381060001445305-14-002973
10-Q2014-04-29fiscal Q1 201438800001445305-14-001528
10-K2014-02-13fiscal FY 2013451800001445305-14-000438
10-Q2013-10-29fiscal Q3 2013381060001445305-13-002562
10-Q2013-07-30fiscal Q2 2013381070001445305-13-001744
10-Q2013-04-30fiscal Q1 201338800001104659-13-035213
10-K2013-02-15fiscal FY 2012451800001047469-13-001186
10-Q2012-10-29fiscal Q3 2012401120001104659-12-071891
10-Q2012-08-01fiscal Q2 2012401120001104659-12-053213
10-Q2012-05-02fiscal Q1 201240840001104659-12-032025
10-K2012-02-22fiscal FY 2011441770001047469-12-001293
10-Q2011-11-02fiscal Q3 2011401080001104659-11-060043
10-Q2011-08-03fiscal Q2 2011441180000950123-11-072197
10-Q2011-05-05fiscal Q1 201143870000950123-11-044984
10-K2011-03-01fiscal FY 2010481870000950123-11-020640
10-Q2010-11-02fiscal Q3 2010411070000950123-10-098966
10-Q2010-08-04fiscal Q2 2010411070000950123-10-072016
10-Q2010-05-03fiscal Q1 201037760000950123-10-042785
10-K2010-02-18fiscal FY 2009391040000950123-10-014092
10-Q2009-10-30fiscal Q3 2009381000000950123-09-055625
10-Q2009-07-31fiscal Q2 2009381000000950123-09-028388

Inspect the source

Entity
CELGENE CORPORATION / CIK 0000816284
Captured
SEC response SHA-256
9c9a675b2601da0f25a1d7d2e6b8c26114812a0e6c91a530e61f6c4a504bcd15

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