Skip to content

JAMES HARDIE INDUSTRIES plc: filings

Every JAMES HARDIE INDUSTRIES plc annual and quarterly report in the SEC record with the published financial measures it tagged, 17 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-06fiscal Q1 2027501030001159152-26-000051
10-K2026-05-19fiscal FY 2026571500001159152-26-000045
20-F2025-05-20fiscal FY 2025571470001159152-25-000012
20-F2024-05-20fiscal FY 2024571470001159152-24-000016
20-F2023-05-16fiscal FY 2023551420001159152-23-000015
20-F2022-05-17fiscal FY 2022541390001159152-22-000026
20-F2021-05-18fiscal FY 2021531370001159152-21-000045
20-F2020-05-19fiscal FY 2020541430001159152-20-000036
20-F2019-05-21fiscal FY 2019491310001159152-19-000045
20-F2018-05-22fiscal FY 2018431160001159152-18-000030
20-F2017-05-18fiscal FY 2017411100001193125-17-174339
20-F2016-05-19fiscal FY 2016401070001193125-16-595132
20-F2015-05-21fiscal FY 2015401060001193125-15-195809
20-F2014-06-26fiscal FY 2014431160001193125-14-251077
20-F2013-06-27fiscal FY 2012431160001193125-13-274942
20-F2012-07-02fiscal FY 2011431170001193125-12-292232
20-F2011-06-29fiscal FY 2010361000000950123-11-062797

Inspect the source

Entity
JAMES HARDIE INDUSTRIES plc / CIK 0001159152
Captured
2026-09-20T07:42:58.930Z
SEC response SHA-256
c26233c655cb2b6e6b9cde50f6cc56ca53e54cb270e1072fb860db41bc76f765

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