Skip to content

RAYTHEON CO/: filings

Every RAYTHEON CO/ annual and quarterly report in the SEC record with the published financial measures it tagged, 43 filings, each linked to its SEC index.

Filing record ends 2020-02-12

The latest filing in this captured record is a 10-K filed 2020-02-12. No later filing is in the SEC companyfacts record captured on 2026-09-22. RAYTHEON CO/ 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-K2020-02-12fiscal FY 2019491710001047122-20-000009
10-Q2019-10-24fiscal Q3 2019441290001047122-19-000193
10-Q2019-07-25fiscal Q2 2019441290001047122-19-000173
10-Q2019-04-25fiscal Q1 201944950001047122-19-000126
10-K2019-02-13fiscal FY 2018451630001047122-19-000007
10-Q2018-10-25fiscal Q3 2018411200001047122-18-000221
10-Q2018-07-26fiscal Q2 2018411200001047122-18-000201
10-Q2018-04-26fiscal Q1 201840880001047122-18-000128
10-K2018-02-14fiscal FY 2017441520001047122-18-000022
10-Q2017-10-26fiscal Q3 2017411180001047122-17-000171
10-Q2017-07-27fiscal Q2 2017411180001047122-17-000148
10-Q2017-04-27fiscal Q1 201739840001047122-17-000090
10-K2017-02-15fiscal FY 2016431500001047122-17-000018
10-Q2016-10-27fiscal Q3 2016381120001047122-16-000329
10-Q2016-07-28fiscal Q2 2016381120001047122-16-000311
10-Q2016-04-28fiscal Q1 201638890001047122-16-000254
10-K2016-02-10fiscal FY 2015421470001047122-16-000210
10-Q2015-10-22fiscal Q3 2015381120001047122-15-000196
10-Q2015-07-23fiscal Q2 2015381180001047122-15-000170
10-Q2015-04-23fiscal Q1 201538840001047122-15-000091
10-K2015-02-11fiscal FY 2014431500001047122-15-000026
10-Q2014-10-23fiscal Q3 2014381120001047122-14-000215
10-Q2014-07-24fiscal Q2 2014381120001047122-14-000183
10-Q2014-04-24fiscal Q1 201438840001047122-14-000061
10-K2014-02-11fiscal FY 2013451560001047122-14-000013
10-Q2013-10-24fiscal Q3 2013401180001047122-13-000185
10-Q2013-07-25fiscal Q2 2013401180001047122-13-000157
10-Q2013-04-25fiscal Q1 201340840001047122-13-000058
10-K2013-02-13fiscal FY 2012451540001047122-13-000015
10-Q2012-10-25fiscal Q3 2012401140001047122-12-000186
10-Q2012-07-26fiscal Q2 2012401140001047122-12-000167
10-Q2012-04-26fiscal Q1 201239820001047122-12-000064
10-K2012-02-22fiscal FY 2011441480001047122-12-000044
10-Q2011-10-27fiscal Q3 2011381060001047122-11-000144
10-Q2011-07-28fiscal Q2 2011361020001193125-11-200221
10-Q2011-04-28fiscal Q1 201136750001193125-11-114019
10-K2011-02-23fiscal FY 2010401390001193125-11-043015
10-Q2010-10-28fiscal Q3 2010391070001193125-10-239131
10-Q/A2010-08-19fiscal Q2 2010391080001193125-10-193035
10-Q2010-04-22fiscal Q1 201036740001193125-10-089671
10-K2010-02-24fiscal FY 200936970001193125-10-038391
10-Q2009-10-22fiscal Q3 200936960001193125-09-212087
10-Q2009-07-23fiscal Q2 200932860001193125-09-153752

Inspect the source

Entity
RAYTHEON CO/ / CIK 0001047122
Captured
SEC response SHA-256
a3086079559f294ed7b2942f13f278e48f446a3a9660f5977d79212c88b75089

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