Skip to content

B/E AEROSPACE INC: filings

Every B/E AEROSPACE INC annual and quarterly report in the SEC record with the published financial measures it tagged, 27 filings, each linked to its SEC index.

Filing record ends 2017-02-28

The latest filing in this captured record is a 10-K filed 2017-02-28. No later filing is in the SEC companyfacts record captured on 2026-09-22. B/E AEROSPACE 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-K2017-02-28fiscal FY 2016451500001558370-17-001141
10-Q2016-10-28fiscal Q3 2016421110001558370-16-008860
10-Q2016-07-29fiscal Q2 2016421110001558370-16-006971
10-Q2016-04-27fiscal Q1 201637750001558370-16-004894
10-K2016-02-25fiscal FY 2015411380001558370-16-003552
10-Q2015-10-30fiscal Q3 2015401050001558370-15-002078
10-Q2015-07-31fiscal Q2 2015401050001558370-15-001304
10-Q2015-04-30fiscal Q1 201540820001558370-15-000646
10-K2015-02-27fiscal FY 2014411370001558370-15-000231
10-Q2014-10-30fiscal Q3 201436980001558370-14-000231
10-Q2014-07-30fiscal Q2 201436980001157523-14-003124
10-Q2014-04-30fiscal Q1 201439790001157523-14-001701
10-K2014-02-24fiscal FY 2013441470001157523-14-000759
10-Q2013-10-30fiscal Q3 2013391040001157523-13-005122
10-Q2013-07-29fiscal Q2 2013391040001157523-13-003648
10-Q2013-04-30fiscal Q1 201339790001157523-13-002149
10-K2013-02-21fiscal FY 2012441470001157523-13-000971
10-Q2012-11-01fiscal Q3 2012391030001157523-12-005646
10-Q2012-08-08fiscal Q2 2012391030001157523-12-004391
10-Q2012-05-04fiscal Q1 201238760001157523-12-002547
10-K2012-02-24fiscal FY 2011431440001157523-12-001030
10-Q2011-11-02fiscal Q3 2011391030001157523-11-006314
10-Q2011-08-03fiscal Q2 2011381020001157523-11-004650
10-Q2011-05-04fiscal Q1 201136740001157523-11-002723
10-K2011-02-24fiscal FY 2010381020001157523-11-001163
10-Q2010-11-03fiscal Q3 201037960001157523-10-006529
10-Q2010-08-04fiscal Q2 201037960001157523-10-004723

Inspect the source

Entity
B/E AEROSPACE INC / CIK 0000861361
Captured
SEC response SHA-256
6d26d80656d41e511c7fc5a5e519b72fd1f02591d795fee89e478232297bb3df

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