
James Hardie Industries plc — Investor Relations & Filings
James Hardie Industries is a global manufacturer of high-performance building materials, specializing in fiber cement and fiber gypsum solutions. The company is a leading producer of exterior siding, trim, and soffit products, as well as interior backer board for walls and flooring. Its products are engineered for durability, providing resistance to fire, moisture, and pests. The portfolio also extends to composite and PVC decking and railing systems. James Hardie serves both the residential and commercial construction markets, providing materials for new construction and remodeling projects.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| APPENDIX 3Y - S ROWLAND 2 pages 180.0KB | 2026-06-04 | English | |
| APPENDIX 3X - R SINDEL 2 pages 226.6KB | 2026-06-03 | English | |
| Notification regarding unquoted securities - JHX 5 pages 17.2KB | 2026-06-03 | English | |
| SD | 2026-05-27 | English | |
| 8-K | 2026-05-20 | English | |
| FY26 Irish Statutory Accounts 187 pages 4.3MB | 2026-05-20 | English |
Browse filings by year
25 years- 2026 79 filings
- 2025 264 filings
- 2024 211 filings
- 2023 223 filings
- 2022 146 filings
- 2021 153 filings
- 2020 115 filings
- 2019 108 filings
- 2018 122 filings
- 2017 101 filings
- 2016 142 filings
- 2015 163 filings
- 2014 181 filings
- 2013 165 filings
- 2012 157 filings
- 2011 112 filings
- 2010 159 filings
- 2009 196 filings
- 2008 130 filings
- 2007 201 filings
- 2006 163 filings
- 2005 150 filings
- 2004 125 filings
- 2003 96 filings
- 2002 24 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 47958381 | APPENDIX 3Y - S ROWLAND 2 pages 180.0KB | 2026-06-04 | English | ||
| 47940046 | APPENDIX 3X - R SINDEL 2 pages 226.6KB | 2026-06-03 | English | ||
| 47940045 | Notification regarding unquoted securities - JHX 5 pages 17.2KB | 2026-06-03 | English | ||
| 47845374 | SD | 2026-05-27 | English | ||
| 46691589 | 8-K | 2026-05-20 | English | ||
| 46740233 | FY26 Irish Statutory Accounts 187 pages 4.3MB | 2026-05-20 | English | ||
| 46558378 | 10-K | 2026-05-19 | English | ||
| 46557565 | 8-K | 2026-05-19 | English | ||
| 46679582 | Q4 FY26 Results Pack 168 pages 7.8MB | 2026-05-19 | English | ||
| 46679566 | KPMG Actuarial Report 31 March 2026 117 pages 1.2MB | 2026-05-19 | English | ||
| 46679559 | 2026 AGM Date 2 pages 172.8KB | 2026-05-19 | English | ||
| 46387091 | Application for quotation of securities - JHX 6 pages 18.7KB | 2026-05-17 | English | ||
| 46351883 | 8-K | 2026-05-14 | English | ||
| 46356839 | Appointment of New Non-Executive Director 2 pages 148.8KB | 2026-05-14 | English | ||
| 46356836 | APPENDIX 3Z - P LISBOA 2 pages 239.2KB | 2026-05-14 | English | ||
Financials
We couldn't load the financials
No data available yet
We have extracted financials for James Hardie Industries plc, but not for this combination of statement and period. Try a different combination.
Swipe the table to view all periods, or rotate your phone for a wider view.
| Line item | ! |
|---|---|
| Definition not yet available — coming soon. |
Market data
Market data not available
Price history
Peer group · Manufacture of articles of concrete, cement and plaster
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Breedon Group Plc
A vertically-integrated supplier of essential construction …
|
BREE | JE | Manufacturing |
|
CEMENTO POLPAICO S.A.
Produces and markets construction materials, offers waste m…
|
— | CL | Manufacturing |
|
China West Construction Group Co.,Ltd.
Supplies ready-mixed concrete and construction materials fo…
|
002302 | CN | Manufacturing |
|
Chongqing Sifang New Material Co., Ltd.
Specializes in high-performance concrete and dry-mixed mort…
|
605122 | CN | Manufacturing |
|
ÇİMBETON HAZIRBETON VE PREFABRİK YAPI ELEMANLARI SANAYİ VE TİCARET A.Ş.
Manufactures and supplies ready-mixed concrete and prefabri…
|
CMBTN | TR | Manufacturing |
|
COMPAÑIA INDUSTRIAL EL VOLCAN S.A.
Manufactures and distributes construction materials and sus…
|
— | CL | Manufacturing |
|
CONCRETE ENGINEERING PRODUCTS BERHAD
Manufacturer and distributor of high-quality concrete engin…
|
— | MY | Manufacturing |
|
Công ty Cổ phần Bê tông Phan Vũ Hà Nam
Leading producer of prestressed spun concrete piles and hig…
|
FCM | VN | Manufacturing |
|
Dadex Eternit Limited
Manufacturer and supplier of building materials, specializi…
|
DADX | PK | Manufacturing |
|
EAGLE MATERIALS INC
A manufacturer and distributor of basic construction materi…
|
EXP | US | Manufacturing |
James Hardie Industries plc via the API
Pull this company's filings, identifiers, and metadata as JSON or Markdown. Authenticate with your API key, then query by company ID, ISIN, or LEI. Full schema documented in the OpenAPI spec.
Endpoints
| GET | /api/companies/30563/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=30563 | Paginated list of all filings (filterable by type, date, language) |
| GET | /api/filings/{id}/ | Single filing — metadata, document URL, processing status |
| GET | /api/filings/{id}/markdown/ | Filing content as Markdown (PDF → text/tables/figures) |
| GET | /api/isins/?company=30563 | All ISINs registered to this company |
| GET | /api/filing-types/ | Reference: every filing-type code + category |
cURL
$ curl https://api.financialreports.eu/api/filings/?company=30563 \ -H "x-api-key: $FR_API_KEY" \ -H "Accept: application/json"
Python
import requests r = requests.get( "https://api.financialreports.eu/api/filings/", params={"company": 30563}, headers={"x-api-key": API_KEY}, ) filings = r.json()["results"]
MCP server
// MCP server URL https://mcp.financialfilings.com/mcp // Once connected, the LLM can query this company directly: "Pull the latest 5 filings for James Hardie Industries plc (id: 30563)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.