Rotork PLC — Investor Relations & Filings
Rotork PLC is a global provider of mission-critical flow control and instrumentation solutions. The company designs, manufactures, and supports a comprehensive range of industrial actuators, including electric and fluid power models, as well as gearboxes and related control systems. These products deliver intelligent automation for managing the flow of liquids, gases, and powders. Rotork serves essential industries such as Oil & Gas, Water & Power, and Chemical, Process & Industrial. The company also provides key technologies for the energy transition sector, supporting applications in carbon capture, hydrogen, and renewable power generation. Its solutions are focused on enhancing operational reliability, efficiency, and safety for customers worldwide.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Transaction in Own Shares | 2026-01-20 | English | |
| Transaction in Own Shares | 2026-01-19 | English | |
| Transaction in Own Shares | 2026-01-16 | English | |
| Transaction in Own Shares | 2026-01-15 | English | |
| Director/PDMR Shareholding | 2026-01-14 | English | |
| Transaction in Own Shares | 2026-01-14 | English |
Browse filings by year
50 years- 2026 88 filings
- 2025 226 filings
- 2024 206 filings
- 2023 55 filings
- 2022 80 filings
- 2021 107 filings
- 2020 65 filings
- 2019 58 filings
- 2018 70 filings
- 2017 60 filings
- 2016 33 filings
- 2015 56 filings
- 2014 46 filings
- 2013 40 filings
- 2012 5 filings
- 2011 2 filings
- 2010 1 filing
- 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 1 filing
- 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 2 filings
- 1981 1 filing
- 1980 1 filing
- 1979 1 filing
- 1978 1 filing
- 1977 1 filing
- 1976 3 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
13 filings
| |||||
| 13066104 | Transaction in Own Shares | 2026-01-20 | English | ||
| 13006328 | Transaction in Own Shares | 2026-01-19 | English | ||
| 12807908 | Transaction in Own Shares | 2026-01-16 | English | ||
| 12739333 | Transaction in Own Shares | 2026-01-15 | English | ||
| 12679265 | Director/PDMR Shareholding | 2026-01-14 | English | ||
| 12672272 | Transaction in Own Shares | 2026-01-14 | English | ||
| 12572585 | Transaction in Own Shares | 2026-01-13 | English | ||
| 12488544 | Transaction in Own Shares | 2026-01-12 | English | ||
| 12306210 | Transaction in Own Shares | 2026-01-09 | English | ||
| 12238246 | Transaction in Own Shares | 2026-01-08 | English | ||
| 34555506 | Transaction in Own Shares | 2026-01-07 | English | ||
| 12166732 | Transaction in Own Shares | 2026-01-06 | English | ||
| 11738466 | Total Voting Rights | 2026-01-02 | English | ||
|
2025
2 filings
| |||||
| 10619661 | Share buyback programme | 2025-12-22 | English | ||
| 10565101 | Transaction in Own Shares | 2025-12-22 | English | ||
Financials
We couldn't load the financials
No data available yet
We have extracted financials for Rotork 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 other pumps, compressors, taps and valves
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Aalberts NV
Engineering company developing mission-critical technologie…
|
AALB | NL | Manufacturing |
|
Accelleron Industries AG
Develops, produces, and services turbocharging technologies…
|
ACLN | CH | Manufacturing |
|
ANEST IWATA Corporation
Manufacturer of coating systems, air compressors, and vacuu…
|
6381 | JP | Manufacturing |
|
ASFLOW CO.,LTD.
Manufactures high-purity gas supply components for the semi…
|
159010 | KR | Manufacturing |
|
ASPRO SERVICIOS PETROLEROS S.A.
International company designing, manufacturing, and selling…
|
— | AR | Manufacturing |
|
Atam Valves Limited
Designs and manufactures industrial valves and pipe fitting…
|
ATAM | IN | Manufacturing |
|
Atlas Copco
A world-leading provider of sustainable productivity soluti…
|
ATCO | SE | Manufacturing |
|
BELIMO Holding AG
Global market leader in developing and producing field devi…
|
BEAN | CH | Manufacturing |
|
BOOSTHEAT
Develops energy-efficient heating solutions using a patente…
|
ALBOO | FR | Manufacturing |
|
BURÇELİK VANA SANAYİ VE TİCARET A.Ş.
Manufacturer of steel castings, heavy machinery, and indust…
|
BURVA | TR | Manufacturing |
Rotork 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/4645/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=4645 | 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=4645 | 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=4645 \ -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": 4645}, 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 Rotork PLC (id: 4645)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.