
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 Champion Asia Electronics Co.,Ltd.
Specializes in high-precision PCB manufacturing, including …
|
603386 | CN | Manufacturing |
|
GUANGDONG ELLINGTON ELECTRONICS TECHNOLOGY CO., LTD.
Manufactures high-precision multi-layer and HDI PCBs for gl…
|
603328 | CN | Manufacturing |
|
GUANGDONG FAITH LONG CRYSTAL TECHNOLOGY CO.,LTD
Manufactures high-precision quartz crystal resonators and o…
|
300460 | CN | Manufacturing |
|
Guangdong Fuxin Technology Co., Ltd.
Specializes in thermoelectric cooling technology and therma…
|
688662 | CN | Manufacturing |
|
Guangdong Ganhua Science & Industry Co., Ltd.
Develops power systems and electronic components for defens…
|
000576 | CN | Manufacturing |
|
GUANGDONG GOWORLD CO., LTD
Develops and manufactures high-precision PCBs, LCDs, and ul…
|
000823 | CN | Manufacturing |
|
GUANGDONG GREEN PRECISION COMPONENTS CO., LTD.
Designs and manufactures precision structural components fo…
|
300968 | CN | Manufacturing |
|
Guangdong Hec Technology Holding Co., Ltd
Produces electronic materials, new energy materials, and ch…
|
600673 | CN | Manufacturing |
|
Guangdong Kingshine Electronic Technology Co.,Ltd.
Manufactures high-precision PCBs and HDI solutions for dive…
|
300903 | CN | Manufacturing |
|
Guangdong Misun Technology Co., Ltd.
Specializes in magnetic components for power, telecom, and …
|
301577 | 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.