Skip to content

AXALTA COATING SYSTEMS LTD.: filings

Every AXALTA COATING SYSTEMS LTD. annual and quarterly report in the SEC record with the published financial measures it tagged, 44 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-04-30fiscal Q1 2026491030001628280-26-028698
10-K2026-02-13fiscal FY 2025581540001628280-26-008008
10-Q2025-10-29fiscal Q3 2025501530001628280-25-047015
10-Q2025-07-30fiscal Q2 2025501490001616862-25-000037
10-Q2025-05-07fiscal Q1 2025481010001616862-25-000022
10-K2025-02-13fiscal FY 2024571510001616862-25-000013
10-Q2024-10-30fiscal Q3 2024501510001616862-24-000065
10-Q2024-08-01fiscal Q2 2024501470001616862-24-000056
10-Q2024-05-01fiscal Q1 2024491030001616862-24-000035
10-K2024-02-15fiscal FY 2023581540001616862-24-000015
10-Q2023-11-01fiscal Q3 2023521570001616862-23-000074
10-Q2023-08-01fiscal Q2 2023521530001616862-23-000051
10-Q2023-05-02fiscal Q1 2023521090001616862-23-000019
10-K2023-02-16fiscal FY 2022591560001616862-23-000007
10-Q2022-10-25fiscal Q3 2022511550001616862-22-000041
10-Q2022-07-26fiscal Q2 2022511510001616862-22-000029
10-Q2022-04-26fiscal Q1 2022511070001616862-22-000017
10-K2022-02-18fiscal FY 2021571510001616862-22-000010
10-Q2021-10-25fiscal Q3 2021511550001616862-21-000070
10-Q2021-07-26fiscal Q2 2021501470001616862-21-000053
10-Q2021-04-26fiscal Q1 2021501050001616862-21-000023
10-K2021-02-18fiscal FY 2020551940001616862-21-000013
10-Q2020-10-26fiscal Q3 2020501530001616862-20-000080
10-Q2020-07-29fiscal Q2 2020501490001616862-20-000061
10-Q2020-05-06fiscal Q1 2020511060001616862-20-000036
10-K2020-02-19fiscal FY 2019581980001616862-20-000012
10-Q2019-10-25fiscal Q3 2019531550001616862-19-000079
10-Q2019-07-25fiscal Q2 2019501450001616862-19-000063
10-Q2019-04-25fiscal Q1 2019501010001616862-19-000032
10-K2019-02-26fiscal FY 2018521880001616862-19-000012
10-Q2018-10-25fiscal Q3 2018461360001616862-18-000068
10-Q2018-07-26fiscal Q2 2018461360001616862-18-000048
10-Q2018-04-25fiscal Q1 201846990001616862-18-000028
10-K2018-02-22fiscal FY 2017511740001616862-18-000010
10-Q2017-10-26fiscal Q3 2017471350001616862-17-000060
10-Q2017-08-03fiscal Q2 2017471350001616862-17-000045
10-Q2017-04-26fiscal Q1 201745930001616862-17-000032
10-K2017-02-28fiscal FY 2016491670001616862-17-000013
10-Q2016-10-27fiscal Q3 2016451290001616862-16-000091
10-Q2016-07-27fiscal Q2 2016451290001616862-16-000071
10-Q2016-04-28fiscal Q1 201645930001616862-16-000055
10-Q2015-10-30fiscal Q3 2015451290001616862-15-000021
10-Q2015-08-04fiscal Q2 2015451290001628280-15-006048
10-Q2015-05-06fiscal Q1 201545930001616862-15-000006

Inspect the source

Entity
AXALTA COATING SYSTEMS LTD. / CIK 0001616862
Captured
2026-09-21T17:21:34.895Z
SEC response SHA-256
9e22a7f8e48a06d756c302f8173ba5685e7705fdc71406ed7b48cec62ce998a0

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