Skip to content

Adient plc: filings

Every Adient plc annual and quarterly report in the SEC record with the published financial measures it tagged, 39 filings, each linked to its SEC index.

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-Q2026-08-05fiscal Q3 2026431220001670541-26-000093
10-Q2026-05-06fiscal Q2 2026431220001670541-26-000060
10-Q2026-02-04fiscal Q1 202642880001670541-26-000024
10-K2025-11-18fiscal FY 2025491290001670541-25-000152
10-Q2025-08-06fiscal Q3 2025421160001670541-25-000107
10-Q2025-05-07fiscal Q2 2025421160001670541-25-000056
10-Q2025-01-28fiscal Q1 202542870001670541-25-000019
10-K2024-11-18fiscal FY 2024491290001670541-24-000109
10-Q2024-08-06fiscal Q3 2024421150001670541-24-000098
10-Q2024-05-03fiscal Q2 2024421150001670541-24-000072
10-Q2024-02-07fiscal Q1 202442870001670541-24-000030
10-K2023-11-17fiscal FY 2023491290001670541-23-000153
10-Q2023-08-02fiscal Q3 2023421150001670541-23-000130
10-Q2023-05-03fiscal Q2 2023421150001670541-23-000104
10-Q2023-02-07fiscal Q1 202341850001670541-23-000050
10-K2022-11-22fiscal FY 2022481260001670541-22-000118
10-Q2022-08-05fiscal Q3 2022421140001670541-22-000076
10-Q2022-05-06fiscal Q2 2022421140001670541-22-000040
10-Q2022-02-04fiscal Q1 202242860001670541-22-000008
10-K2021-11-23fiscal FY 2021481250001670541-21-000133
10-Q2021-08-05fiscal Q3 2021421140001670541-21-000082
10-Q2021-05-06fiscal Q2 2021411130001670541-21-000032
10-Q2021-02-05fiscal Q1 202141850001670541-21-000007
10-K2020-11-30fiscal FY 2020481220001670541-20-000080
10-Q2020-08-06fiscal Q3 2020411110001670541-20-000061
10-Q2020-05-05fiscal Q2 2020411110001670541-20-000028
10-Q2020-02-07fiscal Q1 202041830001670541-20-000004
10-K2019-11-22fiscal FY 2019461210001670541-19-000057
10-Q2019-08-07fiscal Q3 2019391080001670541-19-000051
10-Q2019-05-09fiscal Q2 2019391080001670541-19-000021
10-Q2019-02-11fiscal Q1 201938790001670541-19-000003
10-K2018-11-29fiscal FY 2018461210001670541-18-000065
10-Q2018-07-30fiscal Q3 2018391070001670541-18-000061
10-Q2018-05-07fiscal Q2 2018381050001670541-18-000019
10-Q2018-01-30fiscal Q1 201837730001670541-18-000006
10-K2017-11-22fiscal FY 2017401070001670541-17-000071
10-Q2017-07-31fiscal Q3 2017371000001670541-17-000059
10-Q2017-05-01fiscal Q2 201736960001670541-17-000025
10-Q2017-02-08fiscal Q1 201736740001670541-17-000016

Inspect the source

Entity
Adient plc / CIK 0001670541
Captured
2026-09-21T17:22:38.774Z
SEC response SHA-256
6056824ee0bcac45ab966055ec9b2d5caa5a33d15e02fc7c183ea3e885332d95

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