Skip to content

TIME WARNER CABLE INC.: filings

Every TIME WARNER CABLE INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 25 filings, each linked to its SEC index.

Filing record ends 2016-04-28

The latest filing in this captured record is a 10-Q filed 2016-04-28. No later filing is in the SEC companyfacts record captured on 2026-09-22. TIME WARNER CABLE 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-Q2016-04-28fiscal Q1 201637820001193125-16-561058
10-K2016-02-12fiscal FY 2015411120001193125-16-461316
10-Q2015-10-29fiscal Q3 2015371120001193125-15-357042
10-Q2015-07-30fiscal Q2 2015371120001193125-15-269291
10-Q2015-04-30fiscal Q1 201537820001193125-15-158819
10-K2015-02-13fiscal FY 2014411120001193125-15-048927
10-Q2014-10-30fiscal Q3 2014381160001193125-14-388277
10-Q2014-07-31fiscal Q2 2014381160001193125-14-288241
10-Q2014-04-24fiscal Q1 201438840001193125-14-155814
10-K2014-02-18fiscal FY 2013411120001193125-14-056642
10-Q2013-10-31fiscal Q3 2013371140001193125-13-419621
10-Q2013-08-01fiscal Q2 2013391180001193125-13-313864
10-Q2013-04-25fiscal Q1 201340880001193125-13-172054
10-K2013-02-15fiscal FY 2012431190001193125-13-062081
10-Q2012-11-05fiscal Q3 2012401180001193125-12-450449
10-Q2012-08-02fiscal Q2 2012391140001193125-12-330260
10-Q2012-04-26fiscal Q1 201239840001193125-12-183786
10-K2012-02-17fiscal FY 2011421140001193125-12-066776
10-Q2011-10-27fiscal Q3 2011381100001193125-11-283084
10-Q2011-07-28fiscal Q2 2011361040000950123-11-069210
10-Q2011-04-28fiscal Q1 201136760000950123-11-040516
10-K2011-02-18fiscal FY 2010401080000950123-11-015515
10-Q2010-11-04fiscal Q3 2010361070000950123-10-100514
10-Q2010-08-05fiscal Q2 2010361060000950123-10-072923
10-Q2010-04-29fiscal Q1 201034720000950123-10-040058

Inspect the source

Entity
TIME WARNER CABLE INC. / CIK 0001377013
Captured
SEC response SHA-256
b43f3f8ba36db6ace9c481f67c0070fe6b6a67784e842621a6d1d7c3ab10fd12

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