
Renishaw PLC — Investor Relations & Filings
Renishaw is a global engineering and scientific technology company specializing in precision measurement and process control. The company develops and manufactures systems and solutions that enhance efficiency, quality, and productivity in manufacturing and healthcare. Its core expertise encompasses measurement, motion control, spectroscopy, and additive manufacturing. Key products include probing systems for co-ordinate measuring machines (CMMs) and machine tools, high-performance position and motion control encoders, and metal 3D printing systems. These technologies are applied in diverse industries, including aerospace, automotive, and electronics. In the healthcare sector, Renishaw provides technology for applications such as neurosurgery, dentistry, and the creation of custom medical implants.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Half-year Report | 2025-02-13 | English | |
| Death of Sir David McMurtry | 2024-12-09 | English | |
| Group of companies' accounts made up to 2024-06-30 | 2024-12-05 | English | |
| Result of AGM | 2024-11-27 | English | |
| Special Resolution | 2024-11-27 | English | |
| Director/PDMR Shareholding | 2024-10-29 | English |
Browse filings by year
45 years- 2026 5 filings
- 2025 26 filings
- 2024 20 filings
- 2023 19 filings
- 2022 26 filings
- 2021 25 filings
- 2020 34 filings
- 2019 20 filings
- 2018 27 filings
- 2017 12 filings
- 2016 16 filings
- 2015 18 filings
- 2014 23 filings
- 2013 27 filings
- 2012 4 filings
- 2011 4 filings
- 2010 2 filings
- 2009 1 filing
- 2008 1 filing
- 2007 1 filing
- 2006 1 filing
- 2005 1 filing
- 2004 2 filings
- 2002 1 filing
- 2001 2 filings
- 1999 2 filings
- 1998 1 filing
- 1997 1 filing
- 1996 1 filing
- 1995 1 filing
- 1994 1 filing
- 1993 1 filing
- 1992 1 filing
- 1991 1 filing
- 1990 1 filing
- 1989 1 filing
- 1988 1 filing
- 1987 1 filing
- 1986 1 filing
- 1985 1 filing
- 1984 1 filing
- 1983 2 filings
- 1980 2 filings
- 1979 1 filing
- 1977 1 filing
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2025
1 filing
| |||||
| 5578958 | Half-year Report | 2025-02-13 | English | ||
|
2024
14 filings
| |||||
| 5552196 | Death of Sir David McMurtry | 2024-12-09 | English | ||
| 46797891 | Group of companies' accounts made up to 2024-06-30 | 2024-12-05 | English | ||
| 5547042 | Result of AGM | 2024-11-27 | English | ||
| 2521405 | Special Resolution | 2024-11-27 | English | ||
| 2381475 | Director/PDMR Shareholding | 2024-10-29 | English | ||
| 2357050 | Trading Statement | 2024-10-24 | English | ||
| 2304956 | Annual Financial Report | 2024-09-27 | English | ||
| 2304963 | Proxy Form | 2024-09-27 | English | ||
| 2304966 | Notice of AGM | 2024-09-27 | English | ||
| 2304971 | Annual Financial Report | 2024-09-27 | English | ||
| 2304969 | Annual Financial Report | 2024-09-27 | English | ||
| 1446656 | Final Results | 2024-09-12 | English | ||
| 2080429 | Notice of Results | 2024-08-29 | English | ||
| 2055109 | Directorate Change | 2024-07-01 | English | ||
Financials
We couldn't load the financials
No data available yet
We have extracted financials for Renishaw 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 measuring, testing, navigating and control equipment
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
10x Genomics, Inc.
Develops and manufactures integrated solutions for biologic…
|
TXG | US | Manufacturing |
|
908 Devices Inc.
Develops handheld and desktop devices for point-of-need che…
|
MASS | US | Manufacturing |
|
Acconeer AB
Develops compact, energy-efficient millimeter-wave radar se…
|
ACCON | SE | Manufacturing |
|
Acrel Co., Ltd.
Develops smart energy management systems and electrical saf…
|
300286 | CN | Manufacturing |
|
ACTIA Group
Designer and manufacturer of high-tech electronic systems f…
|
ATI | FR | Manufacturing |
|
Addsino Co.,Ltd
Specializes in electronic information technology and electr…
|
000547 | CN | Manufacturing |
|
A&D HOLON Holdings Company, Limited
Develops measurement, weighing, medical, and semiconductor …
|
7745 | JP | Manufacturing |
|
ADTEC PLASMA TECHNOLOGY CO.,LTD.
Manufactures RF plasma generators and power supplies for se…
|
6668 | JP | Manufacturing |
|
ADVANCED ENERGY INDUSTRIES INC
Designs and manufactures precision power conversion, measur…
|
AEIS | US | Manufacturing |
|
ADVANCE METERING TECHNOLOGY LIMITED
Manufactures energy meters and provides energy management a…
|
534612 | IN | Manufacturing |
Renishaw 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/5268/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=5268 | 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=5268 | 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=5268 \ -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": 5268}, 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 Renishaw PLC (id: 5268)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.