
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 |
|---|---|---|---|
| Preliminary results | 2026-06-03 | English | |
| 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 |
Browse filings by year
38 years- 2026 10 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
10 filings
| |||||
| 47944747 | Preliminary results | 2026-06-03 | English | ||
| 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
5 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 | ||
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 |
|---|---|---|---|
|
SHENZHEN INJOINIC TECHNOLOGY CO., LTD.
Fabless semiconductor firm specializing in power and batter…
|
688209 | CN | Manufacturing |
|
Shenzhen JingQuanHua Electronics Co.,Ltd.
Manufactures magnetic components and power supplies for ele…
|
002885 | CN | Manufacturing |
|
SHEN ZHEN JOVE ENTERPRISE LIMITED
Manufactures high-precision PCBs for telecom, automotive, a…
|
300814 | CN | Manufacturing |
|
SHENZHEN JUFEI OPTOELECTRONICS CO.,LTD
Develops and manufactures SMD LED products, backlight modul…
|
300303 | CN | Manufacturing |
|
SHENZHEN KAIFA TECHNOLOGY CO., LTD
Provides electronics manufacturing, semiconductor packaging…
|
000021 | CN | Manufacturing |
|
Shenzhen King Brother Electronics Technology Co.,Ltd
Manufactures high-precision PCBs and provides electronic ma…
|
301041 | CN | Manufacturing |
|
Shenzhen Kinwong Electronic Co.,Ltd.
Manufactures rigid, flexible, and HDI PCBs for automotive a…
|
603228 | CN | Manufacturing |
|
SHENZHEN KIWI INSTRUMENTS CO., LTD.
Develops analog and mixed-signal ICs for power management a…
|
688045 | CN | Manufacturing |
|
SHENZHEN LAIBAO HI-TECH CO., LTD.
Manufactures display materials, ITO conductive glass, and c…
|
002106 | CN | Manufacturing |
|
SHENZHEN LEADING SEMICONDUCTOR INDUSTRY CO.,LTD.
Develops power semiconductor devices and ICs for consumer a…
|
603991 | 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.