Skip to content

ROCKWELL COLLINS INC: filings

Every ROCKWELL COLLINS 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-26

The latest filing in this captured record is a 10-K filed 2018-11-26. No later filing is in the SEC companyfacts record captured on 2026-09-22. ROCKWELL COLLINS 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-11-26fiscal FY 2018431490001137411-18-000111
10-Q2018-07-27fiscal Q3 2018371000001137411-18-000071
10-Q2018-04-27fiscal Q2 2018371000001137411-18-000050
10-Q2018-01-26fiscal Q1 201837780001137411-18-000021
10-K2017-11-14fiscal FY 2017401400001137411-17-000126
10-Q2017-07-28fiscal Q3 2017381060001137411-17-000097
10-Q2017-04-21fiscal Q2 2017341020001137411-17-000072
10-Q2017-02-08fiscal Q1 201734740001137411-17-000037
10-K2016-11-15fiscal FY 2016411440001137411-16-000223
10-Q2016-07-25fiscal Q3 2016351040001137411-16-000215
10-Q2016-04-21fiscal Q2 2016351040001137411-16-000185
10-Q2016-01-22fiscal Q1 201635760001137411-16-000153
10-K2015-11-17fiscal FY 2015421460001137411-15-000135
10-Q2015-07-24fiscal Q3 2015401100001137411-15-000100
10-Q2015-04-23fiscal Q2 2015401100001137411-15-000070
10-Q2015-01-23fiscal Q1 201540820001137411-15-000029
10-K2014-11-18fiscal FY 2014441530001137411-14-000116
10-Q2014-07-22fiscal Q3 2014411120001137411-14-000103
10-Q2014-04-17fiscal Q2 2014411120001137411-14-000071
10-Q2014-01-22fiscal Q1 201442860001137411-14-000026
10-K2013-11-12fiscal FY 2013441530001137411-13-000174
10-Q2013-07-19fiscal Q3 2013411120001137411-13-000127
10-Q2013-04-19fiscal Q2 2013411120001137411-13-000068
10-Q2013-01-18fiscal Q1 201341840001137411-13-000015
10-K2012-11-13fiscal FY 2012441530001137411-12-000120
10-Q2012-07-24fiscal Q3 2012421140001137411-12-000086
10-Q2012-04-19fiscal Q2 2012421120001137411-12-000055
10-Q2012-01-19fiscal Q1 201241840001137411-12-000013
10-K2011-11-15fiscal FY 2011431500001206774-11-002553
10-Q2011-07-25fiscal Q3 2011391000001144204-11-041862
10-Q2011-04-29fiscal Q2 2011391000001144204-11-024855
10-Q2011-01-28fiscal Q1 201139800001144204-11-004523
10-K2010-11-23fiscal FY 2010401410001047469-10-010012
10-Q/A2010-08-25fiscal Q3 2010391000001144204-10-046543
10-Q2010-04-23fiscal Q2 201034860001144204-10-021931
10-Q2010-01-28fiscal Q1 201034700001144204-10-004114
10-K2009-11-23fiscal FY 200934910001144204-09-061465
10-Q/A2009-08-17fiscal Q3 200933840001144204-09-043912

Inspect the source

Entity
ROCKWELL COLLINS INC / CIK 0001137411
Captured
SEC response SHA-256
48ba2567e7ed398afe8a8a5229e6fd800b727670b358729278ed8247a7752abc

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