Skip to content

Cobalt International Energy, Inc.: filings

Every Cobalt International Energy, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 27 filings, each linked to its SEC index.

Filing record ends 2018-03-02

The latest filing in this captured record is a 10-K filed 2018-03-02. No later filing is in the SEC companyfacts record captured on 2026-09-22. Cobalt International Energy, 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-K2018-03-02fiscal FY 201731950001564590-18-004275
10-Q2017-11-02fiscal Q3 201725660001564590-17-021027
10-Q2017-08-08fiscal Q2 201725660001564590-17-016327
10-Q2017-05-08fiscal Q1 201725510001564590-17-009274
10-K2017-03-14fiscal FY 201631870001564590-17-004239
10-Q2016-11-04fiscal Q3 201624640001564590-16-027473
10-Q2016-08-02fiscal Q2 201630770001564590-16-022049
10-Q2016-05-03fiscal Q1 201629580001564590-16-017407
10-K2016-02-22fiscal FY 201530930001564590-16-012967
10-Q2015-11-03fiscal Q3 201529760001047469-15-008254
10-Q2015-08-04fiscal Q2 201526690001047469-15-006524
10-Q2015-05-05fiscal Q1 201525510001047469-15-004374
10-K2015-02-23fiscal FY 201427920001047469-15-001039
10-Q2014-11-04fiscal Q3 201425650001047469-14-008788
10-Q2014-08-06fiscal Q2 201425650001047469-14-006691
10-Q2014-05-01fiscal Q1 201426630001047469-14-004499
10-K2014-02-27fiscal FY 2013281080001047469-14-001453
10-Q2013-10-29fiscal Q3 201327770001047469-13-010040
10-Q2013-07-30fiscal Q2 201326760001047469-13-007893
10-Q2013-04-30fiscal Q1 201326630001047469-13-005151
10-K2013-02-26fiscal FY 2012271020001047469-13-001687
10-Q2012-10-30fiscal Q3 201226740001047469-12-009881
10-Q2012-07-31fiscal Q2 201228820001047469-12-007582
10-Q2012-05-01fiscal Q1 201228660001047469-12-005077
10-K2012-02-21fiscal FY 2011281070001047469-12-001183
10-Q2011-11-01fiscal Q3 201127820001047469-11-008871
10-Q2011-07-27fiscal Q2 201130930001047469-11-006644

Inspect the source

Entity
Cobalt International Energy, Inc. / CIK 0001471261
Captured
SEC response SHA-256
365f7bd207466c0274383a4e53823af829c7221e564dff6bc08e22372036d461

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