
ROSS GROUP PLC — Investor Relations & Filings
Ross Group PLC is a holding company that is reported to be in liquidation. The company's principal former activities involved providing supply chain management services, with a focus on engineering, manufacturing, and technology sectors. Additionally, its operations included acting as an agent for the sale of industrial materials such as fuels, ores, and metals. As a holding company, it also focused on exploring strategic opportunities, including potential mergers, acquisitions, and business alliances.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| Depositary change notice to investors | 2024-08-13 | English | |
| RosAgro Listing cancellation notice | 2024-08-13 | English | |
| Submission from the Ministry of Agriculture | 2024-08-08 | English | |
| Notice of EGM | 2024-08-05 | English | |
| Half-year Report | 2024-08-05 | English | |
| Inclusion in the list of ESO | 2024-07-15 | English |
Browse filings by year
45 years- 2024 14 filings
- 2023 21 filings
- 2022 46 filings
- 2021 47 filings
- 2020 25 filings
- 2019 20 filings
- 2018 4 filings
- 2017 3 filings
- 2016 3 filings
- 2015 4 filings
- 2014 4 filings
- 2013 3 filings
- 2012 1 filing
- 2011 2 filings
- 2010 1 filing
- 2009 2 filings
- 2008 1 filing
- 2007 1 filing
- 2006 1 filing
- 2005 1 filing
- 2004 1 filing
- 2003 1 filing
- 2002 2 filings
- 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
- 1992 1 filing
- 1991 1 filing
- 1990 1 filing
- 1989 2 filings
- 1987 1 filing
- 1986 1 filing
- 1985 2 filings
- 1983 1 filing
- 1982 1 filing
- 1981 1 filing
- 1980 1 filing
- 1978 1 filing
- 1977 2 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2024
14 filings
| |||||
| 5500414 | Depositary change notice to investors | 2024-08-13 | English | ||
| 5500415 | RosAgro Listing cancellation notice | 2024-08-13 | English | ||
| 5498579 | Submission from the Ministry of Agriculture | 2024-08-08 | English | ||
| 5496658 | Notice of EGM | 2024-08-05 | English | ||
| 5496661 | Half-year Report | 2024-08-05 | English | ||
| 5486823 | Inclusion in the list of ESO | 2024-07-15 | English | ||
| 5478693 | Notice of change of the GDR program depositary | 2024-06-27 | English | ||
| 5477950 | Announcement of Intended Cancellation of Listing | 2024-06-26 | English | ||
| 5477992 | BoD's member has bought the Company's GDRs | 2024-06-26 | English | ||
| 5458056 | 1st Quarter Financial Results | 2024-05-13 | English | ||
| 5437998 | AGM Statement | 2024-04-08 | English | ||
| 5435230 | Adjournment of Annual General Meeting (AGM) | 2024-04-02 | English | ||
| 5428969 | Notice of AGM | 2024-03-19 | English | ||
| 5421975 | IFRS Consolidated FS and Auditors’ Report 2023 | 2024-03-04 | English | ||
|
2023
1 filing
| |||||
| 5374998 | EGM Statement | 2023-11-30 | English | ||
Financials
We couldn't load the financials
No data available yet
We have extracted financials for ROSS 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 · Activities of head offices
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Lianhe Sowell International Group Ltd
Holding company providing machine vision and industrial rob…
|
LHSW | US | Professional, scientific and te… |
|
LOTTE rental co., ltd.
Provider of auto mobility services and rentals for office, …
|
089860 | KR | Professional, scientific and te… |
|
Miivo Holdings Corp.
Develops businesses by leveraging proprietary AI to transfo…
|
MIVO | CA | Professional, scientific and te… |
|
Next Generation Technology Group Inc.
Acquires manufacturing SMEs for permanent ownership, preser…
|
319A | JP | Professional, scientific and te… |
| NISSO HOLDINGS Co., Ltd. | 9332 | JP | Professional, scientific and te… |
|
Nordic Technology Group AS
An industrial technology group investing in sensor, nano, a…
|
NTG | NO | Professional, scientific and te… |
|
Onfolio Holdings, Inc
Acquires, manages, and develops a diversified portfolio of …
|
ONFO | US | Professional, scientific and te… |
|
OPUS GROUP BERHAD
Investment holding company providing engineering, project, …
|
— | MY | Professional, scientific and te… |
|
Pacific E-Link Corporation
A holding company focused on the advertising sector.
|
— | CA | Professional, scientific and te… |
|
PIA Holding Company LimitedB
Manages assets, liabilities, and subsidiaries of PIACL for …
|
PIAHCLB | PK | Professional, scientific and te… |
ROSS 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/4662/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=4662 | 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=4662 | 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=4662 \ -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": 4662}, 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 ROSS GROUP PLC (id: 4662)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.