
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 |
|---|---|---|---|
|
CHENGDU JIACHI ELECTRONIC TECHNOLOGY CO., LTD.
Develops electromagnetic functional materials for aerospace…
|
688708 | CN | Manufacturing |
|
Chengdu M&S Electronics Technology Co.,Ltd.
Develops microwave and millimeter-wave components for telec…
|
688311 | CN | Manufacturing |
|
Chengdu RML Technology Co., Ltd.
Develops millimeter-wave micro-systems and components for a…
|
301050 | CN | Manufacturing |
|
CHENGDU SINO-MICROELECTRONICS TECH. CO., LTD.
Manufactures power semiconductor devices and ICs for energy…
|
688709 | CN | Manufacturing |
|
CHENGDU SPACEON ELECTRONICS CO., LTD.
Develops and manufactures high-precision frequency control …
|
002935 | CN | Manufacturing |
|
CHENGDU TIANJIAN TECHNOLOGY CO., LTD.
Develops microwave components and subsystems for aerospace …
|
002977 | CN | Manufacturing |
|
Chengdu Xuguang Electronics Co.,Ltd.
Develops vacuum electronic devices, components, and ceramic…
|
600353 | CN | Manufacturing |
|
Chicony Power
Global leader in high-efficiency power conversion solutions…
|
6412 | TW | Manufacturing |
|
China Aerospace International Holdings Limited
Investment holding company focused on hi-tech manufacturing…
|
31 | HK | Manufacturing |
|
China Chippacking Technology Co.,Ltd.
Provides IC packaging and testing services for diverse elec…
|
688216 | 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.