TT ELECTRONICS PLC — Investor Relations & Filings
TT Electronics is a global provider of engineered electronics for performance-critical applications. The company designs and manufactures a wide range of solutions, including precision sensors, power management systems, passive components, and connectivity products. It also offers comprehensive manufacturing services, from printed circuit board assembly (PCBA) to full system integration and box-build services. TT Electronics serves original equipment manufacturers (OEMs) in specialized and regulated markets such as medical, aerospace, defence, automation, and electrification. As a vertically integrated partner, the company focuses on developing advanced, reliable electronic technologies that contribute to a safer, healthier, and more sustainable future.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Holding(s) in Company | 2026-05-20 | English | |
| Result of AGM | 2026-05-15 | English | |
| Result of AGM | 2026-05-15 | English | |
| AGM Trading Update | 2026-05-15 | English | |
| Total Voting Rights | 2026-05-13 | English | |
| Director/PDMR Shareholding | 2026-04-23 | English |
Browse filings by year
43 years- 2026 25 filings
- 2025 57 filings
- 2024 63 filings
- 2023 49 filings
- 2022 36 filings
- 2021 42 filings
- 2020 56 filings
- 2019 58 filings
- 2018 49 filings
- 2017 38 filings
- 2016 35 filings
- 2015 42 filings
- 2014 66 filings
- 2013 64 filings
- 2012 5 filings
- 2011 5 filings
- 2010 2 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 2 filings
- 2000 1 filing
- 1999 1 filing
- 1998 1 filing
- 1997 1 filing
- 1996 1 filing
- 1995 1 filing
- 1994 1 filing
- 1993 1 filing
- 1991 1 filing
- 1990 1 filing
- 1989 1 filing
- 1988 1 filing
- 1987 1 filing
- 1985 1 filing
- 1984 1 filing
- 1980 1 filing
- 1979 1 filing
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
15 filings
| |||||
| 46579382 | Holding(s) in Company | 2026-05-20 | English | ||
| 46358208 | Result of AGM | 2026-05-15 | English | ||
| 46358191 | Result of AGM | 2026-05-15 | English | ||
| 46349572 | AGM Trading Update | 2026-05-15 | English | ||
| 45604404 | Total Voting Rights | 2026-05-13 | English | ||
| 35711518 | Director/PDMR Shareholding | 2026-04-23 | English | ||
| 35711514 | Director/PDMR Shareholding | 2026-04-23 | English | ||
| 34655036 | Annual Financial Report | 2026-04-13 | English | ||
| 34654759 | Notice of Annual General Meeting | 2026-04-13 | English | ||
| 34654744 | Report and accounts 2025 (ESEF version) | 2026-04-13 | English | ||
| 34654743 | Report and accounts 2025 (ESEF version) | 2026-04-13 | English | ||
| 33983954 | Appointment of Chief Financial Officer | 2026-04-10 | English | ||
| 33900795 | Board Update | 2026-04-09 | English | ||
| 33684516 | Total Voting Rights | 2026-04-07 | English | ||
| 33037825 | Full Year Results | 2026-03-25 | English | ||
Financials
We couldn't load the financials
No data available yet
We have extracted financials for TT ELECTRONICS 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 electronic components and boards
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Unigroup Guoxin Microelectronics Co., Ltd.
Provides high-security IC design, smart card chips, FPGAs, …
|
002049 | CN | Manufacturing |
|
UNIMICRON
Produces PCBs and IC carriers for communications, computing…
|
3037 | TW | Manufacturing |
|
UNION SEMICONDUCTOR EQUIPMENT CO.,LTD;
Designs and manufactures equipment for the semiconductor an…
|
036200 | KR | Manufacturing |
|
UNION SEMICONDUCTOR (HEFEI) CO., LTD.
Designs high-performance analog and mixed-signal power mana…
|
688403 | CN | Manufacturing |
|
UNISEM (M) BERHAD
Global provider of semiconductor assembly and test (OSAT) s…
|
— | MY | Manufacturing |
|
UNITECH
Produces multilayer, HDI, and Rigid-Flex PCBs for mobile an…
|
2367 | TW | Manufacturing |
|
UNITED MICROELECTRONICS CORP
A global semiconductor foundry providing integrated circuit…
|
UMC | TW | Manufacturing |
|
UNITED MICROELECTRONICS CORPORATION
A leading global semiconductor foundry providing high-quali…
|
5YRB | SG | Manufacturing |
|
UNITED NOVA TECHNOLOGY CO.,LTD.
Specialty foundry for MEMS, power semiconductors, and analo…
|
688469 | CN | Manufacturing |
|
Universal Scientific Industrial(Shanghai)Co., Ltd.
Provides electronic design and manufacturing services speci…
|
601231 | CN | Manufacturing |
TT ELECTRONICS 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/4609/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=4609 | 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=4609 | 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=4609 \ -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": 4609}, 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 TT ELECTRONICS PLC (id: 4609)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.