
Weir Group Inc. — Investor Relations & Filings
Weir Group is a global engineering company specializing in mining technology. It provides highly engineered solutions for the minerals and mining markets, focusing on improving safety, efficiency, and sustainability. The company's portfolio includes processing equipment, wear parts, and equipment attachments, such as its ESCO® solutions, which cover the entire quarrying, minerals excavation, and processing circuit. Weir is committed to accelerating the shift to smart, sustainable mining by helping customers extract more resources while reducing the use of energy and water and generating less waste. The company also offers digital solutions to optimize performance and is supported by a global service network.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Holding(s) in Company | 2026-05-15 | English | |
| Holding(s) in Company | 2026-05-13 | English | |
| Director/PDMR Shareholding | 2026-05-11 | English | |
| Director/PDMR Shareholding | 2026-05-08 | English | |
| Holding(s) in Company | 2026-05-08 | English | |
| Result of AGM | 2026-04-30 | English |
Browse filings by year
45 years- 2026 34 filings
- 2025 61 filings
- 2024 38 filings
- 2023 62 filings
- 2022 72 filings
- 2021 69 filings
- 2020 101 filings
- 2019 77 filings
- 2018 78 filings
- 2017 87 filings
- 2016 5 filings
- 2015 4 filings
- 2014 5 filings
- 2013 7 filings
- 2012 9 filings
- 2011 11 filings
- 2010 5 filings
- 2009 1 filing
- 2008 1 filing
- 2007 1 filing
- 2006 1 filing
- 2005 1 filing
- 2004 1 filing
- 2003 1 filing
- 2002 1 filing
- 2001 1 filing
- 2000 1 filing
- 1999 1 filing
- 1998 1 filing
- 1997 1 filing
- 1996 1 filing
- 1995 2 filings
- 1994 1 filing
- 1993 1 filing
- 1992 1 filing
- 1991 1 filing
- 1990 1 filing
- 1989 1 filing
- 1988 1 filing
- 1987 2 filings
- 1986 2 filings
- 1985 1 filing
- 1984 1 filing
- 1983 1 filing
- 1977 1 filing
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46350752 | Holding(s) in Company | 2026-05-15 | English | ||
| 45484536 | Holding(s) in Company | 2026-05-13 | English | ||
| 44929033 | Director/PDMR Shareholding | 2026-05-11 | English | ||
| 44237157 | Director/PDMR Shareholding | 2026-05-08 | English | ||
| 44143813 | Holding(s) in Company | 2026-05-08 | English | ||
| 39133390 | Result of AGM | 2026-04-30 | English | ||
| 39133386 | AGM Resolutions | 2026-04-30 | English | ||
| 39019051 | CEO Succession Announcement | 2026-04-30 | English | ||
| 39018443 | Q1 Trading Update | 2026-04-30 | English | ||
| 34785778 | Director/PDMR Shareholding | 2026-04-21 | English | ||
| 34778990 | Director/PDMR Shareholding | 2026-04-21 | English | ||
| 34778979 | Director/PDMR Shareholding | 2026-04-21 | English | ||
| 34392230 | Holding(s) in Company | 2026-04-13 | English | ||
| 33977179 | Director/PDMR Shareholding | 2026-04-09 | English | ||
| 33256446 | Holding(s) in Company | 2026-04-02 | English | ||
Financials
We couldn't load the financials
No data available yet
We have extracted financials for Weir Group Inc., 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 machinery for mining, quarrying and construction
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
SHAREATE TOOLS LTD.
Manufacturer of rock drilling tools and cemented carbide fo…
|
688257 | CN | Manufacturing |
|
Sinopec Oilfield Equipment Corporation
Manufactures petroleum engineering equipment and tools for …
|
000852 | CN | Manufacturing |
|
SKAKO
Develops vibratory equipment and machinery for concrete pro…
|
SKAKO | DK | Manufacturing |
|
Somero Enterprises Inc.
Manufactures laser-guided machinery for concrete placement …
|
SOM | US | Manufacturing |
|
SOOSAN CEBOTICS CO., LTD
Manufacturer of heavy machinery, hydraulic attachments, and…
|
017550 | KR | Manufacturing |
|
SUMITOMO HEAVY INDUSTRIES,LTD.
A comprehensive manufacturer of industrial machinery and eq…
|
6302 | JP | Manufacturing |
|
SUNWARD INTELLIGENT EQUIPMENT CO.,LTD.
Manufactures advanced engineering machinery, excavators, an…
|
002097 | CN | Manufacturing |
|
TAC CO.,LTD.
Educational services provider for professionals with traini…
|
4319 | JP | Manufacturing |
|
Taiyuan Heavy Industry Co.,Ltd.
Manufacturer of heavy machinery, railway components, and en…
|
600169 | CN | Manufacturing |
|
TAKEUCHI MFG.CO.,LTD.
Manufacturer of compact machinery credited with developing …
|
6432 | JP | Manufacturing |
Weir Group Inc. 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/5246/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=5246 | 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=5246 | 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=5246 \ -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": 5246}, 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 Weir Group Inc. (id: 5246)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.