Skip to content

KEYW HOLDING CORP: filings

Every KEYW HOLDING CORP 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 2019-05-07

The latest filing in this captured record is a 10-Q filed 2019-05-07. No later filing is in the SEC companyfacts record captured on 2026-09-22. KEYW HOLDING 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-05-07fiscal Q1 2019501050001487101-19-000022
10-K2019-03-12fiscal FY 2018471320001487101-19-000007
10-Q2018-11-06fiscal Q3 2018471260001487101-18-000037
10-Q2018-08-01fiscal Q2 2018441180001487101-18-000030
10-Q2018-05-08fiscal Q1 201845930001487101-18-000016
10-K2018-03-16fiscal FY 2017421110001487101-18-000006
10-Q2017-11-03fiscal Q3 2017431130001487101-17-000040
10-Q2017-08-09fiscal Q2 2017431130001487101-17-000030
10-Q2017-05-05fiscal Q1 201744900001487101-17-000020
10-K2017-03-15fiscal FY 2016441170001487101-17-000008
10-Q2016-11-02fiscal Q3 2016431180001487101-16-000095
10-Q2016-08-09fiscal Q2 2016431180001487101-16-000088
10-Q2016-05-10fiscal Q1 201643880001487101-16-000077
10-K2016-03-15fiscal FY 2015441190001487101-16-000061
10-Q2015-11-09fiscal Q3 2015431180001487101-15-000031
10-Q2015-08-10fiscal Q2 2015431180001487101-15-000018
10-Q2015-05-07fiscal Q1 201543880001487101-15-000010
10-K2015-03-09fiscal FY 2014431140001487101-15-000005
10-Q2014-11-04fiscal Q3 2014431180001487101-14-000048
10-Q2014-07-31fiscal Q2 2014431180001487101-14-000036
10-Q2014-05-01fiscal Q1 201443880001487101-14-000020
10-K2014-03-10fiscal FY 2013431140001487101-14-000010
10-Q2013-10-30fiscal Q3 2013441200001487101-13-000012
10-Q2013-07-31fiscal Q2 2013431180001487101-13-000008
10-Q2013-04-30fiscal Q1 201343880001487101-13-000005
10-K2013-03-12fiscal FY 2012441170001487101-13-000002
10-Q2012-10-31fiscal Q3 2012431180001144204-12-058646
10-Q2012-08-01fiscal Q2 2012431180001144204-12-042161
10-Q2012-05-01fiscal Q1 201238780001144204-12-025270
10-K2012-03-15fiscal FY 2011401060001144204-12-015274
10-Q2011-11-03fiscal Q3 2011391060001144204-11-061174
10-Q2011-08-04fiscal Q2 2011391060001144204-11-043965

Inspect the source

Entity
KEYW HOLDING CORP / CIK 0001487101
Captured
SEC response SHA-256
e7f698ab08d23778b9724dafd13249cbbaa0bef6f1143a44b9cc62c9c71b60cc

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