Skip to content

MERITOR, INC.: filings

Every MERITOR, INC. 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 2022-08-02

The latest filing in this captured record is a 10-Q filed 2022-08-02. No later filing is in the SEC companyfacts record captured on 2026-09-22. MERITOR, 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-Q2022-08-02fiscal Q3 2022371080001113256-22-000070
10-Q2022-05-03fiscal Q2 2022371080001113256-22-000051
10-Q2022-02-03fiscal Q1 202236760001113256-22-000017
10-K2021-11-17fiscal FY 2021501340001113256-21-000128
10-Q2021-08-04fiscal Q3 2021361040001113256-21-000101
10-Q2021-05-04fiscal Q2 2021361040001113256-21-000068
10-Q2021-02-03fiscal Q1 202135740001113256-21-000018
10-K2020-11-12fiscal FY 2020541800001113256-20-000123
10-Q2020-07-29fiscal Q3 2020411150001113256-20-000088
10-Q2020-04-30fiscal Q2 2020421170001113256-20-000055
10-Q2020-01-30fiscal Q1 202043890001113256-20-000015
10-K2019-11-13fiscal FY 2019521810001113256-19-000096
10-Q2019-07-31fiscal Q3 2019411180001113256-19-000070
10-Q2019-05-02fiscal Q2 2019411180001113256-19-000051
10-Q2019-01-30fiscal Q1 201940860001113256-19-000010
10-K2018-11-16fiscal FY 2018491650001113256-18-000120
10-Q2018-08-02fiscal Q3 2018391100001113256-18-000075
10-Q2018-05-03fiscal Q2 2018381080001113256-18-000057
10-Q2018-02-01fiscal Q1 201837800001113256-18-000014
10-K2017-11-16fiscal FY 2017481620001113256-17-000116
10-Q2017-08-03fiscal Q3 2017371060001113256-17-000085
10-Q2017-05-04fiscal Q2 2017361040001113256-17-000055
10-Q2017-02-02fiscal Q1 201736780001113256-17-000026
10-K2016-12-01fiscal FY 2016481620001113256-16-000092
10-Q2016-08-04fiscal Q3 2016361040001113256-16-000063
10-Q2016-05-05fiscal Q2 2016361040001113256-16-000046
10-Q2016-02-04fiscal Q1 201636780001113256-16-000038
10-K2015-11-18fiscal FY 2015481620001113256-15-000031
10-Q2015-07-30fiscal Q3 2015361040001113256-15-000026
10-Q2015-04-30fiscal Q2 2015361060001113256-15-000013
10-Q2015-01-29fiscal Q1 201535760001113256-15-000007
10-K2014-11-20fiscal FY 2014471570001113256-14-000036
10-Q2014-08-01fiscal Q3 2014351000001113256-14-000031
10-Q2014-05-02fiscal Q2 2014351000001113256-14-000015
10-Q2014-01-30fiscal Q1 201435730001113256-14-000009
10-K2013-11-20fiscal FY 2013481600001421102-13-000073
10-Q2013-08-01fiscal Q3 2013361020001421102-13-000054
10-Q2013-05-03fiscal Q2 2013361020001421102-13-000034
10-Q2013-02-01fiscal Q1 201332680001421102-13-000020
10-K2012-11-21fiscal FY 2012471590001421102-12-000048
10-Q2012-08-03fiscal Q3 2012361000001421102-12-000040
10-Q2012-05-04fiscal Q2 2012361000001206774-12-001898
10-Q2012-02-06fiscal Q1 201234720001206774-12-000480
10-K2011-11-23fiscal FY 2011481290001206774-11-002662
10-Q/A2011-08-25fiscal Q3 2011371040001206774-11-001950
10-Q2011-05-06fiscal Q2 201130840001206774-11-001162
10-Q/A2011-03-03fiscal Q1 201125530001206774-11-000396

Inspect the source

Entity
MERITOR, INC. / CIK 0001113256
Captured
SEC response SHA-256
2eccaa0806eeaae945e7ca6da339c37751f0bdff0d09bdf2e14a9be6cb3578fb

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