
Discoverie Group PLC — Investor Relations & Filings
Discoverie Group PLC is an international group of businesses that designs and manufactures customized electronic components for industrial applications. The company serves original equipment manufacturers (OEMs) through two divisions: Magnetics & Controls and Sensing & Connectivity. Its portfolio includes innovative and niche electronics, such as electrification solutions for public transportation and personal vehicles, aimed at reducing carbon emissions. The group focuses on creating technology for a range of industrial uses, emphasizing sustainability and custom solutions.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Notice of Full Year Results | 2026-05-20 | English | |
| Acquisition of 3Gmetalworx | 2026-05-19 | English | |
| Notification of Major Holdings | 2026-05-07 | English | |
| Q4 and full year trading update | 2026-04-17 | English | |
| Notification of Major Holdings | 2026-04-10 | English | |
| Notification of Major Holdings | 2026-02-27 | English |
Browse filings by year
38 years- 2026 9 filings
- 2025 49 filings
- 2024 49 filings
- 2023 44 filings
- 2022 54 filings
- 2021 34 filings
- 2020 49 filings
- 2019 35 filings
- 2018 35 filings
- 2017 6 filings
- 2016 5 filings
- 2015 5 filings
- 2014 12 filings
- 2013 12 filings
- 2012 7 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 1 filing
- 2000 1 filing
- 1999 1 filing
- 1998 1 filing
- 1997 2 filings
- 1996 1 filing
- 1995 1 filing
- 1994 1 filing
- 1993 1 filing
- 1990 1 filing
- 1989 1 filing
- 1988 2 filings
- 1987 2 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
9 filings
| |||||
| 46579400 | Notice of Full Year Results | 2026-05-20 | English | ||
| 46524273 | Acquisition of 3Gmetalworx | 2026-05-19 | English | ||
| 42969206 | Notification of Major Holdings | 2026-05-07 | English | ||
| 34661070 | Q4 and full year trading update | 2026-04-17 | English | ||
| 34080674 | Notification of Major Holdings | 2026-04-10 | English | ||
| 32851356 | Notification of Major Holdings | 2026-02-27 | English | ||
| 34559419 | Director/PDMR Shareholding | 2026-02-12 | English | ||
| 13939824 | Q3 Trading Update | 2026-02-02 | English | ||
| 13655370 | Director/PDMR Shareholding | 2026-01-29 | English | ||
|
2025
6 filings
| |||||
| 10191680 | Notification of Major Holdings | 2025-12-16 | English | ||
| 10184955 | Issue of Equity & Total Voting Rights | 2025-12-16 | English | ||
| 9852150 | Director/PDMR Shareholding | 2025-12-11 | English | ||
| 46802071 | Amended group accounts made up to 2025-03-31 | 2025-12-09 | English | ||
| 9266657 | Acquisition of Trival | 2025-12-04 | English | ||
| 9169739 | Notification of Major Holdings | 2025-12-03 | English | ||
Financials
We couldn't load the financials
No data available yet
We have extracted financials for Discoverie Group 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 |
|---|---|---|---|
|
Guangdong Real-Design Intelligent Technology Co., Ltd.
Develops intelligent control systems, MCUs, and IoT modules…
|
301135 | CN | Manufacturing |
|
Guangdong Tianyu Semiconductor Co., Ltd.
One of China's largest SiC epi-wafer suppliers, serving xEV…
|
2658 | HK | Manufacturing |
|
GUANGZHOU ANYKA MICROELECTRONICS CO., LTD.
Fabless semiconductor designer of multimedia and wireless S…
|
688620 | CN | Manufacturing |
|
GUANGZHOU FANGBANG ELECTRONICS CO.,LTD
Manufactures electronic materials for flexible printed circ…
|
688020 | CN | Manufacturing |
|
Guangzhou Shiyuan Electronic Technology Company Limited
Develops LCD mainboards, interactive flat panels, and intel…
|
002841 | CN | Manufacturing |
|
GUC
Provides advanced ASIC services and SoC solutions for AI, H…
|
3443 | TW | Manufacturing |
|
Guizhou Space Appliance Co., Ltd.
Manufactures high-reliability connectors, relays, and micro…
|
002025 | CN | Manufacturing |
|
GUIZHOU ZHENHUA FENGGUANG SEMICONDUCTOR CO., LTD.
Specializes in high-reliability analog integrated circuits …
|
688439 | CN | Manufacturing |
|
Gujarat Poly Electronics Limited
Manufactures multilayer ceramic capacitors for automotive a…
|
517288 | IN | Manufacturing |
|
GUOBO ELECTRONICS CO., LTD.
Develops RF integrated circuits and modules for 5G, radar, …
|
688375 | CN | Manufacturing |
Discoverie Group 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/4726/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=4726 | 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=4726 | 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=4726 \ -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": 4726}, 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 Discoverie Group PLC (id: 4726)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.