
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 |
|---|---|---|---|
|
TANGSHAN JIDONG EQUIPMENT ENGINEERING CO., LTD.
Designs, manufactures, and maintains large-scale industrial…
|
000856 | CN | Manufacturing |
|
Taurian MPS Limited
Designs and manufactures crushing and screening equipment f…
|
TAURIAN | IN | Manufacturing |
|
Tega Industries Limited
Designs and manufactures wear-resistant consumables for min…
|
TEGA | IN | Manufacturing |
|
Tesmec
Designs and manufactures solutions for electricity, materia…
|
TES | IT | Manufacturing |
|
Tian Di Science & Technology Co.,Ltd
Provides advanced mining equipment, safety systems, and int…
|
600582 | CN | Manufacturing |
|
TIANJIN MEITENG TECHNOLOGY CO., LTD
Develops intelligent equipment and AI systems for mineral a…
|
688420 | CN | Manufacturing |
|
TRIBE TECHNOLOGY PLC
Develops and manufactures autonomous machinery for the mini…
|
TRYB | GB | Manufacturing |
|
TRIUMPHAL ASSOCIATES BHD
Investment holding entity manufacturing, trading, and marke…
|
— | MY | Manufacturing |
|
United Drilling Tools Ltd.
Designs and manufactures API-certified upstream equipment f…
|
UNIDT | IN | Manufacturing |
|
VOLT GROUP LIMITED
Develops energy-efficient power generation and industrial i…
|
VPR | AU | 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.