Skip to content

Engility Holdings, Inc.: filings

Every Engility Holdings, 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 2018-10-31

The latest filing in this captured record is a 10-Q filed 2018-10-31. No later filing is in the SEC companyfacts record captured on 2026-09-22. Engility 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-Q2018-10-31fiscal Q3 2018421130001564590-18-025838
10-Q2018-08-01fiscal Q2 2018411130001564590-18-018444
10-Q2018-05-02fiscal Q1 201837750001564590-18-010319
10-K2018-03-02fiscal FY 2017401070001564590-18-004252
10-Q2017-11-02fiscal Q3 2017361000001564590-17-021293
10-Q2017-08-03fiscal Q2 2017361010001564590-17-015434
10-Q2017-05-04fiscal Q1 201736730001564590-17-008854
10-K2017-03-09fiscal FY 2016401070001564590-17-003880
10-Q2016-11-01fiscal Q3 2016361010001564590-16-026721
10-Q2016-08-01fiscal Q2 2016351000001564590-16-021836
10-Q2016-05-05fiscal Q1 201638780001544229-16-000067
10-K2016-03-08fiscal FY 2015441160001544229-16-000063
10-Q2015-11-06fiscal Q3 2015381060001544229-15-000042
10-K/A2015-11-06fiscal FY 2014421150001544229-15-000038
10-Q2015-08-06fiscal Q2 2015381060001544229-15-000021
10-Q2015-05-12fiscal Q1 201535710001544229-15-000012
10-K2015-03-04fiscal FY 2014421150001544229-15-000008
10-Q2014-10-28fiscal Q3 201433940001544229-14-000051
10-Q2014-08-07fiscal Q2 201433940001544229-14-000046
10-Q2014-05-12fiscal Q1 201433680001544229-14-000012
10-K2014-03-13fiscal FY 2013381000001193125-14-097927
10-Q2013-11-12fiscal Q3 2013351020001193125-13-438285
10-Q2013-08-12fiscal Q2 2013351020001193125-13-330977
10-Q2013-05-13fiscal Q1 201334700001193125-13-216735
10-K2013-03-21fiscal FY 201238940001193125-13-119552
10-Q2012-11-13fiscal Q3 201233880001193125-12-467606
10-Q2012-08-13fiscal Q2 201230800001193125-12-352527

Inspect the source

Entity
Engility Holdings, Inc. / CIK 0001544229
Captured
SEC response SHA-256
abf850a9b5bbe59508a6af078c0f00fb06d03f93f2c57ed49696f8a14ccc6d88

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