Skip to content

KAMAN CORPORATION: filings

Every KAMAN CORPORATION annual and quarterly report in the SEC record with the published financial measures it tagged, 51 filings, each linked to its SEC index.

Filing record ends 2024-02-22

The latest filing in this captured record is a 10-K filed 2024-02-22. No later filing is in the SEC companyfacts record captured on 2026-09-22. KAMAN CORPORATION 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-K2024-02-22fiscal FY 2023541460000054381-24-000005
10-Q2023-11-01fiscal Q3 2023451270000054381-23-000069
10-Q2023-08-02fiscal Q2 2023451270000054381-23-000058
10-Q2023-05-02fiscal Q1 202346940000054381-23-000041
10-K2023-02-23fiscal FY 2022541430000054381-23-000010
10-Q2022-11-01fiscal Q3 2022461330000054381-22-000057
10-Q2022-08-04fiscal Q2 2022461330000054381-22-000047
10-Q2022-05-02fiscal Q1 202246970000054381-22-000031
10-K2022-02-24fiscal FY 2021541400000054381-22-000011
10-Q2021-11-02fiscal Q3 2021461310000054381-21-000056
10-Q2021-08-05fiscal Q2 2021471320000054381-21-000046
10-Q2021-05-04fiscal Q1 202145920000054381-21-000031
10-K2021-02-25fiscal FY 2020531350000054381-21-000010
10-Q2020-11-04fiscal Q3 2020451220000054381-20-000075
10-Q2020-08-10fiscal Q2 2020451220000054381-20-000064
10-Q2020-05-11fiscal Q1 202045920000054381-20-000044
10-K2020-02-24fiscal FY 2019501290000054381-20-000008
10-Q2019-11-04fiscal Q3 2019451200000054381-19-000060
10-Q2019-07-31fiscal Q2 2019451220000054381-19-000046
10-Q2019-05-01fiscal Q1 201945910000054381-19-000025
10-K2019-02-25fiscal FY 2018471330000054381-19-000009
10-Q2018-11-01fiscal Q3 2018411170000054381-18-000053
10-Q2018-08-08fiscal Q2 2018411170000054381-18-000044
10-Q2018-05-07fiscal Q1 201842930000054381-18-000030
10-K2018-02-27fiscal FY 2017451220000054381-18-000010
10-Q2017-10-26fiscal Q3 2017391080000054381-17-000049
10-Q2017-07-31fiscal Q2 2017391080000054381-17-000034
10-Q2017-05-03fiscal Q1 201739820000054381-17-000023
10-K2017-02-28fiscal FY 2016451220000054381-17-000007
10-Q2016-10-27fiscal Q3 2016381070000054381-16-000120
10-Q2016-07-28fiscal Q2 2016381070000054381-16-000103
10-Q2016-05-03fiscal Q1 201638810000054381-16-000087
10-K2016-02-29fiscal FY 2015461240000054381-16-000074
10-Q2015-10-29fiscal Q3 2015381070000054381-15-000058
10-Q2015-07-30fiscal Q2 2015381070000054381-15-000042
10-Q2015-04-29fiscal Q1 201538810000054381-15-000026
10-K2015-02-23fiscal FY 2014461240000054381-15-000011
10-Q2014-11-03fiscal Q3 2014381070000054381-14-000055
10-Q2014-08-04fiscal Q2 2014381070000054381-14-000044
10-Q2014-04-28fiscal Q1 201438810000054381-14-000031
10-K2014-02-27fiscal FY 2013461240000054381-14-000010
10-Q2013-10-28fiscal Q3 2013381040000054381-13-000069
10-Q2013-07-29fiscal Q2 2013381040000054381-13-000061
10-Q2013-04-29fiscal Q1 201338780000054381-13-000047
10-K2013-02-25fiscal FY 2012451210000054381-13-000015
10-Q2012-10-31fiscal Q3 2012381040000054381-12-000079
10-Q2012-07-26fiscal Q2 2012371020000054381-12-000060
10-Q2012-04-30fiscal Q1 201237750000054381-12-000037
10-K2012-02-27fiscal FY 2011441180000054381-12-000016
10-Q2011-11-02fiscal Q3 2011401060000054381-11-000042
10-Q2011-08-04fiscal Q2 2011391040000054381-11-000030

Inspect the source

Entity
KAMAN CORPORATION / CIK 0000054381
Captured
SEC response SHA-256
f386df64b36be0543a59642699a885562da0224f4c098ec93ca73947df66f790

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