Skip to content

ALTRA INDUSTRIAL MOTION CORP.: filings

Every ALTRA INDUSTRIAL MOTION CORP. annual and quarterly report in the SEC record with the published financial measures it tagged, 47 filings, each linked to its SEC index.

Filing record ends 2023-03-01

The latest filing in this captured record is a 10-K filed 2023-03-01. No later filing is in the SEC companyfacts record captured on 2026-09-22. ALTRA INDUSTRIAL MOTION 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-K2023-03-01fiscal FY 2022541400000950170-23-005578
10-Q2022-11-03fiscal Q3 2022481390000950170-22-021983
10-Q2022-07-29fiscal Q2 2022481380000950170-22-013501
10-Q2022-05-02fiscal Q1 202248980000950170-22-006887
10-K2022-02-28fiscal FY 2021541390000950170-22-002319
10-Q2021-10-26fiscal Q3 2021461330000950170-21-002312
10-Q2021-07-27fiscal Q2 2021461330000950170-21-000540
10-Q2021-05-03fiscal Q1 202146950001564590-21-022853
10-K2021-02-26fiscal FY 2020521350001564590-21-009491
10-Q2020-10-28fiscal Q3 2020461330001564590-20-048379
10-Q2020-07-24fiscal Q2 2020461330001564590-20-033403
10-Q2020-05-06fiscal Q1 202046950001564590-20-022016
10-K2020-02-27fiscal FY 2019521730001564590-20-007474
10-Q2019-10-28fiscal Q3 2019481370001564590-19-038174
10-Q2019-07-26fiscal Q2 2019481350001564590-19-026388
10-Q2019-05-03fiscal Q1 201948980001564590-19-015690
10-K2019-03-01fiscal FY 2018501710001564590-19-005841
10-Q2018-11-07fiscal Q3 2018451310001564590-18-027657
10-Q2018-08-07fiscal Q2 2018431250001564590-18-019980
10-Q2018-05-09fiscal Q1 201839850001564590-18-012538
10-K2018-02-23fiscal FY 2017441510001564590-18-003056
10-Q2017-10-25fiscal Q3 2017391150001564590-17-020033
10-Q2017-07-27fiscal Q2 2017391160001564590-17-014264
10-Q2017-05-02fiscal Q1 201739840001564590-17-008147
10-K2017-02-27fiscal FY 2016441520001564590-17-002602
10-Q2016-10-26fiscal Q3 2016391180001564590-16-026233
10-Q2016-07-22fiscal Q2 2016391180001374535-16-000236
10-Q2016-04-29fiscal Q1 201639840001374535-16-000194
10-K2016-02-26fiscal FY 2015461570001374535-16-000168
10-Q2015-10-27fiscal Q3 2015401200001374535-15-000117
10-Q2015-07-24fiscal Q2 2015391190001374535-15-000079
10-Q2015-05-04fiscal Q1 201538830001374535-15-000052
10-K2015-02-26fiscal FY 2014451560001374535-15-000032
10-Q2014-10-27fiscal Q3 2014371120001374535-14-000006
10-Q2014-07-29fiscal Q2 2014371120001445305-14-002931
10-Q2014-04-29fiscal Q1 201437800001193125-14-167255
10-K2014-02-26fiscal FY 2013441510001193125-14-069588
10-Q2013-10-29fiscal Q3 2013401180001193125-13-415924
10-Q2013-07-26fiscal Q2 2013391140001193125-13-304439
10-Q2013-04-29fiscal Q1 201340840001193125-13-181484
10-K2013-02-25fiscal FY 2012441510001193125-13-074398
10-Q2012-11-07fiscal Q3 2012401160001193125-12-457806
10-Q2012-08-09fiscal Q2 2012391100001193125-12-347197
10-Q2012-04-30fiscal Q1 201241840001193125-12-196232
10-K2012-02-24fiscal FY 2011421120001193125-12-077689
10-Q2011-11-03fiscal Q3 2011391080000950123-11-094746
10-Q2011-08-09fiscal Q2 2011391080000950123-11-074609

Inspect the source

Entity
ALTRA INDUSTRIAL MOTION CORP. / CIK 0001374535
Captured
SEC response SHA-256
6600ba2be6f77d845f6411fbd3d2eb0831c6d7e0c608ebe1943aec71375196dd

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