Skip to content

ESTERLINE TECHNOLOGIES CORP: filings

Every ESTERLINE TECHNOLOGIES CORP annual and quarterly report in the SEC record with the published financial measures it tagged, 35 filings, each linked to its SEC index.

Filing record ends 2019-02-05

The latest filing in this captured record is a 10-Q filed 2019-02-05. No later filing is in the SEC companyfacts record captured on 2026-09-22. ESTERLINE TECHNOLOGIES CORP 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-Q2019-02-05fiscal Q1 201945900001564590-19-001987
10-K2018-11-21fiscal FY 2018501990001564590-18-030019
10-Q2018-08-03fiscal Q3 2018441160001564590-18-019175
10-Q2018-05-04fiscal Q2 2018441160001564590-18-010978
10-Q2018-03-30fiscal Q1 201844900001564590-18-007247
10-K/A2018-03-30fiscal FY 2017502350001564590-18-007244
10-K2017-11-21fiscal FY 2017491870001564590-17-024189
10-Q2017-08-04fiscal Q3 2017441160001564590-17-015665
10-Q2017-05-05fiscal Q2 2017441160001564590-17-009083
10-Q2017-02-03fiscal Q1 201744900001564590-17-000956
10-K2016-11-23fiscal FY 2016492020001564590-16-029614
10-Q2016-08-09fiscal Q3 2016441160001564590-16-023673
10-Q2016-05-06fiscal Q2 2016441160001564590-16-018271
10-Q2016-02-05fiscal Q1 201644910001564590-16-012402
10-Q2015-09-04fiscal Q3 2015441140001564590-15-007749
10-Q2015-06-08fiscal Q3 2015441140001564590-15-004917
10-Q2015-03-06fiscal Q2 201544900001564590-15-001408
10-K2014-12-22fiscal FY 2014481600001564590-14-006263
10-Q2014-09-05fiscal Q3 2014451160001564590-14-004010
10-Q2014-06-05fiscal Q2 2014451180001193125-14-227183
10-Q2014-03-07fiscal Q1 201445920001193125-14-089072
10-K2013-12-20fiscal FY 2013481600001193125-13-480978
10-Q2013-08-30fiscal Q3 2013461220001193125-13-353920
10-Q2013-05-31fiscal Q2 2013471240001193125-13-243278
10-Q2013-03-01fiscal Q1 201347960001193125-13-087642
10-K2012-12-21fiscal FY 2012511670001193125-12-512936
10-Q2012-08-31fiscal Q3 2012471240001193125-12-377543
10-Q2012-06-01fiscal Q2 2012471240001193125-12-257228
10-Q2012-03-02fiscal Q1 201247960001193125-12-094444
10-K2011-12-23fiscal FY 2011511670001193125-11-351924
10-Q2011-09-06fiscal Q3 2011471240001193125-11-241139
10-Q2011-06-03fiscal Q2 2011431080001193125-11-158427
10-Q2011-03-04fiscal Q1 201144900001193125-11-056224
10-K2010-12-21fiscal FY 2010441140001193125-10-285540
10-Q2010-09-03fiscal Q3 2010441130001193125-10-204841

Inspect the source

Entity
ESTERLINE TECHNOLOGIES CORP / CIK 0000033619
Captured
SEC response SHA-256
cdf44efcc4a871565d5b3d05e6b817b7e2a343a229500ae68aaf1ff006007f73

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