Skip to content

CA, INC.: filings

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

Filing record ends 2018-11-07

The latest filing in this captured record is a 10-Q filed 2018-11-07. No later filing is in the SEC companyfacts record captured on 2026-09-22. CA, 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-Q2018-11-07fiscal Q2 2019401040000356028-18-000159
10-Q2018-08-07fiscal Q1 201839800000356028-18-000126
10-K2018-05-09fiscal FY 2017401070000356028-18-000064
10-Q2018-01-31fiscal Q3 2017401040000356028-18-000025
10-Q2017-10-26fiscal Q2 2017401040000356028-17-000164
10-Q2017-08-03fiscal Q1 201739800000356028-17-000121
10-K2017-05-12fiscal FY 2016401090000356028-17-000047
10-Q2017-01-25fiscal Q3 201635920000356028-17-000018
10-Q2016-10-28fiscal Q2 201636960000356028-16-000369
10-Q2016-07-28fiscal Q1 201636740000356028-16-000329
10-K2016-05-12fiscal FY 2016411120000356028-16-000254
10-Q2016-01-27fiscal Q3 201536960000356028-16-000232
10-Q2015-10-22fiscal Q2 201536960000356028-15-000197
10-Q2015-07-24fiscal Q1 201536740000356028-15-000153
10-K2015-05-08fiscal FY 2015411120000356028-15-000076
10-Q2015-01-21fiscal Q3 201535920000356028-15-000029
10-Q2014-10-23fiscal Q2 201435920000356028-14-000149
10-Q2014-07-24fiscal Q1 201535720000356028-14-000120
10-K2014-05-19fiscal FY 2013411110000356028-14-000075
10-Q2014-01-22fiscal Q3 201335920000356028-14-000030
10-Q2013-10-25fiscal Q2 201335920000356028-13-000195
10-Q2013-07-25fiscal Q1 201335720000356028-13-000153
10-K2013-05-09fiscal FY 2012401080000356028-13-000065
10-Q2013-01-24fiscal Q3 201234900000356028-13-000022
10-Q2012-10-26fiscal Q2 201234900000356028-12-000099
10-Q2012-07-27fiscal Q1 201234700001193125-12-319543
10-K2012-05-11fiscal FY 2011401090001193125-12-228559
10-Q2012-01-25fiscal Q3 201133880001193125-12-023363
10-Q2011-10-27fiscal Q2 201133880000950123-11-092486
10-Q2011-07-22fiscal Q1 201133680000950123-11-067486
10-K2011-05-16fiscal FY 2010401090000950123-11-050920
10-Q2011-01-26fiscal Q3 201036940000950123-11-005615
10-Q2010-10-22fiscal Q2 201036940000950123-10-095299
10-Q/A2010-07-27fiscal Q1 201037750000950123-10-068589
10-K2010-05-14fiscal FY 200934900000950123-10-049691
10-Q2010-01-29fiscal Q3 200933860000950123-10-006814
10-Q2009-10-23fiscal Q2 200933860000950123-09-052756
10-Q/A2009-07-30fiscal Q1 200931640000950123-09-027684

Inspect the source

Entity
CA, INC. / CIK 0000356028
Captured
SEC response SHA-256
ed1a6aa12a033f1e7e65b5344bebc405c7367efda4c519b2d64cb9dc3b46aad4

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