Skip to content

L 3 COMMUNICATIONS HOLDINGS INC: filings

Every L 3 COMMUNICATIONS HOLDINGS INC annual and quarterly report in the SEC record with the published financial measures it tagged, 32 filings, each linked to its SEC index.

Filing record ends 2016-10-27

The latest filing in this captured record is a 10-Q filed 2016-10-27. No later filing is in the SEC companyfacts record captured on 2026-09-22. L 3 COMMUNICATIONS HOLDINGS 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-10-27fiscal Q3 2016401070001193125-16-749383
10-Q2016-07-28fiscal Q2 2016391060001193125-16-661747
10-Q2016-04-27fiscal Q1 201639840001193125-16-558628
10-K2016-02-26fiscal FY 2015431540001193125-16-480793
10-Q2015-11-02fiscal Q3 2015381070001193125-15-362556
10-Q2015-08-04fiscal Q2 2015391110001193125-15-276650
10-Q2015-04-30fiscal Q1 201539840001193125-15-161213
10-K2015-02-26fiscal FY 2014431630001193125-15-064957
10-Q2014-10-30fiscal Q3 2014391100001193125-14-388890
10-Q2014-10-10fiscal Q2 2014401120001193125-14-368916
10-Q/A2014-10-10fiscal Q1 201443920001193125-14-368908
10-K/A2014-10-10fiscal FY 2013441500001193125-14-368900
10-Q2014-05-01fiscal Q1 201443920001193125-14-177146
10-K2014-02-25fiscal FY 2013471530001193125-14-067312
10-Q2013-10-29fiscal Q3 2013421090001193125-13-416041
10-Q2013-08-01fiscal Q2 2013431130001193125-13-314837
10-Q2013-05-07fiscal Q1 201340840001193125-13-204144
10-K2013-02-27fiscal FY 2012441580001193125-13-078988
10-Q2012-11-05fiscal Q3 2012391100001193125-12-451896
10-Q2012-08-03fiscal Q2 2012421170001193125-12-332469
10-Q2012-05-09fiscal Q1 201241880001193125-12-219534
10-K2012-02-29fiscal FY 2011441590001193125-12-088634
10-Q2011-11-02fiscal Q3 2011401080000950123-11-094324
10-Q2011-08-04fiscal Q2 2011401080000950123-11-072883
10-Q2011-05-05fiscal Q1 201140840000950123-11-045235
10-K2011-02-24fiscal FY 2010431470000950123-11-017756
10-Q2010-11-02fiscal Q3 2010401080000950123-10-099518
10-Q2010-08-02fiscal Q2 2010401080000950123-10-071159
10-Q2010-05-04fiscal Q1 201038800000950123-10-043397
10-K2010-02-26fiscal FY 2009381010000950123-10-017377
10-Q2009-11-04fiscal Q3 200937980000950123-09-057422
10-Q2009-08-04fiscal Q2 200937980000950123-09-029495

Inspect the source

Entity
L 3 COMMUNICATIONS HOLDINGS INC / CIK 0001056239
Captured
SEC response SHA-256
1be9ca68ab8eb8824ba44e5c6b4ee064e12739d2a3cb5a0c5f9094fe3bc0428f

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