Skip to content

COMPUTER SCIENCES CORP: filings

Every COMPUTER SCIENCES CORP annual and quarterly report in the SEC record with the published financial measures it tagged, 33 filings, each linked to its SEC index.

Filing record ends 2017-05-26

The latest filing in this captured record is a 10-K filed 2017-05-26. No later filing is in the SEC companyfacts record captured on 2026-09-22. COMPUTER SCIENCES CORP 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-K2017-05-26fiscal FY 2016481250000023082-17-000058
10-Q2017-02-03fiscal Q3 2016441180000023082-17-000013
10-Q2016-11-04fiscal Q2 2017441180000023082-16-000238
10-Q2016-08-09fiscal Q1 201644900000023082-16-000180
10-K2016-06-15fiscal FY 2015451200000023082-16-000147
10-Q2016-02-16fiscal Q3 2015421180000023082-16-000112
10-Q2015-11-10fiscal Q2 2015421200000023082-15-000065
10-Q2015-08-12fiscal Q1 201542900000023082-15-000039
10-K2015-06-08fiscal FY 2014451180000023082-15-000023
10-K/A2015-06-05fiscal FY 2014451220000023082-15-000021
10-Q2015-02-11fiscal Q3 2015421220000023082-15-000007
10-Q2014-11-07fiscal Q2 2015421220000023082-14-000077
10-Q2014-08-12fiscal Q1 201542900000023082-14-000061
10-K2014-05-22fiscal FY 2013451220000023082-14-000039
10-Q2014-01-31fiscal Q3 2013421230000023082-14-000011
10-Q2013-10-31fiscal Q2 2013411210000023082-13-000054
10-Q2013-08-07fiscal Q1 201340870000023082-13-000028
10-K2013-05-15fiscal FY 2012441200000023082-13-000015
10-Q2013-02-06fiscal Q3 2012421190000023082-13-000007
10-Q2012-11-06fiscal Q2 2012391110000023082-12-000073
10-Q2012-08-08fiscal Q1 201238790000023082-12-000050
10-K2012-05-29fiscal FY 2011421120000023082-12-000039
10-Q/A2012-02-09fiscal Q3 2011351040000023082-12-000012
10-Q/A2011-11-16fiscal Q2 2011351040000023082-11-000102
10-Q/A2011-08-12fiscal Q1 201136760000023082-11-000076
10-K2011-06-15fiscal FY 2010411100000023082-11-000059
10-Q2011-02-09fiscal Q3 2010371080000023082-11-000014
10-Q2010-11-10fiscal Q2 2010381100000023082-10-000072
10-Q2010-08-11fiscal Q1 201037780000023082-10-000054
10-K2010-05-21fiscal FY 200933860000023082-10-000036
10-Q2010-02-10fiscal Q3 200930800000023082-10-000015
10-Q2009-11-12fiscal Q2 200930800000023082-09-000065
10-Q2009-08-07fiscal Q1 200930620000023082-09-000045

Inspect the source

Entity
COMPUTER SCIENCES CORP / CIK 0000023082
Captured
SEC response SHA-256
2676abaafc105ad780d5b1b39b3f0fdcbac79a39ee956b1ce15aed791197ecad

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